summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-98b5
-rw-r--r--tests/Time_Value_Test.cpp8
2 files changed, 5 insertions, 8 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index c36fc2ec464..0acfb328ab9 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,8 @@
+Fri Dec 11 16:30:44 1998 Ossama Othman <othman@tango.cs.wustl.edu>
+
+ * tests/Time_Value_Test.cpp: Removed the ACE_DISABLE_AUTOCONF_LONGLONG
+ macro. It broke ACE+autoconf on non-sun platforms.
+
1998-12-11 Nanbor Wang <nanbor@cs.wustl.edu>
* test/DLL_Test.dsp: Fixed configuration settings. Most of the
diff --git a/tests/Time_Value_Test.cpp b/tests/Time_Value_Test.cpp
index d9c7b48d42e..f7067be7c30 100644
--- a/tests/Time_Value_Test.cpp
+++ b/tests/Time_Value_Test.cpp
@@ -19,14 +19,6 @@
//
// ============================================================================
-
-// The ACE_DISABLE_AUTOCONF_LONGLONG macro is used in "anomalous" cases,
-// such as in this test. It is not meant for general use and only meant
-// to be used with ACE+autoconf!
-// ACE_DISABLE_AUTOCONF_LONGLONG must be defined *before* including the
-// configuration header.
-#define ACE_DISABLE_AUTOCONF_LONGLONG
-
// Note, for this test the config.h file *must* come first!
#include "ace/inc_user_config.h"