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, 0 insertions, 17 deletions
diff --git a/ace/config-linuxppcr5.h b/ace/config-linuxppcr5.h
deleted file mode 100644
index 3d8e2680dc2..00000000000
--- a/ace/config-linuxppcr5.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* -*- 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 */