summaryrefslogtreecommitdiff
path: root/ACE/ace/config-openbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-openbsd.h')
-rw-r--r--ACE/ace/config-openbsd.h6
1 files changed, 2 insertions, 4 deletions
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 */