summaryrefslogtreecommitdiff
path: root/ace/os_include/netinet/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/netinet/tcp.h')
-rw-r--r--ace/os_include/netinet/tcp.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/ace/os_include/netinet/tcp.h b/ace/os_include/netinet/tcp.h
new file mode 100644
index 00000000000..ff564cf99fe
--- /dev/null
+++ b/ace/os_include/netinet/tcp.h
@@ -0,0 +1,31 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file tcp.h
+ *
+ * definitions for the Internet Transmission Control Protocol (TCP)
+ *
+ * $Id$
+ *
+ * @author Don Hinton <dhinton@ieee.org>
+ * @author This code was originally in various places including ace/OS.h.
+ */
+//=============================================================================
+
+#ifndef ACE_OS_INCLUDE_NETINET_TCP_H
+#define ACE_OS_INCLUDE_NETINET_TCP_H
+
+#include "ace/pre.h"
+
+#include "ace/config-all.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#if !defined (ACE_LACKS_NETINET_TCP_H)
+# include /**/ <netinet/tcp.h>
+#endif /* !ACE_LACKS_NETIINET_TCP_H */
+
+#endif /* ACE_OS_INCLUDE_NETINET_TCP_H */