diff options
| author | Dan Nicolaescu | 2008-07-12 05:31:23 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-12 05:31:23 +0000 |
| commit | bba104c11e882cd9ea7c2c9ec4cf79b7f152d5ff (patch) | |
| tree | 6cae6cf2406e44c00e2ae670a4555f741bdb01d4 /admin | |
| parent | 2f4ec7ce4fe0cb5036a919abdc101a611202ffd2 (diff) | |
| download | emacs-bba104c11e882cd9ea7c2c9ec4cf79b7f152d5ff.tar.gz emacs-bba104c11e882cd9ea7c2c9ec4cf79b7f152d5ff.zip | |
* syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
always defined as int.
* s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
* s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
* s/gnu-linux.h (HAVE_WAIT_HEADER):
* s/freebsd.h (HAVE_WAIT_HEADER):
* s/bsd-common.h (HAVE_UNION_WAIT):
* s/aix4-2.h (HAVE_WAIT_HEADER):
* m/mips.h (HAVE_UNION_WAIT):
* s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
(COFF, static): Do not define, they are undefined later in the file.
* process.c (update_status): Don't use a union.
(status_convert):
(sigchld_handler): Use int instead of WAITTYPE.
* movemail.c (main): Use int instead of WAITTYPE.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 32c13f26f1d..be321e6dc60 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -200,12 +200,10 @@ HAVE_TEXT_START | |||
| 200 | HAVE_TIMEVAL | 200 | HAVE_TIMEVAL |
| 201 | HAVE_TM_ZONE | 201 | HAVE_TM_ZONE |
| 202 | HAVE_TZSET | 202 | HAVE_TZSET |
| 203 | HAVE_UNION_WAIT | ||
| 204 | HAVE_UNISTD_H | 203 | HAVE_UNISTD_H |
| 205 | HAVE_UTIMES | 204 | HAVE_UTIMES |
| 206 | HAVE_UTIME_H | 205 | HAVE_UTIME_H |
| 207 | HAVE_VOLATILE | 206 | HAVE_VOLATILE |
| 208 | HAVE_WAIT_HEADER | ||
| 209 | HAVE_WINDOW_SYSTEM | 207 | HAVE_WINDOW_SYSTEM |
| 210 | HAVE_WORKING_VFORK | 208 | HAVE_WORKING_VFORK |
| 211 | HAVE_XRMSETDATABASE | 209 | HAVE_XRMSETDATABASE |
| @@ -369,8 +367,6 @@ USG_SUBTTY_WORKS | |||
| 369 | VALBITS | 367 | VALBITS |
| 370 | VIRT_ADDR_VARIES | 368 | VIRT_ADDR_VARIES |
| 371 | VMS | 369 | VMS |
| 372 | WAITTYPE | ||
| 373 | WAIT_USE_INT | ||
| 374 | WORDS_BIG_ENDIAN | 370 | WORDS_BIG_ENDIAN |
| 375 | WRETCODE | 371 | WRETCODE |
| 376 | X11R5_INHIBIT_I18N | 372 | X11R5_INHIBIT_I18N |