Skip to Content.
Sympa Menu

freetds - RE: Paranoid or not

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Castellano, Nicholas" <Nicholas_Castellano AT acml.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: Paranoid or not
  • Date: Fri, 18 Oct 2002 14:56:51 -0400


No, stdlib.h was introduced in ANSI C. Specifically testing for it allows
compilations in environments where your system does not supply ANSI headers,
even though you may have an ANSI compiler.

Yes, it is paranoid. Yes, I am paranoid. Paranoia is the key to
portability. If you don't make any assumptions, your assumptions can't be
wrong.

Cheers,
--nick

-----Original Message-----
From: bounce-freetds-145195 AT franklin.oit.unc.edu
[mailto:bounce-freetds-145195 AT franklin.oit.unc.edu]
Sent: Friday, October 18, 2002 2:52 PM
To: TDS Development Group
Subject: [freetds] Paranoid or not


I note code like this in sources

#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif /* HAVE_STDLIB_H */

stdlib.h is not a standard (always present in all C version) header file ?

freddy77



---
You are currently subscribed to freetds as: [Nicholas_Castellano AT acml.com]
To unsubscribe, forward this message to
$subst('Email.Unsub')


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.





  • Paranoid or not, Frediano Ziglio, 10/18/2002
    • <Possible follow-up(s)>
    • RE: Paranoid or not, Castellano, Nicholas, 10/18/2002

Archive powered by MHonArc 2.6.24.

Top of Page