Add conditionalization to detect versions of HP-UX that supply the
authorChris Hanson <org/chris-hanson/cph>
Mon, 1 Jul 1996 23:27:18 +0000 (23:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 1 Jul 1996 23:27:18 +0000 (23:27 +0000)
`poll' system call.

v7/src/microcode/ux.h

index 0076bb389095ca9e518253b236688b22bd953516..9ea5a1d2b9ddc40c9e3c93cf3d167c33ab84c320 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ux.h,v 1.64 1996/04/23 20:58:11 cph Exp $
+$Id: ux.h,v 1.65 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? */