summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-13 19:43:21 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-13 19:43:21 +0000
commit26095f9b3d966c3664d485ff1bf81f7820323864 (patch)
tree0063214d8a4050a1c1f911882f19745c4d08509a
parent2cd09ae0353c8936ea782a60a10e129b6a541c8c (diff)
downloadATCD-26095f9b3d966c3664d485ff1bf81f7820323864.tar.gz
added ACE_NEEDS_SYSTIME_H to VxWorks configs because it's needed with inlining
-rw-r--r--ace/config-vxworks-ghs-1.8.h1
-rw-r--r--ace/config-vxworks5.2-g++.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-vxworks-ghs-1.8.h b/ace/config-vxworks-ghs-1.8.h
index e6c6e16dbc2..be8fb30047a 100644
--- a/ace/config-vxworks-ghs-1.8.h
+++ b/ace/config-vxworks-ghs-1.8.h
@@ -42,6 +42,7 @@
#define ACE_LACKS_UCONTEXT_H
#define ACE_LACKS_UTSNAME_T
#define ACE_MT_SAFE
+#define ACE_NEEDS_SYSTIME_H
// Defines the page size of the system.
#define ACE_PAGE_SIZE 4096
diff --git a/ace/config-vxworks5.2-g++.h b/ace/config-vxworks5.2-g++.h
index 5ee6c558eff..9b0883162d9 100644
--- a/ace/config-vxworks5.2-g++.h
+++ b/ace/config-vxworks5.2-g++.h
@@ -44,6 +44,7 @@
#define ACE_LACKS_UCONTEXT_H
#define ACE_LACKS_UTSNAME_T
#define ACE_MT_SAFE
+#define ACE_NEEDS_SYSTIME_H
#define ACE_TEMPLATES_REQUIRE_SOURCE
#define ACE_TEMPLATES_REQUIRE_SPECIALIZATION