diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-29 00:57:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-29 00:57:29 +0000 |
commit | a3bb4381e9ee8320cc3d39b11c9098a48dc7e593 (patch) | |
tree | 42b9b23d4445ecb9b803f45bcc60bdd63b0863a4 /src/s | |
parent | 0e07cc9ee3783d37fde8127f816f9eaa5909ccd1 (diff) | |
download | emacs-a3bb4381e9ee8320cc3d39b11c9098a48dc7e593.tar.gz |
Initial revision
Diffstat (limited to 'src/s')
-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 @@ +#include "isc3-0.h" + +/* ISC 4.1 has renamed __setostype, but also has fixed the bug + for which we needed to call it; so just do nothing. uddeborg@carmen.se. */ +#undef EXTRA_INITIALIZE + +#define ISC4_1 + +#undef LIBS_SYSTEM +#define LIBS_SYSTEM -linet + +/* uddeborg@carmen.se says we don't need -lPW or -lcposix. */ +#undef LIB_STANDARD |