summaryrefslogtreecommitdiff
path: root/os/osdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/osdep.h')
-rw-r--r--os/osdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/osdep.h b/os/osdep.h
index b837d7605..f566ac5d1 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -119,9 +119,11 @@ SOFTWARE.
/* MAXSELECT is the number of fds that select() can handle */
#define MAXSELECT (sizeof(fd_set) * NBBY)
+#ifndef HAS_GETDTABLESIZE
#if !defined(hpux) && !defined(SVR4) && !defined(SYSV)
#define HAS_GETDTABLESIZE
#endif
+#endif
#include <stddef.h>