summaryrefslogtreecommitdiff
path: root/ACE/ace/config-openbsd.h
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-08 08:05:27 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-08 08:05:27 +0000
commit9f36f082ca97d3850eea4c90b6798073406177ab (patch)
tree222828d2f36884d31ae31bc64b63ce703a56fb6f /ACE/ace/config-openbsd.h
parent36e982570e99574ecf6944168866ab610110626b (diff)
downloadATCD-9f36f082ca97d3850eea4c90b6798073406177ab.tar.gz
ChangeLogTag: Thu Feb 8 08:03:57 UTC 2007 Olli Savia <ops@iki.fi>
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 */