projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6301bd9
)
Add conditionalization to detect versions of HP-UX that supply the
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 1 Jul 1996 23:27:18 +0000
(23:27 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 1 Jul 1996 23:27:18 +0000
(23:27 +0000)
`poll' system call.
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index 0076bb389095ca9e518253b236688b22bd953516..9ea5a1d2b9ddc40c9e3c93cf3d167c33ab84c320 100644
(file)
--- a/
v7/src/microcode/ux.h
+++ b/
v7/src/microcode/ux.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ux.h,v 1.6
4 1996/04/23 20:58:11
cph Exp $
+$Id: ux.h,v 1.6
5 1996/07/01 23:27:18
cph Exp $
Copyright (c) 1988-96 Massachusetts Institute of Technology
@@
-355,6
+355,10
@@
extern int EXFUN (kill, (pid_t, int));
#define HAVE_SYMBOLIC_LINKS
#define HAVE_TRUNCATE
#define HAVE_VFORK
+
+#if (_HPUX_VERSION >= 90)
+#define HAVE_POLL
+#endif
#if (_HPUX_VERSION >= 65)
/* Is this right for 800-series machines? */