summaryrefslogtreecommitdiff
path: root/ace/config-linuxppcr5.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-linuxppcr5.h')
-rw-r--r--ace/config-linuxppcr5.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/ace/config-linuxppcr5.h b/ace/config-linuxppcr5.h
new file mode 100644
index 00000000000..3d8e2680dc2
--- /dev/null
+++ b/ace/config-linuxppcr5.h
@@ -0,0 +1,17 @@
+/* -*- C++ -*- */
+// $Id$
+
+// The following configuration file is designed to work for LinuxPPC R5
+// platforms using GNU C++.
+
+#ifndef ACE_CONFIG_H
+#define ACE_CONFIG_H
+
+#include "ace/config-linux-common.h"
+
+#define ACE_HAS_SVR4_DYNAMIC_LINKING
+#define ACE_HAS_AUTOMATIC_INIT_FINI
+
+#define __USE_XOPEN
+
+#endif /* ACE_CONFIG_H */