summaryrefslogtreecommitdiff
path: root/ace/config-unixware-7.1.0.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-unixware-7.1.0.h')
-rw-r--r--ace/config-unixware-7.1.0.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/config-unixware-7.1.0.h b/ace/config-unixware-7.1.0.h
index 90c3ac94019..673f5c24561 100644
--- a/ace/config-unixware-7.1.0.h
+++ b/ace/config-unixware-7.1.0.h
@@ -258,9 +258,8 @@
/* Platform has <strings.h> (which contains bzero() prototype) */
#define ACE_HAS_STRINGS 1
-/* Platform has void * as second parameter to gettimeofday and a has a
- prototype */
-#define ACE_HAS_SUNOS4_GETTIMEOFDAY 1
+/* Platform/compiler supports void * as second parameter to gettimeofday(). */
+#define ACE_HAS_VOIDPTR_GETTIMEOFDAY 1
/* Compiler/platform supports SVR4 dynamic linking semantics */
#define ACE_HAS_SVR4_DYNAMIC_LINKING 1