Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3bddb272
Commit
3bddb272
authored
Nov 17, 2001
by
Richard M. Stallman
Browse files
Delete conditionals for HPUX7, ISC 4.1, and convex.
parent
fc3b70c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
src/syswait.h
src/syswait.h
+1
-11
No files found.
src/syswait.h
View file @
3bddb272
...
...
@@ -34,17 +34,7 @@ Boston, MA 02111-1307, USA. */
#if 1
#include <sys/types.h>
/* Old code included a comment that HPUX version 7 has broken
definitions of some of the macros and `the convex' does too.
HAVE_SYS_WAIT_H probably won't be defined on them if they still get
used, but for safety... -- fx */
/* ISC 4.1 doesn't have wait3, but does have sys/wait.h. */
#if (defined(HPUX) && !defined(HPUX8)) || defined(convex) || defined(ISC4_1)
#undef HAVE_SYS_WAIT_H
#endif
#if defined HAVE_SYS_WAIT_H
/* We have sys/wait.h with POSIXoid
definitions. */
#ifdef HAVE_SYS_WAIT_H
/* We have sys/wait.h with POSIXoid definitions. */
#include <sys/wait.h>
#ifndef WCOREDUMP
/* not POSIX */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment