summaryrefslogtreecommitdiff
path: root/ace/config-linux.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-11 15:10:34 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-11 15:10:34 +0000
commit23111468052a9f4ec607b9b10123f62004348216 (patch)
treef81e272d0159b645be87a876da75ae4911e4dfaa /ace/config-linux.h
parentd71e1419e3c009e237fec7a91e832be8fc0fe31a (diff)
downloadATCD-TAO-1_0_6.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-1_0_6'.TAO-1_0_6
Diffstat (limited to 'ace/config-linux.h')
-rw-r--r--ace/config-linux.h15
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 */