From da35bba79824528847ece12e078d8e4bf86a05d4 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 5 Apr 2004 14:36:30 +0000 Subject: [PATCH] Added -D_REENTRANT to CPPFLAGS. --- configure/os/CONFIG.Common.solaris-sparc-gnu | 2 +- configure/os/CONFIG.Common.solaris-x86-gnu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.solaris-sparc-gnu b/configure/os/CONFIG.Common.solaris-sparc-gnu index b89c358c7..6d297404c 100644 --- a/configure/os/CONFIG.Common.solaris-sparc-gnu +++ b/configure/os/CONFIG.Common.solaris-sparc-gnu @@ -11,7 +11,7 @@ include $(CONFIG)/os/CONFIG.Common.solaris-sparc # CONFIG.Common.solaris-sparc -COMPILER_CPPFLAGS = +COMPILER_CPPFLAGS = -D_REENTRANT OP_SYS_LDLIBS_8 = -lc OP_SYS_LDLIBS_9 = -lc diff --git a/configure/os/CONFIG.Common.solaris-x86-gnu b/configure/os/CONFIG.Common.solaris-x86-gnu index 37244cda9..c7e58cabd 100644 --- a/configure/os/CONFIG.Common.solaris-x86-gnu +++ b/configure/os/CONFIG.Common.solaris-x86-gnu @@ -10,7 +10,7 @@ # Include definitions common to all solaris-x86 target archs include $(CONFIG)/os/CONFIG.Common.solaris-x86 -COMPILER_CPPFLAGS = +COMPILER_CPPFLAGS = -D_REENTRANT OP_SYS_LDLIBS_8 = -lc OP_SYS_LDLIBS_9 = -lc