summaryrefslogtreecommitdiff
path: root/util/android_config.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2015-07-13 09:22:47 -0400
committerTheodore Ts'o <tytso@mit.edu>2015-07-13 10:47:16 -0400
commitcf491d3a64ac0d6c1349e9672a5edaca3901300c (patch)
treee1549fa336642f689c331ea3e6efa4130d183d5e /util/android_config.h
parent25f291c9b32d8017e6969c72a75e37d354c0570b (diff)
downloade2fsprogs-cf491d3a64ac0d6c1349e9672a5edaca3901300c.tar.gz
Eliminate unused variable and unused label warnings from Android build
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'util/android_config.h')
-rw-r--r--util/android_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/android_config.h b/util/android_config.h
index 4c5b7a01..374becbd 100644
--- a/util/android_config.h
+++ b/util/android_config.h
@@ -10,8 +10,10 @@
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_EXT2_IOCTLS 1
+#define HAVE_FALLOCATE 1
#define HAVE_GETOPT_H 1
#define HAVE_GETPAGESIZE 1
+#define HAVE_GETPWUID_R 1
#define HAVE_INTPTR_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_LINUX_FD_H 1
@@ -20,11 +22,14 @@
#define HAVE_MMAP 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NET_IF_H 1
+#define HAVE_POSIX_MEMALIGN 1
#define HAVE_SETJMP_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRPTIME 1
#define HAVE_SYSCONF 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_MMAN_H 1