summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-07 07:52:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-07 07:52:48 +0000
commitcc075168f1e39b39658c21f7583cc9f20d631d20 (patch)
treeab839cdab167658fea82f812cdd0b0d45c98a321 /ace/config-cygwin32.h
parent0f09385ff421bbfb6c1f74a041ede89b2f540907 (diff)
downloadATCD-cc075168f1e39b39658c21f7583cc9f20d631d20.tar.gz
ChangeLogTag: Tue Oct 07 07:52:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/config-cygwin32.h')
-rw-r--r--ace/config-cygwin32.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/config-cygwin32.h b/ace/config-cygwin32.h
index 5b60d59262e..ade15c8f325 100644
--- a/ace/config-cygwin32.h
+++ b/ace/config-cygwin32.h
@@ -41,8 +41,6 @@
#define ACE_HAS_BROKEN_MAP_FAILED
#define ACE_LACKS_SEMBUF_T
-#define ACE_LACKS_SENDMSG
-#define ACE_LACKS_RECVMSG
#define ACE_LACKS_READDIR_R
#define ACE_LACKS_RLIMIT
#define ACE_LACKS_FCNTL
@@ -176,7 +174,7 @@
#endif /* ACE_MT_SAFE */
// Include math.h here so that it will be included before ACE.h. math.h defines
-// a macro log2 that conflicts with ACE::log2() which seems to only cause a
+// a macro log2 that conflicts with ACE::log2() which seems to only cause a
// problem on cygwin. Insuring that math.h is included first solves it since
// ACE.h defines acelog2 as log2, then undefines log2.
#include "ace/os_include/os_math.h"