From 47d5f680b42c229bdeef0be7fe8a046a7443a41b Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Fri, 16 Feb 2007 23:25:06 +0000 Subject: Resolves: 229095 Summary: Fixed build flags for compiling with pthread on HP-UX. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 40b5696f..ae48930a 100644 --- a/config.h.in +++ b/config.h.in @@ -317,6 +317,12 @@ /* UNIX */ #undef XP_UNIX +/* Source namespace */ +#undef _HPUX_SOURCE + +/* POSIX revision */ +#undef _POSIX_C_SOURCE + /* _REENTRANT */ #undef _REENTRANT -- cgit