From 3b62b31a98fb98225a183690d2113194d377feea Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 21 Aug 1997 17:42:14 +0000 Subject: Removed extraneous #endif. --- ace/config-hpux-10.x.h | 19 +++++++++---------- 1 file 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 /**/ #include /**/ /* pthread.h doesn't include this */ -- cgit v1.2.1