summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-05-24 15:20:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-05-24 15:20:11 +0000
commit421245823dbef2b9b16c62e5ca93a9ad1e6c581a (patch)
treeb355a908bf88956f9018a94dee6ea89dab032903
parent344dc51a67be91f30f8d6622f3649d464d31eba6 (diff)
downloadATCD-421245823dbef2b9b16c62e5ca93a9ad1e6c581a.tar.gz
ChangeLogTag: Sat May 24 15:18:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog6
-rw-r--r--ace/config-cygwin32.h11
2 files changed, 6 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 020617ca644..22aa6dc3f91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat May 24 15:19:01 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-cygwin32.h:
+ Removed several ACE_LACKS defines, cygwin supports a lot more
+ than we think.
+
Sat May 24 14:37:00 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/OS_Dirent.cpp:
diff --git a/ace/config-cygwin32.h b/ace/config-cygwin32.h
index eaa1472435a..69060a889aa 100644
--- a/ace/config-cygwin32.h
+++ b/ace/config-cygwin32.h
@@ -33,24 +33,18 @@
#define ACE_IMPORT_SINGLETON_DECLARATION(T) extern template class T
#define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) extern template class SINGLETON_TYPE <CLASS, LOCK>;
-#define ACE_LACKS_UNIX_DOMAIN_SOCKETS
#define ACE_LACKS_SYSV_MSG_H
#define ACE_HAS_SIG_MACROS
#define ACE_LACKS_SYSTIME_H
-#define ACE_LACKS_TELLDIR
#define ACE_LACKS_SYSV_SHMEM
#define ACE_HAS_BROKEN_MAP_FAILED
#define ACE_LACKS_SEMBUF_T
-#define ACE_LACKS_NAMED_POSIX_SEM
#define ACE_LACKS_SENDMSG
#define ACE_LACKS_RECVMSG
#define ACE_LACKS_READDIR_R
#define ACE_LACKS_RLIMIT
-#define ACE_LACKS_SOCKETPAIR
-#define ACE_LACKS_SEEKDIR
-#define ACE_LACKS_MKTEMP
#define ACE_LACKS_PRAGMA_ONCE
@@ -91,7 +85,6 @@
// Compiler/platform has the getrusage() system call.
#define ACE_HAS_GETRUSAGE
-#define ACE_HAS_GETRUSAGE_PROTO
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
@@ -112,10 +105,6 @@
#define ACE_HAS_GETPAGESIZE
-// Platform lacks POSIX prototypes for certain System V functions
-// like shared memory and message queues.
-#define ACE_LACKS_SOME_POSIX_PROTOTYPES
-
#define ACE_LACKS_STRRECVFD
#define ACE_LACKS_MADVISE