summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/platform_sunos5_g++.GNU1
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU
index c3c5291be42..5942377b48c 100644
--- a/include/makeinclude/platform_sunos5_g++.GNU
+++ b/include/makeinclude/platform_sunos5_g++.GNU
@@ -47,7 +47,6 @@ ifeq ($(threads),1)
CPPFLAGS += -D_REENTRANT
endif
-CPPFLAGS += -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1
DLD = $(CXX)
LD = $(CXX)
LDFLAGS +=
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index 3b5403ea83c..e6715539bce 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -189,7 +189,6 @@ ifeq ($(templates),explicit)
CPPFLAGS += -DACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
endif
-CPPFLAGS += -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1
CCFLAGS += $(TEMPLATES_FLAG)
DCFLAGS += -g
DCCFLAGS +=