diff options
Diffstat (limited to 'ace/config-linux.h')
-rw-r--r-- | ace/config-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-linux.h b/ace/config-linux.h index 2ff1d7a8906..b73a53589e1 100644 --- a/ace/config-linux.h +++ b/ace/config-linux.h @@ -4,7 +4,7 @@ // The following configuration file is designed to work for Linux // platforms using GNU C++. -#if !defined (ACE_CONFIG_H) +#ifndef ACE_CONFIG_H #define ACE_CONFIG_H #include "ace/config-linux-common.h" |