summaryrefslogtreecommitdiff
path: root/ace/os_include/netinet/in.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/netinet/in.h')
-rw-r--r--ace/os_include/netinet/in.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/ace/os_include/netinet/in.h b/ace/os_include/netinet/in.h
new file mode 100644
index 00000000000..9952e01db07
--- /dev/null
+++ b/ace/os_include/netinet/in.h
@@ -0,0 +1,34 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file in.h
+ *
+ * Internet address family
+ *
+ * $Id$
+ *
+ * @author Don Hinton <dhinton@ieee.org>
+ * @author This code was originally in various places including ace/OS.h.
+ */
+//=============================================================================
+
+#ifndef ACE_OS_INCLUDE_NETINET_IN_H
+#define ACE_OS_INCLUDE_NETINET_IN_H
+
+#include "ace/pre.h"
+
+#include "ace/config-all.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#include "ace/os_include/inttypes.h"
+#include "ace/os_include/sys/socket.h"
+
+#if !defined (ACE_LACKS_NETINET_IN_H)
+# include /**/ <netinet/in.h>
+#endif /* !ACE_LACKS_NETINET_IN_H */
+
+#endif /* ACE_OS_INCLUDE_NETINET_IN_H */