diff options
| author | Richard M. Stallman | 1996-04-11 17:38:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-11 17:38:43 +0000 |
| commit | 813319d0af5e7a045f53b2166e70c3789d1deeee (patch) | |
| tree | 3de4ac905cd5d901fccf6475902a94c333e7dd67 /src/s/gnu-linux.h | |
| parent | fb83f5506c2fb955a8c227c0259af820bc5368be (diff) | |
| download | emacs-813319d0af5e7a045f53b2166e70c3789d1deeee.tar.gz emacs-813319d0af5e7a045f53b2166e70c3789d1deeee.zip | |
Define HAVE_WAIT_HEADER.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 01092f77a24..a809739ae8b 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -178,6 +178,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 178 | #define HAVE_VFORK | 178 | #define HAVE_VFORK |
| 179 | #define HAVE_SYS_SIGLIST | 179 | #define HAVE_SYS_SIGLIST |
| 180 | #define HAVE_GETWD /* cure conflict with getcwd? */ | 180 | #define HAVE_GETWD /* cure conflict with getcwd? */ |
| 181 | #define HAVE_WAIT_HEADER | ||
| 181 | 182 | ||
| 182 | #define SYSV_SYSTEM_DIR /* use dirent.h */ | 183 | #define SYSV_SYSTEM_DIR /* use dirent.h */ |
| 183 | 184 | ||