diff options
Diffstat (limited to 'ace/config-linux.h')
-rw-r--r-- | ace/config-linux.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ace/config-linux.h b/ace/config-linux.h deleted file mode 100644 index b73a53589e1..00000000000 --- a/ace/config-linux.h +++ /dev/null @@ -1,15 +0,0 @@ -/* -*- C++ -*- */ -// $Id$ - -// The following configuration file is designed to work for Linux -// 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 - -#endif /* ACE_CONFIG_H */ |