diff options
| author | Richard M. Stallman | 1992-09-12 07:45:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-12 07:45:15 +0000 |
| commit | 2102829e7dbe763be7d14851cc811ccaafcdcb60 (patch) | |
| tree | b022aa784181b2b96c6895463fc7decc41395a20 /src/s | |
| parent | 07a784100e19b3408060fa684c094312884c7534 (diff) | |
| download | emacs-2102829e7dbe763be7d14851cc811ccaafcdcb60.tar.gz emacs-2102829e7dbe763be7d14851cc811ccaafcdcb60.zip | |
entered into RCS
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/esix5r4.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/s/esix5r4.h b/src/s/esix5r4.h new file mode 100644 index 00000000000..124c9fa8b88 --- /dev/null +++ b/src/s/esix5r4.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | /* Definitions for ESIX System V 4.0.4, a variant of V.4 for the 386. */ | ||
| 2 | |||
| 3 | #include "usg5-4.h" | ||
| 4 | |||
| 5 | #define LIB_X11_LIB -lsocket -lc -lX11 | ||
| 6 | #undef LIB_STANDARD | ||
| 7 | #define LIB_STANDARD -lnsl -lns -lelf /usr/ucblib/libucb.a /usr/ccs/lib/crtn.o | ||
| 8 | |||
| 9 | /* Resolve BSD string functions in X Window library from libucb.a. */ | ||
| 10 | #define BSTRING | ||