summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authordosomder <dosomder@users.noreply.github.com>2016-03-11 20:02:37 +0100
committerdosomder <dosomder@users.noreply.github.com>2016-03-11 20:02:37 +0100
commit02849e4c15eecf53b45dd1570197ac8255d5988e (patch)
tree03c3a0aafd2caf671b25d335ba975cebefe01541 /contrib
parentd5e90720fa85a719c6b73dacb8a392f49c1aa35d (diff)
downloadlibarchive-02849e4c15eecf53b45dd1570197ac8255d5988e.tar.gz
Fix android intmax compiler warnings
Diffstat (limited to 'contrib')
-rw-r--r--contrib/android/config/android.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/android/config/android.h b/contrib/android/config/android.h
index 42fe22ca..5d2abaa8 100644
--- a/contrib/android/config/android.h
+++ b/contrib/android/config/android.h
@@ -31,11 +31,14 @@
#define HAVE_CTIME_R 1
#define HAVE_CTYPE_H 1
#define HAVE_DECL_EXTATTR_NAMESPACE_USER 0
+#define HAVE_DECL_INTMAX_MIN 1
+#define HAVE_DECL_INTMAX_MAX 1
#define HAVE_DECL_INT64_MAX 1
#define HAVE_DECL_INT64_MIN 1
#define HAVE_DECL_SIZE_MAX 1
#define HAVE_DECL_SSIZE_MAX 1
#define HAVE_DECL_STRERROR_R 1
+#define HAVE_DECL_UINTMAX_MAX 1
#define HAVE_DECL_UINT32_MAX 1
#define HAVE_DECL_UINT64_MAX 1
#define HAVE_DIRENT_H 1