summaryrefslogtreecommitdiff
path: root/ace/os_include/os_unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_unistd.h')
-rw-r--r--ace/os_include/os_unistd.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/ace/os_include/os_unistd.h b/ace/os_include/os_unistd.h
index 8a9324cd741..5594604b260 100644
--- a/ace/os_include/os_unistd.h
+++ b/ace/os_include/os_unistd.h
@@ -18,7 +18,7 @@
#include /**/ "ace/pre.h"
-#include "ace/config-lite.h"
+#include "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -166,14 +166,11 @@ extern "C"
# endif /* ACE_LACKS_TIMEDWAIT_PROTOTYPES */
-#if defined (ACE_LACKS_SWAB_PROTOTYPE)
+#if defined (__Lynx__)
void swab(const void *, void *, ssize_t);
-#endif /* ACE_LACKS_SWAB_PROTOTYPE */
-
-#if defined (ACE_LACKS_GETOPT_PROTOTYPE)
int getopt(int, char * const [], const char *);
-#endif /* ACE_LACKS_GETOPT_PROTOTYPE */
-
+#endif /* __Lynx__ */
+
#ifdef __cplusplus
}
#endif /* __cplusplus */