summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-05-21 14:15:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-05-21 14:15:01 +0000
commit8e8d73abc92cfc842d7cad637232c6a2f89d31d5 (patch)
treef1f487628fa262e78cdb5af682d8188566cc9479
parentcefc5d98dcb15451da5af59bc38624cf1d24e806 (diff)
downloadATCD-8e8d73abc92cfc842d7cad637232c6a2f89d31d5.tar.gz
ChangeLogTag: Wed May 21 14:09:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog10
-rw-r--r--ace/OS.h2
-rw-r--r--ace/README1
-rw-r--r--ace/config-cygwin32-common.h4
4 files changed, 9 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 046120cf1aa..a44cb52879e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed May 21 14:12:16 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/OS.h:
+ * ace/config-cygwin32-common.h:
+ * ace/README:
+ Removed define ACE_HAS_CYGWIN32_SOCKET_H because it is not used and
+ needed anymore.
+
Wed May 21 02:49:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
* tests/Makefile.am:
@@ -95,7 +103,7 @@ Tue May 20 01:10:42 UTC 2003 Don Hinton <dhinton@dresystems.com>
Mon May 19 11:03:31 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
- * configure.ac:
+ * configure.ac:
Only detect alloca() support if explicitly enabled by the user.
diff --git a/ace/OS.h b/ace/OS.h
index 6520b4545b9..e40c4eb196c 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -3170,8 +3170,6 @@ extern "C"
char **h_addr_list; /* (first, only) address from name server */
# define h_addr h_addr_list[0] /* the first address */
};
-# elif defined (ACE_HAS_CYGWIN32_SOCKET_H)
-# include /**/ <cygwin32/socket.h>
# else
# if defined (ACE_HAS_STL_QUEUE_CONFLICT)
# define queue _Queue_
diff --git a/ace/README b/ace/README
index 5a8007419be..cd43c1ea73a 100644
--- a/ace/README
+++ b/ace/README
@@ -273,7 +273,6 @@ ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES Prototypes for both signal()
ACE_HAS_CPLUSPLUS_HEADERS Compiler/platform has
correctly prototyped header
files
-ACE_HAS_CYGWIN32_SOCKET_H Platform has cygwin32 socket.h
ACE_HAS_DIRENT Compiler/platform has Dirent
iterator functions
ACE_HAS_DLFCN_H_BROKEN_EXTERN_C For platforms, e.g., RedHat
diff --git a/ace/config-cygwin32-common.h b/ace/config-cygwin32-common.h
index 4a97edda82a..8492c6fffd0 100644
--- a/ace/config-cygwin32-common.h
+++ b/ace/config-cygwin32-common.h
@@ -59,10 +59,6 @@
// It's there on all libc 5 systems I checked.
#include /**/ <features.h>
-
-// First the machine specific part
-// #define ACE_HAS_CYGWIN32_SOCKET_H
-
// Then the compiler specific parts
// config-g++-common.h undef's ACE_HAS_STRING_CLASS with -frepo, so