diff options
author | Steve Huston <shuston@riverace.com> | 1997-08-21 17:42:14 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-08-21 17:42:14 +0000 |
commit | 3b62b31a98fb98225a183690d2113194d377feea (patch) | |
tree | 0690c36e1b5fe5d9f05dbe0bb01dd26a1d346ad2 /ace/config-hpux-10.x.h | |
parent | 767902c549f6096b91dacc46b5eaa6188cd3d473 (diff) | |
download | ATCD-3b62b31a98fb98225a183690d2113194d377feea.tar.gz |
Removed extraneous #endif.
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 19 |
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 */ |