diff options
author | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-29 18:17:35 +0000 |
---|---|---|
committer | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-29 18:17:35 +0000 |
commit | 544f2df52796fe2f0a76cf12706e94eb11d14ec6 (patch) | |
tree | bd89e65b8250578ee3e43099369d7e367477c917 /performance-tests | |
parent | fed26638fae165bfa6fed55d036209ca15fb0471 (diff) | |
download | ATCD-544f2df52796fe2f0a76cf12706e94eb11d14ec6.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.cpp | 4 |
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" |