summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorian.mcgreer%sun.com <devnull@localhost>2003-02-05 17:21:21 +0000
committerian.mcgreer%sun.com <devnull@localhost>2003-02-05 17:21:21 +0000
commita74887df0f5f21f211271f3665acf904905321bb (patch)
tree62a5bed1419c1e93b8453094f93b604a481f0d19
parent42e9b0cd1a1a85e60d6e4ab3ec997e4b79bab755 (diff)
downloadnss-hg-a74887df0f5f21f211271f3665acf904905321bb.tar.gz
bug 188441, _USE_BIG_FDS on hpux
-rw-r--r--security/coreconf/HP-UX.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/coreconf/HP-UX.mk b/security/coreconf/HP-UX.mk
index 2519ec3de..85ac53ba6 100644
--- a/security/coreconf/HP-UX.mk
+++ b/security/coreconf/HP-UX.mk
@@ -44,6 +44,9 @@ CC = cc
CCC = CC
OS_CFLAGS += -Ae $(DSO_CFLAGS) -DHPUX -D$(CPU_ARCH) -D_HPUX_SOURCE
+#bug 188441
+OS_CFLAGS += -D_USE_BIG_FDS
+
ifeq ($(DEFAULT_IMPL_STRATEGY),_PTH)
USE_PTHREADS = 1
ifeq ($(CLASSIC_NSPR),1)