summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-05 15:03:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-05 15:03:28 +0000
commit065aa85607602cd2cb5084428892ed5317106dd7 (patch)
tree912da1c9a52f09d72257f8d4e1e2303258d34971
parentb72fbac5d536a07fc791989a74c515e2d60623c4 (diff)
downloadATCD-065aa85607602cd2cb5084428892ed5317106dd7.tar.gz
added ACE_LACKS_LONGLONG_T
-rw-r--r--ace/config-chorus.h1
-rw-r--r--ace/config-vxworks-ghs-1.8.h1
-rw-r--r--ace/config-vxworks5.x-g++.h2
3 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-chorus.h b/ace/config-chorus.h
index 6c2108f6e04..048b68fb0c1 100644
--- a/ace/config-chorus.h
+++ b/ace/config-chorus.h
@@ -29,6 +29,7 @@
#define ACE_LACKS_SBRK
#define ACE_LACKS_GETSERVBYNAME
#define ACE_LACKS_GETPGID
+#define ACE_LACKS_LONGLONG_T
#define ACE_LACKS_SYSV_SHMEM
#define ACE_LACKS_SYSV_MSG_H
#define ACE_LACKS_KEY_T
diff --git a/ace/config-vxworks-ghs-1.8.h b/ace/config-vxworks-ghs-1.8.h
index a9cdae53057..ad70ad344bd 100644
--- a/ace/config-vxworks-ghs-1.8.h
+++ b/ace/config-vxworks-ghs-1.8.h
@@ -47,6 +47,7 @@
#define ACE_LACKS_GETSERVBYNAME
#define ACE_LACKS_KEY_T
#define ACE_LACKS_LINEBUFFERED_STREAMBUF
+#define ACE_LACKS_LONGLONG_T
#define ACE_LACKS_MADVISE
#define ACE_LACKS_MALLOC_H
#define ACE_LACKS_MEMORY_H
diff --git a/ace/config-vxworks5.x-g++.h b/ace/config-vxworks5.x-g++.h
index b2d5acf2997..e3b1fc38aa2 100644
--- a/ace/config-vxworks5.x-g++.h
+++ b/ace/config-vxworks5.x-g++.h
@@ -15,7 +15,7 @@
// Even though the documentation suggests that g++/VxWorks 5.3.1
// (Tornado 1.0.1) supports long long, Wind River tech support says
// that it doesn't. It causes undefined symbols for math functions.
-// #define ACE_HAS_LONGLONG_T
+#define ACE_LACKS_LONGLONG_T
// On g++/VxWorks, iostream.h defines a static instance (yes, instance)
// of the Iostream_init class. That causes all files that #include it