summaryrefslogtreecommitdiff
path: root/os/osdep.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-23 13:43:09 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-23 13:43:09 -0400
commit0d785bd635d135fcd67b4c9c88f5c8217e9b9240 (patch)
treecba029e92d1967358eff0cf238bf5d722a43af99 /os/osdep.h
parent5035741fd4cb4918957064a8c9ded9c7c31b4e22 (diff)
Unifdef hpux.
Diffstat (limited to 'os/osdep.h')
-rw-r--r--os/osdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/osdep.h b/os/osdep.h
index af1d5a9b4..e719f9a70 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -102,7 +102,7 @@ SOFTWARE.
#define MAXSELECT (sizeof(fd_set) * NBBY)
#ifndef HAS_GETDTABLESIZE
-#if !defined(hpux) && !defined(SVR4) && !defined(SYSV)
+#if !defined(SVR4) && !defined(SYSV)
#define HAS_GETDTABLESIZE
#endif
#endif