summaryrefslogtreecommitdiff
path: root/ace/config-linux.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-07 21:38:38 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-07 21:38:38 +0000
commit289c972d1badbd103c533e8182e9adf22f81cdd5 (patch)
treeb3a270e90bcd1fc24f7f8484fd664a17c09ddc75 /ace/config-linux.h
parentc504df6bd92f27615aad2d5362fee92256f54e6c (diff)
downloadATCD-289c972d1badbd103c533e8182e9adf22f81cdd5.tar.gz
created config-linux-common.h and moved Alpha-specific defines to it
Diffstat (limited to 'ace/config-linux.h')
-rw-r--r--ace/config-linux.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/ace/config-linux.h b/ace/config-linux.h
index a4fd8956e81..a288d209cc5 100644
--- a/ace/config-linux.h
+++ b/ace/config-linux.h
@@ -7,6 +7,8 @@
#if !defined (ACE_CONFIG_H)
#define ACE_CONFIG_H
+#include "ace/config-linux-common.h"
+
#if ! defined (__ACE_INLINE__)
#define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
@@ -23,6 +25,10 @@
# define ACE_HAS_PENTIUM
#endif /* i386 */
+#if defined (__alpha__)
+# define ACE_HAS_64BIT_LONGS
+#endif /* __alpha__ */
+
// ONLY define this if you have config'd multicast into a 2.x kernel.
// If you do anything else, we've never tested it!
#define ACE_HAS_IP_MULTICAST
@@ -126,13 +132,4 @@
// Compiler doesn't support static data member templates.
#define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
-// I added the following to support building on RedHat 4.2/Linux 2.0.30/Alpha.
-// Please let me know if any of these are inconsistent with other Linux
-// platforms. David <levine@cs.wustl.edu>
-#define ACE_HAS_DLFCN_H_BROKEN_EXTERN_C
-#define ACE_HAS_SIGWAIT
-#define ACE_HAS_SIZET_SOCKET_LEN
-#define ACE_LACKS_RPC_H
-#define ACE_NEEDS_SYSTIME_H
-
#endif /* ACE_CONFIG_H */