diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-09-16 07:56:10 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-09-16 07:56:10 +0000 |
commit | f85207ba1cba71f57a6e4c7d8afb93f515a6a090 (patch) | |
tree | bb28acb7d798e41f4d1ea6a14f880af283e5d83d /m4 | |
parent | cf0fe646ceb80daa12268684e3d62df693c8ed18 (diff) | |
download | ATCD-f85207ba1cba71f57a6e4c7d8afb93f515a6a090.tar.gz |
ChangeLogTag: Thu Sep 16 07:55:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/config_h.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/config_h.m4 b/m4/config_h.m4 index 704f1bc079c..d7662bdabdc 100644 --- a/m4/config_h.m4 +++ b/m4/config_h.m4 @@ -189,7 +189,6 @@ AH_TEMPLATE([ACE_HAS_DLL],[Build ACE using the frigging PC DLL nonsense...]) AH_TEMPLATE([ACE_HAS_STRICT],[Use the STRICT compilation mode on Win32.]) AH_TEMPLATE([CYGWIN32], [GNU Win32 environement]) -AH_TEMPLATE([ACE_HAS_CYGWIN32_SOCKET_H],[Platform has cygwin32 socket.h.]) dnl ACE internals @@ -822,7 +821,7 @@ AH_TEMPLATE([ACE_HAS_VERBOSE_NOTSUP], origin of ACE_NOTSUP.]) AH_TEMPLATE([ACE_HAS_VOIDPTR_GETTIMEOFDAY], -[Platform/compiler supports void * as second parameter to +[Platform/compiler supports void * as second parameter to gettimeofday() and has a prototype.]) AH_TEMPLATE([ACE_HAS_VOIDPTR_MMAP],[Platform requires void * for mmap().]) |