summaryrefslogtreecommitdiff
path: root/ace/config-hpux-10.x-g++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-hpux-10.x-g++.h')
-rw-r--r--ace/config-hpux-10.x-g++.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/ace/config-hpux-10.x-g++.h b/ace/config-hpux-10.x-g++.h
deleted file mode 100644
index 06105880292..00000000000
--- a/ace/config-hpux-10.x-g++.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// The following configuration file is designed to work for HP
-// platforms running HP/UX 10.x using G++.
-
-#ifndef ACE_CONFIG_H
-#define ACE_CONFIG_H
-
-// config-g++-common.h undef's ACE_HAS_STRING_CLASS with -frepo, so
-// this must appear before its #include.
-#define ACE_HAS_STRING_CLASS
-
-#include "ace/config-g++-common.h"
-
-// These are apparantly some things which are special to g++ on HP? They are
-// compiler-related settings, but not in config-g++-common.h
-
-#define ACE_HAS_BROKEN_CONVERSIONS
-// Compiler supports the ssize_t typedef.
-#define ACE_HAS_SSIZE_T
-#define _CLOCKID_T
-
-#include "ace/config-hpux-10.x.h"
-
-#endif /* ACE_CONFIG_H */