summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 15:44:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 15:44:45 +0000
commitde976c313998557c69f6da2e1721fc99fbbf3fc1 (patch)
tree42c92b4940d1e11ebe7a4fff3dff9f213d98f1ae /ace/config-cygwin32-common.h
parent925b342cd27baf11b29dcc5fbcd6e063b20b7374 (diff)
downloadATCD-de976c313998557c69f6da2e1721fc99fbbf3fc1.tar.gz
removed msg_control{,len} redefines, because they were commented out.
Diffstat (limited to 'ace/config-cygwin32-common.h')
-rw-r--r--ace/config-cygwin32-common.h28
1 files changed, 6 insertions, 22 deletions
diff --git a/ace/config-cygwin32-common.h b/ace/config-cygwin32-common.h
index df23cb3647b..e378075a822 100644
--- a/ace/config-cygwin32-common.h
+++ b/ace/config-cygwin32-common.h
@@ -9,7 +9,9 @@
#ifndef ACE_CYGWIN32_COMMON_H
#define ACE_CYGWIN32_COMMON_H
+
#define CYGWIN32
+
#define ACE_LACKS_UNIX_DOMAIN_SOCKETS
#define ACE_LACKS_SYSV_MSG_H
#define ACE_LACKS_RPC_H
@@ -29,7 +31,7 @@
#define ACE_LACKS_MKTEMP
#if ! defined (__ACE_INLINE__)
-#define __ACE_INLINE__
+# define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
// Needed to differentiate between libc 5 and libc 6 (aka glibc).
@@ -95,28 +97,9 @@
# define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
-#if 0
- // Wed Sep 23 22:29:37 1998 David L. Levine <levine@cs.wustl.edu>
- // Disabled this, because it doesn't really look right. I think
- // that it was added to work around some problems with very early
- // versions of glib2. It no longer seems to be necessary.
-
- // Fixes a problem with new versions of Linux...
- #ifndef msg_accrights
- # undef msg_control
- # define msg_accrights msg_control
- #endif
-
- #ifndef msg_accrightslen
- # undef msg_controllen
- # define msg_accrightslen msg_controllen
- #endif
-#endif /* 0 */
-
// Compiler/platform supports alloca().
#define ACE_HAS_ALLOCA
-
// Compiler/platform has the getrusage() system call.
#define ACE_HAS_GETRUSAGE
#define ACE_HAS_GETRUSAGE_PROTO
@@ -128,8 +111,8 @@
// ONLY define this if you have config'd multicast into a 2.x kernel.
// If you do anything else, we've never tested it!
-#if ! defined(ACE_HAS_IP_MULTICAST)
-#define ACE_HAS_IP_MULTICAST
+#if !defined(ACE_HAS_IP_MULTICAST)
+# define ACE_HAS_IP_MULTICAST
#endif /* #if ! defined(ACE_HAS_IP_MULTICAST) */
#define ACE_HAS_BIG_FD_SET
@@ -181,6 +164,7 @@
#if !defined (ACE_NTRACE)
# define ACE_NTRACE 1
#endif /* ACE_NTRACE */
+
#define ACE_LACKS_MKFIFO
#endif /* ACE_LINUX_COMMON_H */