diff options
| author | Richard M. Stallman | 1994-05-04 23:27:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-04 23:27:06 +0000 |
| commit | 5de573c43d7e6c5586aa93019170c75ab207e85c (patch) | |
| tree | d1aec787474414b2cba00eeae4affa7573d22992 /src | |
| parent | 36f063e869bda74dc2641ec395f494c06abab345 (diff) | |
| download | emacs-5de573c43d7e6c5586aa93019170c75ab207e85c.tar.gz emacs-5de573c43d7e6c5586aa93019170c75ab207e85c.zip | |
(NEED_SIOCTL, ISC4_0): Declared.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc4-0.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h index 7b83d0d9db7..35455e45e74 100644 --- a/src/s/isc4-0.h +++ b/src/s/isc4-0.h | |||
| @@ -7,3 +7,6 @@ | |||
| 7 | #define EXTRA_INITIALIZE __setostype (0) | 7 | #define EXTRA_INITIALIZE __setostype (0) |
| 8 | 8 | ||
| 9 | #define LIBS_SYSTEM -linet | 9 | #define LIBS_SYSTEM -linet |
| 10 | |||
| 11 | #define ISC4_0 | ||
| 12 | #define NEED_SIOCTL | ||