Mercurial > hg > xemacs-beta
comparison src/s/isc3-0.h @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | 0132846995bd |
children |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
8 #undef NO_X_DESTROY_DATABASE | 8 #undef NO_X_DESTROY_DATABASE |
9 | 9 |
10 /* People say that using -traditional causes lossage with `const', | 10 /* People say that using -traditional causes lossage with `const', |
11 so we might as well try getting rid of -traditional. */ | 11 so we might as well try getting rid of -traditional. */ |
12 #undef C_SWITCH_SYSTEM | 12 #undef C_SWITCH_SYSTEM |
13 | |
14 /* We indirectly #include s/usg5-3.h, which says to use libX11_s and | |
15 libc_s. Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC | |
16 has no libX11_s, and that linking with libc_s causes sbrk not to work. */ | |
17 #undef LIB_X11_LIB | |
18 #undef LIBX11_SYSTEM | |
19 #define LIBX11_SYSTEM "-lpt -lnls -lnsl_s" | |
20 | 13 |
21 /* TIOCGWINSZ isn't broken; you just have to know where to find it. */ | 14 /* TIOCGWINSZ isn't broken; you just have to know where to find it. */ |
22 #undef BROKEN_TIOCGWINSZ | 15 #undef BROKEN_TIOCGWINSZ |
23 #define NEED_SIOCTL | 16 #define NEED_SIOCTL |
24 | 17 |