summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-03-18 12:51:06 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2019-03-18 12:51:06 -0500
commit0e75ab764918717589af754db407afcef17955b9 (patch)
treeace58c56eb7bf0922aa7471552936b9968f9245b /ACE
parentfdfe9a9438adcbf36b648c1a54e85686855b6d64 (diff)
downloadATCD-0e75ab764918717589af754db407afcef17955b9.tar.gz
Fix Android Linking Errors
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/config-android.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ACE/ace/config-android.h b/ACE/ace/config-android.h
index 05d8efb8083..4cb908207ff 100644
--- a/ACE/ace/config-android.h
+++ b/ACE/ace/config-android.h
@@ -209,13 +209,6 @@
// this must appear before its #include.
# define ACE_HAS_STRING_CLASS
# include "ace/config-g++-common.h"
-
-# define ACE_HAS_CUSTOM_EXPORT_MACROS
-# define ACE_Proper_Export_Flag
-# define ACE_IMPORT_SINGLETON_DECLARATION(T) __extension__ extern template class T
-# define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) __extension__ extern template class SINGLETON_TYPE<CLASS, LOCK>;
-# define ACE_HAS_EXPLICIT_TEMPLATE_CLASS_INSTANTIATION
-
#elif defined (__GNUC__)
/**
* GNU C compiler.