summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-08-21 17:42:14 +0000
committerSteve Huston <shuston@riverace.com>1997-08-21 17:42:14 +0000
commit3b62b31a98fb98225a183690d2113194d377feea (patch)
tree0690c36e1b5fe5d9f05dbe0bb01dd26a1d346ad2
parent767902c549f6096b91dacc46b5eaa6188cd3d473 (diff)
downloadATCD-3b62b31a98fb98225a183690d2113194d377feea.tar.gz
Removed extraneous #endif.
-rw-r--r--ace/config-hpux-10.x.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h
index 4c6cb07c64e..72327edac2a 100644
--- a/ace/config-hpux-10.x.h
+++ b/ace/config-hpux-10.x.h
@@ -27,20 +27,19 @@
#define HPUX_VERS 1020
#endif
-# if (HPUX_VERS < 1020) // 10.10
-# define ACE_LACKS_TIMESPEC_T
-# elif (HPUX_VERS < 1030) // 10.20
+#if (HPUX_VERS < 1020) // 10.10
+# define ACE_LACKS_TIMESPEC_T
+#elif (HPUX_VERS < 1030) // 10.20
- // Platform supports reentrant functions (all the POSIX *_r functions).
-# define ACE_HAS_REENTRANT_FUNCTIONS
- // But this one is not like other platforms
-# define ACE_CTIME_R_RETURNS_INT
+ // Platform supports reentrant functions (all the POSIX *_r functions).
+# define ACE_HAS_REENTRANT_FUNCTIONS
+ // But this one is not like other platforms
+# define ACE_CTIME_R_RETURNS_INT
-# else // 10.30
+#else // 10.30
// Don't know yet... probably will be 10.20 but with some different thread
// settings.
-# endif /* HPUX_VERS tests */
-#endif /* defined HPUX_VERS */
+#endif /* HPUX_VERS tests */
#include /**/ <sys/stdsyms.h>
#include /**/ <sched.h> /* pthread.h doesn't include this */