summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorgthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-29 18:17:35 +0000
committergthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-29 18:17:35 +0000
commit1b591266045daddeae315ab5e43e3573968fe33e (patch)
treebd89e65b8250578ee3e43099369d7e367477c917 /performance-tests
parent8f0242257bb7c638e166ca72619589bb85ce539a (diff)
downloadATCD-1b591266045daddeae315ab5e43e3573968fe33e.tar.gz
ChangeLogTag: Tue Apr 29 18:15:00 UTC 2003 Gautam Thaker <gthaker@atl.lmco.com>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/SCTP/SOCK_SEQPACK_clt.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp b/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp
index 2d910b86253..8656c767f7c 100644
--- a/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp
+++ b/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp
@@ -15,9 +15,11 @@ extern "C" {
#include <netinet/sctp.h>
};
#else
+#ifndef IPPROTO_SCTP
#define IPPROTO_SCTP 132
+#endif // !IPPROTO_SCTP
#define SCTP_NODELAY 1
-#endif
+#endif // ACE_HAS_SCTP
// class that manages setting of options
#include "Options_Manager.h"