summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Jones <jonesc@objectcomputing.com>2020-05-06 16:07:11 -0500
committerChip Jones <jonesc@objectcomputing.com>2020-05-06 16:09:59 -0500
commit83371870f4743b616410a48e797756887b5a5404 (patch)
tree522238d9b177c23e61ca6601205bdcf0cba32f5f
parent7c298ab69026c64c027d63530f7ca275f0bc9c73 (diff)
downloadATCD-83371870f4743b616410a48e797756887b5a5404.tar.gz
ACE_LACKS_IF_NAMEINDEX for Android APIs < 24
-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 c30389f1f64..249f92d0434 100644
--- a/ACE/ace/config-android.h
+++ b/ACE/ace/config-android.h
@@ -123,6 +123,10 @@
# endif
#endif
+#if __ANDROID_API__ < 24
+# define ACE_LACKS_IF_NAMEINDEX
+#endif
+
// These were available before r18, but in r18 they are restricted to API >= 28 ¯\_(ツ)_/¯
#if __ANDROID_API__ < 28
# define ACE_LACKS_SETHOSTENT