diff options
Diffstat (limited to 'ace/config-hpux-10.x-g++.h')
-rw-r--r-- | ace/config-hpux-10.x-g++.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-hpux-10.x-g++.h b/ace/config-hpux-10.x-g++.h index 3a23357cd39..166e2124551 100644 --- a/ace/config-hpux-10.x-g++.h +++ b/ace/config-hpux-10.x-g++.h @@ -4,7 +4,7 @@ // The following configuration file is designed to work for HP // platforms running HP/UX 10.x using G++. -#if !defined (ACE_CONFIG_H) +#ifndef ACE_CONFIG_H #define ACE_CONFIG_H #include "ace/config-g++-common.h" |