aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h
index e22c42007..713e76d04 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -451,6 +451,8 @@ typedef unsigned smalluint;
451# undef HAVE_STRVERSCMP 451# undef HAVE_STRVERSCMP
452# undef HAVE_XTABS 452# undef HAVE_XTABS
453# undef HAVE_DPRINTF 453# undef HAVE_DPRINTF
454# undef HAVE_UNLOCKED_STDIO
455# undef HAVE_UNLOCKED_LINE_OPS
454#endif 456#endif
455 457
456#if defined(__FreeBSD__) 458#if defined(__FreeBSD__)
@@ -465,7 +467,7 @@ typedef unsigned smalluint;
465# undef HAVE_STPCPY 467# undef HAVE_STPCPY
466#endif 468#endif
467 469
468#if defined(ANDROID) 470#if defined(ANDROID) || defined(__ANDROID__)
469# undef HAVE_DPRINTF 471# undef HAVE_DPRINTF
470# undef HAVE_GETLINE 472# undef HAVE_GETLINE
471# undef HAVE_STPCPY 473# undef HAVE_STPCPY