diff options
Diffstat (limited to 'ace/config-freebsd.h')
-rw-r--r-- | ace/config-freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h index a61424e57b8..d63a732c0e3 100644 --- a/ace/config-freebsd.h +++ b/ace/config-freebsd.h @@ -6,7 +6,7 @@ // The following configuration file is designed to work for FreeBSD // platforms using GNU C++ but without the POSIX (pthread) threads package -#if !defined (ACE_CONFIG_H) +#ifndef ACE_CONFIG_H #define ACE_CONFIG_H #if ! defined (__ACE_INLINE__) |