summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-19 20:26:36 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-19 20:26:36 +0000
commit9fcc6bbbb5f04c40972be6954999c6b94f762c36 (patch)
tree874201781012e5e98766f6a433ac4a164ae90475 /ace/OS.h
parent06b58799b82f21410f3db7eda133465b8f30d9e4 (diff)
downloadATCD-9fcc6bbbb5f04c40972be6954999c6b94f762c36.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 1f709d4c1f0..1c020ee8066 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -20,10 +20,10 @@
// This file should be a link to the platform/compiler-specific
// configuration file (e.g., config-sunos5-sunc++-4.x.h).
-#if !defined (ACE_CONFIG_H)
-#define ACE_CONFIG_H
+#if !defined (ACE_USER_CONFIG_H)
+#define ACE_USER_CONFIG_H
#include "ace/config.h"
-#endif /* ACE_CONFIG_H */
+#endif /* ACE_USER_CONFIG_H */
#if defined (ACE_HAS_ANSI_CASTS)
# define ACE_static_cast(TYPE, EXPR) static_cast<TYPE> (EXPR)