From 3523150947472e0712fa0ca29300d43aef951606 Mon Sep 17 00:00:00 2001 From: levine Date: Mon, 30 Aug 1999 02:52:59 +0000 Subject: ChangeLogTag: Sun Aug 29 21:35:17 1999 David L. Levine --- ace/config-aix-4.x.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ace/config-aix-4.x.h') diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h index 2b65f4ac411..cdffb360ce8 100644 --- a/ace/config-aix-4.x.h +++ b/ace/config-aix-4.x.h @@ -36,8 +36,11 @@ # endif /* __IBMCPP__ */ #elif defined (__GNUG__) -# include "ace/config-g++-common.h" + // config-g++-common.h undef's ACE_HAS_STRING_CLASS with -frepo, so + // this must appear before its #include. # define ACE_HAS_STRING_CLASS + +# include "ace/config-g++-common.h" // Denotes that GNU has cstring.h as standard, to redefine memchr(). # define ACE_HAS_GNU_CSTRING_H # define ACE_HAS_SSIZE_T -- cgit v1.2.1