comparison src/s/isc2-2.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children 2d532a89d707
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
47 # define LIB_STANDARD_1 -lPW 47 # define LIB_STANDARD_1 -lPW
48 #endif /* !__GNUC__ */ 48 #endif /* !__GNUC__ */
49 49
50 /* LIB_STANDARD_1 is used both here and in LIBS_SYSTEM 50 /* LIB_STANDARD_1 is used both here and in LIBS_SYSTEM
51 (the latter for the sake of configure). */ 51 (the latter for the sake of configure). */
52 #define LIB_STANDARD LIB_STANDARD_1 -lc 52 #define LIB_STANDARD LIB_STANDARD_1 -lc
53 53
54 #define NO_X_DESTROY_DATABASE 54 #define NO_X_DESTROY_DATABASE
55 55
56 /* -linet may be needed to avoid undefined symbols such as gethostname, 56 /* -linet may be needed to avoid undefined symbols such as gethostname,
57 inet_addr, gethostbyname, socket, connect, ... */ 57 inet_addr, gethostbyname, socket, connect, ... */
64 64
65 /* -traditional is not necessary if the system header files are fixed to 65 /* -traditional is not necessary if the system header files are fixed to
66 define getc and putc in the absence of _POSIX_SOURCE. GCC's from 2.4.4 66 define getc and putc in the absence of _POSIX_SOURCE. GCC's from 2.4.4
67 on do this. */ 67 on do this. */
68 #if !defined (__GNUC__) || __GNUC__ < 2 68 #if !defined (__GNUC__) || __GNUC__ < 2
69 # define C_SWITCH_SYSTEM -traditional 69 # define C_SWITCH_SYSTEM "-traditional"
70 #endif 70 #endif
71 71
72 /* Some versions of ISC are said to define S_IFLNK even tho 72 /* Some versions of ISC are said to define S_IFLNK even tho
73 they don't really support symlinks. */ 73 they don't really support symlinks. */
74 #undef S_IFLNK 74 #undef S_IFLNK