summaryrefslogtreecommitdiff
path: root/ace/config-lynxos.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-04 19:00:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-04 19:00:45 +0000
commit5dc6cb53310c149acd6725dbb8fdeeca3550190d (patch)
tree6753eb780e3e9cc527b4996ec399f152f8080ca4 /ace/config-lynxos.h
parent21a3c023ab4b8b3fbc8f1ce82db5a3cc2bdc541f (diff)
downloadATCD-5dc6cb53310c149acd6725dbb8fdeeca3550190d.tar.gz
added ACE_LACKS_GETHOSTENT, so that SOCK_Connector_Test doesn't have to enumerate the platforms that don't have ::gethostent ()
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r--ace/config-lynxos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index 8f11bb2eb92..f63db8a98d9 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -166,6 +166,8 @@
// Defines the page size of the system.
#define ACE_PAGE_SIZE 4096
+#define ACE_LACKS_GETHOSTENT
+
extern "C"
{
int getopt (int, char *const *, const char *);