summaryrefslogtreecommitdiff
path: root/ACE/ace/config-posix.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2008-04-24 03:08:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2008-04-24 03:08:57 +0000
commit332673d8e62aaa845c95c1f535a8202c15ae7088 (patch)
treef28f70065224a99618440d52277c26521c82e8e3 /ACE/ace/config-posix.h
parenta8b2e7bf118542f7c1c777904f598eb125a668fb (diff)
downloadATCD-332673d8e62aaa845c95c1f535a8202c15ae7088.tar.gz
ChangeLogTag:Thu
Diffstat (limited to 'ACE/ace/config-posix.h')
-rw-r--r--ACE/ace/config-posix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/config-posix.h b/ACE/ace/config-posix.h
index 482e2b91d10..06f5db43b20 100644
--- a/ACE/ace/config-posix.h
+++ b/ACE/ace/config-posix.h
@@ -6,6 +6,10 @@
#include <unistd.h>
+#if defined _XOPEN_STREAMS && _XOPEN_STREAMS == -1
+# define ACE_LACKS_STROPTS_H
+#endif /* _XOPEN_STREAMS && _XOPEN_STREAMS == -1 */
+
/* The following POSIX constants are defined after <unistd.h> is
* included. They are documented in:
* http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html