diff options
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r-- | ace/config-lynxos.h | 2 |
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 *); |