From 9f36f082ca97d3850eea4c90b6798073406177ab Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 8 Feb 2007 08:05:27 +0000 Subject: ChangeLogTag: Thu Feb 8 08:03:57 UTC 2007 Olli Savia --- ACE/ace/config-openbsd.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ACE/ace/config-openbsd.h') diff --git a/ACE/ace/config-openbsd.h b/ACE/ace/config-openbsd.h index ff7ca61e423..4d8d79a994b 100644 --- a/ACE/ace/config-openbsd.h +++ b/ACE/ace/config-openbsd.h @@ -225,10 +225,6 @@ // Platform has POSIX terminal interface. #define ACE_HAS_TERMIOS -// OpenBSD actually has the clearerr call, but it causes a -// bogus compiler syntax error. -#define ACE_LACKS_CLEARERR - // OpenBSD 3.2 lacks sched_setscheduler (see /usr/src/lib/libc_r/TODO) #define ACE_LACKS_SETSCHED @@ -236,5 +232,7 @@ // has compile errors. //#define ACE_HAS_IPV6 +#define ACE_HAS_3_PARAM_READDIR_R + #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ -- cgit v1.2.1