Mercurial > emacs
comparison src/s/isc4-0.h @ 8530:73c6f6ff6f73
NEED_SIOCTL: moved to isc-3.0.h.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 12 Aug 1994 23:12:32 +0000 |
parents | f21e11ac80bb |
children | 6c1db50b798d |
comparison
equal
deleted
inserted
replaced
8529:464f7abd0b26 | 8530:73c6f6ff6f73 |
---|---|
1 /* This is needed for ISC 4.0, but won't be needed for 4.1. */ | |
2 | |
3 #include "isc3-0.h" | 1 #include "isc3-0.h" |
4 | 2 |
5 #define LIBS_SYSTEM -linet | 3 #define LIBS_SYSTEM -linet |
6 | 4 |
7 #define ISC4_0 | 5 #define ISC4_0 |
8 #define NEED_SIOCTL | |
9 | 6 |
10 /* fmcphers@csugrad.cs.vt.edu reported this was necessary. | 7 /* fmcphers@csugrad.cs.vt.edu reported this was necessary. |
11 He used GCC. I don't know what is needed with other compilers. */ | 8 He used GCC. I don't know what is needed with other compilers. */ |
12 #ifdef __GNUC__ | 9 #ifdef __GNUC__ |
13 #undef LIBX11_SYSTEM | 10 #undef LIBX11_SYSTEM |