diff options
| author | Richard M. Stallman | 1995-07-29 00:57:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-29 00:57:29 +0000 |
| commit | 848e24545c06d0188c941cc3001dbf0eb47a2271 (patch) | |
| tree | d4f94a42f14ba9b754bc4b9342a098757a3e4a97 /src | |
| parent | e0301c07f0377f2165bf3b859d92d96233ecab21 (diff) | |
| download | emacs-848e24545c06d0188c941cc3001dbf0eb47a2271.tar.gz emacs-848e24545c06d0188c941cc3001dbf0eb47a2271.zip | |
Initial revision
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc4-1.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/s/isc4-1.h b/src/s/isc4-1.h new file mode 100644 index 00000000000..620ed7a9393 --- /dev/null +++ b/src/s/isc4-1.h | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | ||