summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-05-25 14:54:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-05-25 14:54:20 +0000
commitdc3c18ab84736e6705097af09829569672af8066 (patch)
tree03dfd7c03237ecf412ac5523cf4cd553d298506c
parentc6d71746322abd9def9f706f4381f4ce1026d5ee (diff)
downloadATCD-dc3c18ab84736e6705097af09829569672af8066.tar.gz
ChangeLogTag: Sun May 25 14:52:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog8
-rw-r--r--ace/OS.i4
-rw-r--r--ace/config-cygwin32.h3
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b4063bcadb6..72624bb4173 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun May 25 14:53:33 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-cygwin32.h:
+ Cygwin has fcntl but this is not implemented, but has dll support.
+
+ * ace/OS.i:
+ Removed not needed cygwin specific include.
+
Sun May 25 09:27:43 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Malloc_T.i (free): Added a check for a NULL ptr to prevent
diff --git a/ace/OS.i b/ace/OS.i
index a47762f44af..35edd4db510 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -1,10 +1,6 @@
// -*- C++ -*-
// $Id$
-#if defined (__CYGWIN32__)
-# include /**/ <getopt.h>
-#endif
-
#if !defined (ACE_HAS_INLINED_OSCALLS)
# undef ACE_INLINE
# define ACE_INLINE
diff --git a/ace/config-cygwin32.h b/ace/config-cygwin32.h
index 9b4bdbce651..3508f8c5dbf 100644
--- a/ace/config-cygwin32.h
+++ b/ace/config-cygwin32.h
@@ -38,7 +38,6 @@
#define ACE_LACKS_SYSTIME_H
#define ACE_LACKS_SYSV_SHMEM
-
#define ACE_HAS_BROKEN_MAP_FAILED
#define ACE_LACKS_SEMBUF_T
@@ -46,6 +45,7 @@
#define ACE_LACKS_RECVMSG
#define ACE_LACKS_READDIR_R
#define ACE_LACKS_RLIMIT
+#define ACE_LACKS_FCNTL
#define ACE_HAS_SELECT_H
@@ -79,6 +79,7 @@
#define ACE_HAS_NONCONST_SELECT_TIMEVAL
#define ACE_LACKS_GETPGID_PROTOTYPE
#define ACE_LACKS_UNIX_SIGNALS
+#define ACE_HAS_SVR4_DYNAMIC_LINKING
// Compiler/platform supports alloca().
// Although ACE does have alloca() on this compiler/platform combination, it is