diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 7 | ||||
-rw-r--r-- | ace/config-sunos5.4-centerline-2.x.h | 3 | ||||
-rw-r--r-- | ace/config-win32-common.h | 3 |
5 files changed, 21 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog index 29d04acbb67..d9614a7bf69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 19 17:40:04 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * ace/config-win32-common.h, + ace/config-sunos5.4-centerline-2.x.h: Removed the nonsensical + ACE_HAS_SVR5_GETTIMEOFDAY macro. Thanks to Jeff Grief for + reporting this. + Mon Sep 18 12:39:39 2000 Ossama Othman <ossama@uci.edu> * ace/OS.i (cuserid): diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 29d04acbb67..d9614a7bf69 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Tue Sep 19 17:40:04 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * ace/config-win32-common.h, + ace/config-sunos5.4-centerline-2.x.h: Removed the nonsensical + ACE_HAS_SVR5_GETTIMEOFDAY macro. Thanks to Jeff Grief for + reporting this. + Mon Sep 18 12:39:39 2000 Ossama Othman <ossama@uci.edu> * ace/OS.i (cuserid): diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 29d04acbb67..d9614a7bf69 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Tue Sep 19 17:40:04 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * ace/config-win32-common.h, + ace/config-sunos5.4-centerline-2.x.h: Removed the nonsensical + ACE_HAS_SVR5_GETTIMEOFDAY macro. Thanks to Jeff Grief for + reporting this. + Mon Sep 18 12:39:39 2000 Ossama Othman <ossama@uci.edu> * ace/OS.i (cuserid): diff --git a/ace/config-sunos5.4-centerline-2.x.h b/ace/config-sunos5.4-centerline-2.x.h index a36db3e17af..562dd5ff493 100644 --- a/ace/config-sunos5.4-centerline-2.x.h +++ b/ace/config-sunos5.4-centerline-2.x.h @@ -101,9 +101,6 @@ // Compiler/platform supports SVR4 dynamic linking semantics. #define ACE_HAS_SVR4_DYNAMIC_LINKING -// Andreas Ueltschi tells me this is a good thing... -#define ACE_HAS_SVR5_GETTIMEOFDAY - // Compiler/platform supports SVR4 signal typedef. #define ACE_HAS_SVR4_SIGNAL_T diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index 9177672e4a4..dbb25851d7c 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -251,9 +251,6 @@ typedef unsigned __int64 ACE_UINT64; #define ACE_HAS_GETRUSAGE #endif /* (defined (ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 != 0)) */ -// Andreas Ueltschi tells me this is a good thing... -#define ACE_HAS_SVR5_GETTIMEOFDAY - // Compiler/platform supports SVR4 signal typedef. //define ACE_HAS_SVR4_SIGNAL_T |