Mercurial > emacs
annotate src/s/isc4-1.h @ 12713:449373ed5c62
Initial revision
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 Jul 1995 00:57:29 +0000 |
parents | |
children | 7a567a79b03b |
rev | line source |
---|---|
12713 | 1 #include "isc3-0.h" |
2 | |
3 /* ISC 4.1 has renamed __setostype, but also has fixed the bug | |
4 for which we needed to call it; so just do nothing. uddeborg@carmen.se. */ | |
5 #undef EXTRA_INITIALIZE | |
6 | |
7 #define ISC4_1 | |
8 | |
9 #undef LIBS_SYSTEM | |
10 #define LIBS_SYSTEM -linet | |
11 | |
12 /* uddeborg@carmen.se says we don't need -lPW or -lcposix. */ | |
13 #undef LIB_STANDARD |