1/* work around bug in AndroidConfig.h */
2#ifdef HAVE_MALLOC_H
3#undef HAVE_MALLOC_H
4#define HAVE_MALLOC_H 1
5#endif
6
7#define ROOT_SYSCONFDIR "/etc"
8
9#define ENABLE_LIBSPARSE 1
10
11#define DISABLE_BACKTRACE 1
12#define HAVE_DIRENT_H 1
13#define HAVE_ERRNO_H 1
14#define HAVE_GETOPT_H 1
15#define HAVE_GETPWUID_R 1
16#define HAVE_INTPTR_T 1
17#define HAVE_INTTYPES_H 1
18#define HAVE_MMAP 1
19#define HAVE_SETJMP_H 1
20#define HAVE_SNPRINTF 1
21#define HAVE_STDLIB_H 1
22#define HAVE_STRCASECMP 1
23#define HAVE_STRDUP 1
24#define HAVE_STRINGS_H 1
25#define HAVE_STRNLEN 1
26#define HAVE_STRPTIME 1
27#define HAVE_SYSCONF 1
28#define HAVE_TYPE_SSIZE_T 1
29#define HAVE_UNISTD_H 1
30#define HAVE_UTIME_H 1
31
32#define HAVE_SYS_STAT_H 1
33#define HAVE_SYS_TIME_H 1
34#define HAVE_SYS_TYPES_H 1
35
36#if defined(_WIN32)
37# define HAVE_LINUX_TYPES_H 1
38# define HAVE_WINSOCK_H 1
39#endif
40#if defined(__APPLE__) || defined(__linux__)
41# define HAVE_FCNTL 1
42# define HAVE_FSYNC 1
43# define HAVE_GETPAGESIZE 1
44# define HAVE_NET_IF_H 1
45# define HAVE_NETINET_IN_H 1
46# define HAVE_PREAD 1
47# define HAVE_PWRITE 1
48# define HAVE_POSIX_MEMALIGN 1
49# define HAVE_SYS_IOCTL_H 1
50# define HAVE_SYS_MMAN_H 1
51# define HAVE_SYS_MOUNT_H 1
52# define HAVE_SYS_PARAM_H 1
53# define HAVE_SYS_RESOURCE_H 1
54# define HAVE_SYS_SELECT_H 1
55# define HAVE_SYS_WAIT_H 1
56#endif
57#if defined(__linux__)
58# define HAVE_EXT2_IOCTLS 1
59# define HAVE_FALLOCATE 1
60# define HAVE_LINUX_FD_H 1
61# define HAVE_LINUX_TYPES_H 1
62# define HAVE_LSEEK64 1
63# define HAVE_LSEEK64_PROTOTYPE 1
64# define HAVE_PREAD64 1
65# define HAVE_PWRITE64 1
66# define HAVE_SYS_PRCTL_H 1
67#endif
68