summaryrefslogtreecommitdiff
path: root/ACE/ace/config-android.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-09-24 09:03:56 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-09-24 09:03:56 +0200
commit7f4cb857d93eaef328201ff95560f48eaa155c60 (patch)
tree82412cbca0c7a6ea7f22c70e981e950eecad3bb0 /ACE/ace/config-android.h
parentce6a48bf72de2c6f5aa2bfc099f1e87d4246b5dd (diff)
downloadATCD-7f4cb857d93eaef328201ff95560f48eaa155c60.tar.gz
Disable newer features because they lead to runtime problems on Android
* ACE/ace/config-android.h:
Diffstat (limited to 'ACE/ace/config-android.h')
-rw-r--r--ACE/ace/config-android.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/config-android.h b/ACE/ace/config-android.h
index 81318241e7f..6ef35e95fe2 100644
--- a/ACE/ace/config-android.h
+++ b/ACE/ace/config-android.h
@@ -400,6 +400,10 @@
# undef _B
#endif
+// Disable newer features, result in runtime failures on Android
+#define ACE_LACKS_GETADDRINFO
+#define ACE_LACKS_GETNAMEINFO
+
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_ANDROID_H */