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
6d12ed9f
Commit
6d12ed9f
authored
Nov 16, 2001
by
Eli Zaretskii
Browse files
(HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
Andrew Wiseman <a.wiseman@btclick.com>.
parent
25c056e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/syswait.h
src/syswait.h
+2
-1
No files found.
src/syswait.h
View file @
6d12ed9f
...
...
@@ -38,7 +38,8 @@ Boston, MA 02111-1307, USA. */
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 */
#if (defined (HPUX) && !defined (HPUX8)) || defined (convex)
/* 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
...
...
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