Bug 188441: compile with -D_USE_BIG_FDS on HP-UX. This ensures that fd_set

is large enough for 60,000 file descriptors.
This commit is contained in:
wtc%netscape.com 2003-02-06 04:43:03 +00:00
parent 025206b16f
commit eabc27a398

View File

@ -42,7 +42,7 @@ CPU_ARCH = hppa
DLL_SUFFIX = sl
CC = cc
CCC = CC
OS_CFLAGS += -Ae $(DSO_CFLAGS) -DHPUX -D$(CPU_ARCH) -D_HPUX_SOURCE
OS_CFLAGS += -Ae $(DSO_CFLAGS) -DHPUX -D$(CPU_ARCH) -D_HPUX_SOURCE -D_USE_BIG_FDS
ifeq ($(DEFAULT_IMPL_STRATEGY),_PTH)
USE_PTHREADS = 1