summaryrefslogtreecommitdiff
path: root/ace/config-tandem.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-12 21:37:50 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-12 21:37:50 +0000
commit8529603db17e2bd70f3a24485ac1d4742090a309 (patch)
tree080d4caab215bdbd7828aa372ea6ba29242e82d7 /ace/config-tandem.h
parent6a1231d68dd614ee4ca5f3dbe1a627c4abb8888d (diff)
downloadATCD-8529603db17e2bd70f3a24485ac1d4742090a309.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-tandem.h')
-rw-r--r--ace/config-tandem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/config-tandem.h b/ace/config-tandem.h
index e2d4dc40707..a0371462318 100644
--- a/ace/config-tandem.h
+++ b/ace/config-tandem.h
@@ -269,7 +269,7 @@
//Compiler/platform lacks strcasecmp() (e.g., DG/UX, UNIXWARE, VXWORKS)
#define ACE_LACKS_STRCASECMP
//<time.h> doesn't automatically #include /**/ <sys/time.h>
-#define ACE_NEEDS_SYSTIME_H
+#define ACE_LACKS_SYSTIME_H
//ACE_HAS_AIX_BROKEN_SOCKET_HEADER Platform, such as AIX4, needs to wrap
// #include of sys/socket.h with #undef/#define of __cplusplus.
@@ -441,9 +441,9 @@
//ACE_LACKS_UTSNAME_T Platform lacks struct utsname
// (e.g., Win32 and VxWorks)
//ACE_NDEBUG Turns off debugging features
-//ACE_NEEDS_READV Platform doesn't define readv, so
+//ACE_LACKS_READV Platform doesn't define readv, so
// use our own
-//ACE_NEEDS_WRITEV Platform doesn't define writev, so
+//ACE_LACKS_WRITEV Platform doesn't define writev, so
//use our own
//ACE_NLOGGING Turns off the LM_DEBUG and LM_ERROR
//logging macros...