diff options
author | john_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-04-26 19:54:08 +0000 |
---|---|---|
committer | john_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-04-26 19:54:08 +0000 |
commit | 664244e804da11536f2712a61116204e8042f312 (patch) | |
tree | c058324f9e24262a32f3e594054016c3f02046c5 /ace/config-openbsd.h | |
parent | d9d5d3d83831c9728147bfe5a2b53822d7ffca21 (diff) | |
download | ATCD-664244e804da11536f2712a61116204e8042f312.tar.gz |
Fixed merge related compile errors
Diffstat (limited to 'ace/config-openbsd.h')
-rw-r--r-- | ace/config-openbsd.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ace/config-openbsd.h b/ace/config-openbsd.h index 37c066f3382..ff5de9d77dd 100644 --- a/ace/config-openbsd.h +++ b/ace/config-openbsd.h @@ -97,15 +97,14 @@ // Platform defines struct timespec but not timespec_t #define ACE_LACKS_TIMESPEC_T -#define ACE_LACKS_SYSTIME_H - #define ACE_LACKS_STDINT_H #define ACE_LACKS_STROPTS_H #define ACE_LACKS_WCHAR_H #define ACE_LACKS_STRRECVFD -#define ACE_HAS_SIN_LEN +#define ACE_HAS_SOCKADDR_IN_SIN_LEN +#define ACE_HAS_SOCKADDR_IN6_SIN6_LEN // Platform supports System V IPC (most versions of UNIX, but not Win32) #define ACE_HAS_SYSV_IPC @@ -177,6 +176,8 @@ // Platform provides <sys/filio.h> header. #define ACE_HAS_SYS_FILIO_H +#define ACE_HAS_SYSCTL + // Platform/compiler supports timezone * as second parameter to gettimeofday(). #define ACE_HAS_TIMEZONE_GETTIMEOFDAY @@ -222,7 +223,7 @@ #endif /* ! ACE_HAD_THREADS */ // Platform has POSIX terminal interface. -#define ACE_HAS_TERMIOS +#define ACE_HAS_TERMIOS // OpenBSD actually has the clearerr call, but it causes a // bogus compiler syntax error. |