summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-11 19:38:45 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-11 19:38:45 +0000
commitb55369d51a64e5eb9daaa2466a1aa8c0f61d7257 (patch)
tree27d4173fb5b8b1911eb56606377cf80445abe34e
parentfbea9bcb2cc41bd602d7e804aa7a8d56efadac35 (diff)
downloadATCD-b55369d51a64e5eb9daaa2466a1aa8c0f61d7257.tar.gz
ChangeLogTag:Thu Apr 11 14:37:09 2002 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ChangeLog28
-rw-r--r--ChangeLogs/ChangeLog-02a28
-rw-r--r--ChangeLogs/ChangeLog-03a28
-rw-r--r--ace/config-win32-common.h9
4 files changed, 53 insertions, 40 deletions
diff --git a/ChangeLog b/ChangeLog
index b6e649c8309..e241d4c999b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
+Thu Apr 11 14:37:09 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/config-win32-common.h: Added ACE_LACKS_PARAM_H.
+
Thu Apr 11 18:21:25 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/Basic_Types.h: Added include of <sys/param.h>
to pickup MAXPATHLEN if available and get rid of warning.
-
+
Thu Apr 11 17:37:20 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/Basic_Types.h: Added missing typedefs for pid_t and
@@ -13,38 +17,38 @@ Thu Apr 11 14:42:32 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/ARGV.h: Replaced include of ACE.h with config-all.h.
- * ace/Addr.cpp:
+ * ace/Addr.cpp:
* ace/OS_Dirent.cpp:
* ace/Trace.cpp:
Added include of OS.h.
-
+
* apps/gperf/src/Bool_Array.cpp: Changed ACE_OS::memset() to
ACE_OS_String::memset() and added include of OS_String.h.
- * tests/Log_Msg_Test.cpp:
+ * tests/Log_Msg_Test.cpp:
* examples/Logger/Acceptor-server.cpp:
* examples/Logger/simple-server/Logging_Handler.cpp:
* examples/Log_Msg/test_callback.cpp:
-
+
Added includes of Log_Record.h.
-
+
* ace/Log_Msg.{h,cpp}:
Added new method, last_error_adapter(), and changed the
- ACE_DEBUG, et al, macros to use new method instead of
- ACE_OS::last_error(). Removed includes of OS.h and
+ ACE_DEBUG, et al, macros to use new method instead of
+ ACE_OS::last_error(). Removed includes of OS.h and
Log_Record. Changed ACE_Log_Record::MAXLOGMSGLEN to
ACE_MAXLOGMSGLEN. Removed ACE_OS::cleanup_tss friend.
- * ace/Basic_Types.h: Added definition of MAXPATHLEN and
+ * ace/Basic_Types.h: Added definition of MAXPATHLEN and
typedef of ACE_thread_t to prevent need to include OS.h
in Log_Msg.h above.
- * ace/Default_Constants.h:
- * ace/OS.h:
+ * ace/Default_Constants.h:
+ * ace/OS.h:
- Moved definitions of ACE_MAXLOGMSGLEN, ACE_MAXTOKENNAMELEN,
+ Moved definitions of ACE_MAXLOGMSGLEN, ACE_MAXTOKENNAMELEN,
and ACE_MAXCLIENTIDLEN here from OS.h.
Thu Apr 11 14:26:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index b6e649c8309..e241d4c999b 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,8 +1,12 @@
+Thu Apr 11 14:37:09 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/config-win32-common.h: Added ACE_LACKS_PARAM_H.
+
Thu Apr 11 18:21:25 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/Basic_Types.h: Added include of <sys/param.h>
to pickup MAXPATHLEN if available and get rid of warning.
-
+
Thu Apr 11 17:37:20 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/Basic_Types.h: Added missing typedefs for pid_t and
@@ -13,38 +17,38 @@ Thu Apr 11 14:42:32 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/ARGV.h: Replaced include of ACE.h with config-all.h.
- * ace/Addr.cpp:
+ * ace/Addr.cpp:
* ace/OS_Dirent.cpp:
* ace/Trace.cpp:
Added include of OS.h.
-
+
* apps/gperf/src/Bool_Array.cpp: Changed ACE_OS::memset() to
ACE_OS_String::memset() and added include of OS_String.h.
- * tests/Log_Msg_Test.cpp:
+ * tests/Log_Msg_Test.cpp:
* examples/Logger/Acceptor-server.cpp:
* examples/Logger/simple-server/Logging_Handler.cpp:
* examples/Log_Msg/test_callback.cpp:
-
+
Added includes of Log_Record.h.
-
+
* ace/Log_Msg.{h,cpp}:
Added new method, last_error_adapter(), and changed the
- ACE_DEBUG, et al, macros to use new method instead of
- ACE_OS::last_error(). Removed includes of OS.h and
+ ACE_DEBUG, et al, macros to use new method instead of
+ ACE_OS::last_error(). Removed includes of OS.h and
Log_Record. Changed ACE_Log_Record::MAXLOGMSGLEN to
ACE_MAXLOGMSGLEN. Removed ACE_OS::cleanup_tss friend.
- * ace/Basic_Types.h: Added definition of MAXPATHLEN and
+ * ace/Basic_Types.h: Added definition of MAXPATHLEN and
typedef of ACE_thread_t to prevent need to include OS.h
in Log_Msg.h above.
- * ace/Default_Constants.h:
- * ace/OS.h:
+ * ace/Default_Constants.h:
+ * ace/OS.h:
- Moved definitions of ACE_MAXLOGMSGLEN, ACE_MAXTOKENNAMELEN,
+ Moved definitions of ACE_MAXLOGMSGLEN, ACE_MAXTOKENNAMELEN,
and ACE_MAXCLIENTIDLEN here from OS.h.
Thu Apr 11 14:26:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index b6e649c8309..e241d4c999b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,8 +1,12 @@
+Thu Apr 11 14:37:09 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/config-win32-common.h: Added ACE_LACKS_PARAM_H.
+
Thu Apr 11 18:21:25 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/Basic_Types.h: Added include of <sys/param.h>
to pickup MAXPATHLEN if available and get rid of warning.
-
+
Thu Apr 11 17:37:20 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/Basic_Types.h: Added missing typedefs for pid_t and
@@ -13,38 +17,38 @@ Thu Apr 11 14:42:32 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/ARGV.h: Replaced include of ACE.h with config-all.h.
- * ace/Addr.cpp:
+ * ace/Addr.cpp:
* ace/OS_Dirent.cpp:
* ace/Trace.cpp:
Added include of OS.h.
-
+
* apps/gperf/src/Bool_Array.cpp: Changed ACE_OS::memset() to
ACE_OS_String::memset() and added include of OS_String.h.
- * tests/Log_Msg_Test.cpp:
+ * tests/Log_Msg_Test.cpp:
* examples/Logger/Acceptor-server.cpp:
* examples/Logger/simple-server/Logging_Handler.cpp:
* examples/Log_Msg/test_callback.cpp:
-
+
Added includes of Log_Record.h.
-
+
* ace/Log_Msg.{h,cpp}:
Added new method, last_error_adapter(), and changed the
- ACE_DEBUG, et al, macros to use new method instead of
- ACE_OS::last_error(). Removed includes of OS.h and
+ ACE_DEBUG, et al, macros to use new method instead of
+ ACE_OS::last_error(). Removed includes of OS.h and
Log_Record. Changed ACE_Log_Record::MAXLOGMSGLEN to
ACE_MAXLOGMSGLEN. Removed ACE_OS::cleanup_tss friend.
- * ace/Basic_Types.h: Added definition of MAXPATHLEN and
+ * ace/Basic_Types.h: Added definition of MAXPATHLEN and
typedef of ACE_thread_t to prevent need to include OS.h
in Log_Msg.h above.
- * ace/Default_Constants.h:
- * ace/OS.h:
+ * ace/Default_Constants.h:
+ * ace/OS.h:
- Moved definitions of ACE_MAXLOGMSGLEN, ACE_MAXTOKENNAMELEN,
+ Moved definitions of ACE_MAXLOGMSGLEN, ACE_MAXTOKENNAMELEN,
and ACE_MAXCLIENTIDLEN here from OS.h.
Thu Apr 11 14:26:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 43538022c9a..16fee565e1b 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -213,6 +213,7 @@
#define ACE_LACKS_REWINDDIR
#define ACE_LACKS_READDIR_R
#define ACE_LACKS_INET_ATON
+#define ACE_LACKS_PARAM_H
#define ACE_HAS_VSWPRINTF
#define ACE_HAS_VFWPRINTF
@@ -495,13 +496,13 @@ typedef unsigned long long ACE_UINT64;
#define ACE_LACKS_MKSTEMP
// If we are using winsock2 then the SO_REUSEADDR feature is broken
-// SO_REUSEADDR=1 behaves like SO_REUSEPORT=1. (SO_REUSEPORT is an
+// SO_REUSEADDR=1 behaves like SO_REUSEPORT=1. (SO_REUSEPORT is an
// extension to sockets on some platforms)
-// We define SO_REUSEPORT here so that ACE_OS::setsockopt() can still
-// allow the user to specify that a socketaddr can *always* be reused.
+// We define SO_REUSEPORT here so that ACE_OS::setsockopt() can still
+// allow the user to specify that a socketaddr can *always* be reused.
#if defined (ACE_HAS_WINSOCK2) && ACE_HAS_WINSOCK2 != 0 && ! defined(SO_REUSEPORT)
#define SO_REUSEPORT 0x0400 // We just have to pick a value that won't conflict
-#endif
+#endif
#include "ace/post.h"
#endif /* ACE_CONFIG_WIN32_COMMON_H */