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