summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-05 15:05:59 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-05 15:05:59 +0000
commit566a64cbaecc36bfa1796d0bbd03feb22deb0ad0 (patch)
tree6333b3987551d46d2f6b4e75a75d8da0acb87875 /ace
parent065aa85607602cd2cb5084428892ed5317106dd7 (diff)
downloadATCD-566a64cbaecc36bfa1796d0bbd03feb22deb0ad0.tar.gz
removed ACE_HAS_LONGLONG_T
Diffstat (limited to 'ace')
-rw-r--r--ace/config-aix-4.1.x.h1
-rw-r--r--ace/config-aix-4.2.x.h1
-rw-r--r--ace/config-dgux-4.11-epc.h3
-rw-r--r--ace/config-linux-common.h2
-rw-r--r--ace/config-linux-kcc.h1
-rw-r--r--ace/config-lynxos.h3
-rw-r--r--ace/config-m88k.h3
-rw-r--r--ace/config-osf1-3.2.h3
-rw-r--r--ace/config-osf1-4.0.h1
-rw-r--r--ace/config-sunos5.4-g++.h3
-rw-r--r--ace/config-sunos5.4-sunc++-4.x-orbix.h3
-rw-r--r--ace/config-sunos5.4-sunc++-4.x.h3
-rw-r--r--ace/config-sunos5.5-egcs-1.0.h3
-rw-r--r--ace/config-sunos5.5-g++.h3
-rw-r--r--ace/config-sunos5.5-sunc++-4.x.h3
-rw-r--r--ace/config-sunx86-sunc++-4.x.h3
-rw-r--r--ace/config-tandem.h3
17 files changed, 0 insertions, 42 deletions
diff --git a/ace/config-aix-4.1.x.h b/ace/config-aix-4.1.x.h
index 681000f738d..442141ea0fc 100644
--- a/ace/config-aix-4.1.x.h
+++ b/ace/config-aix-4.1.x.h
@@ -37,7 +37,6 @@
#define ACE_HAS_SYSV_IPC
#define ACE_HAS_STRUCT_NETDB_DATA
#define ACE_HAS_ALLOCA
-#define ACE_HAS_LONGLONG_T
#define ACE_HAS_REENTRANT_FUNCTIONS
#define ACE_HAS_SYSV_IPC
#define ACE_HAS_THREAD_SELF
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h
index dda9af2bc46..a4af061b208 100644
--- a/ace/config-aix-4.2.x.h
+++ b/ace/config-aix-4.2.x.h
@@ -30,7 +30,6 @@
//
// Compiler-related definitions. These are set for C Set ++ V3
#define ACE_HAS_EXCEPTIONS
-#define ACE_HAS_LONGLONG_T
#define ACE_TEMPLATES_REQUIRE_PRAGMA
// Optimize ACE_Handle_Set for select().
diff --git a/ace/config-dgux-4.11-epc.h b/ace/config-dgux-4.11-epc.h
index a4ed3c54048..e81d2ff458d 100644
--- a/ace/config-dgux-4.11-epc.h
+++ b/ace/config-dgux-4.11-epc.h
@@ -52,9 +52,6 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
-// Compiler/platform supports the "long long" datatype.
-// #define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
// #define ACE_HAS_ALLOCA
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index f8d95b71129..1b4a4f920e1 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -118,8 +118,6 @@
// If you do anything else, we've never tested it!
#define ACE_HAS_IP_MULTICAST
-#define ACE_HAS_LONGLONG_T
-
#define ACE_HAS_LONG_FDMASK
#define ACE_HAS_STRING_CLASS
diff --git a/ace/config-linux-kcc.h b/ace/config-linux-kcc.h
index 5523297d0e3..bef44d07b4f 100644
--- a/ace/config-linux-kcc.h
+++ b/ace/config-linux-kcc.h
@@ -28,7 +28,6 @@
// Optimize ACE_Handle_Set for select().
#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT
-#define ACE_HAS_LONGLONG_T
#define ACE_HAS_STRING_CLASS
// Fixes a problem with new versions of Linux...
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index 35f1c88126d..9380ce49417 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -90,9 +90,6 @@
// Platform has union semun defined
#define ACE_HAS_SEMUN
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
#define ACE_HAS_ALLOCA
diff --git a/ace/config-m88k.h b/ace/config-m88k.h
index e52bc243305..8f0d6105314 100644
--- a/ace/config-m88k.h
+++ b/ace/config-m88k.h
@@ -103,9 +103,6 @@ struct ip_mreq
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
#define ACE_HAS_ALLOCA
diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h
index d7cdd90f79d..070df041a4a 100644
--- a/ace/config-osf1-3.2.h
+++ b/ace/config-osf1-3.2.h
@@ -58,9 +58,6 @@
// Platform supports POSIX 1.b clock_gettime ()
#define ACE_HAS_CLOCK_GETTIME
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Platform defines MAP_FAILED as a long constant.
#define ACE_HAS_LONG_MAP_FAILED
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h
index 6e6bb3c11fc..05450edbf72 100644
--- a/ace/config-osf1-4.0.h
+++ b/ace/config-osf1-4.0.h
@@ -101,7 +101,6 @@
#define ACE_HAS_GETRUSAGE
#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT
#define ACE_HAS_IP_MULTICAST
-#define ACE_HAS_LONGLONG_T
#define ACE_HAS_LONG_MAP_FAILED
#define ACE_HAS_MSG
#define ACE_HAS_MT_SAFE_SOCKETS
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h
index e66a69b3e76..ade2892166e 100644
--- a/ace/config-sunos5.4-g++.h
+++ b/ace/config-sunos5.4-g++.h
@@ -77,9 +77,6 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
#define ACE_HAS_ALLOCA
diff --git a/ace/config-sunos5.4-sunc++-4.x-orbix.h b/ace/config-sunos5.4-sunc++-4.x-orbix.h
index ffe137d80ee..d31ef1c79a1 100644
--- a/ace/config-sunos5.4-sunc++-4.x-orbix.h
+++ b/ace/config-sunos5.4-sunc++-4.x-orbix.h
@@ -63,9 +63,6 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
#define ACE_HAS_ALLOCA
diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h
index 7673bdf7bd3..4aaa05009b7 100644
--- a/ace/config-sunos5.4-sunc++-4.x.h
+++ b/ace/config-sunos5.4-sunc++-4.x.h
@@ -63,9 +63,6 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
#define ACE_HAS_ALLOCA
diff --git a/ace/config-sunos5.5-egcs-1.0.h b/ace/config-sunos5.5-egcs-1.0.h
index edcc6fb86f6..ff1e5c8e52a 100644
--- a/ace/config-sunos5.5-egcs-1.0.h
+++ b/ace/config-sunos5.5-egcs-1.0.h
@@ -92,9 +92,6 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
#define ACE_HAS_ALLOCA
diff --git a/ace/config-sunos5.5-g++.h b/ace/config-sunos5.5-g++.h
index 4813bf2421f..ce6913b4059 100644
--- a/ace/config-sunos5.5-g++.h
+++ b/ace/config-sunos5.5-g++.h
@@ -88,9 +88,6 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
#define ACE_HAS_ALLOCA
diff --git a/ace/config-sunos5.5-sunc++-4.x.h b/ace/config-sunos5.5-sunc++-4.x.h
index 050884622d1..bf35074e269 100644
--- a/ace/config-sunos5.5-sunc++-4.x.h
+++ b/ace/config-sunos5.5-sunc++-4.x.h
@@ -90,9 +90,6 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
#define ACE_HAS_ALLOCA
diff --git a/ace/config-sunx86-sunc++-4.x.h b/ace/config-sunx86-sunc++-4.x.h
index 3a9cba62c2d..e7a10386393 100644
--- a/ace/config-sunx86-sunc++-4.x.h
+++ b/ace/config-sunx86-sunc++-4.x.h
@@ -37,9 +37,6 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// Compiler/platform supports alloca()
#define ACE_HAS_ALLOCA
diff --git a/ace/config-tandem.h b/ace/config-tandem.h
index 28469fe8683..d92d390b081 100644
--- a/ace/config-tandem.h
+++ b/ace/config-tandem.h
@@ -31,9 +31,6 @@
// Tandem has a function to set t_errno (set_t_errno)
#define ACE_HAS_SET_T_ERRNO // jjpp
-// Compiler/platform supports the "long long" datatype.
-#define ACE_HAS_LONGLONG_T
-
// It does but problems with wcstok
// ACE_HAS_UNICODE Platform/compiler supports UNICODE