summaryrefslogtreecommitdiff
path: root/ace/config-aix-5.x.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-aix-5.x.h')
-rw-r--r--ace/config-aix-5.x.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/config-aix-5.x.h b/ace/config-aix-5.x.h
index 9f6cc07c3af..21c305745e7 100644
--- a/ace/config-aix-5.x.h
+++ b/ace/config-aix-5.x.h
@@ -2,9 +2,6 @@
//
// Config file for AIX 5.1 and 5.2.
-#ifndef ACE_CONFIG_AIX_5_X_H
-#define ACE_CONFIG_AIX_5_X_H
-
// This define is needed for building with Visual Age C++ 5 in incremental
// mode. In the batch mode build, platform_aix_ibm.GNU sets it. The incremental
// mode compiler won't be supported after ACE 5.3, so this will also go away
@@ -43,7 +40,3 @@
#if (defined (_AIX) && defined (__GNUC__))
#define ACE_HAS_POSIX_GETPWNAM_R
#endif /* (defined (_AIX) && defined (__GNUC__)) */
-
-#define ACE_HAS_TIMEZONE /* Call tzset() to set timezone */
-
-#endif /* ACE_CONFIG_AIX_5_X_H */