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 #define HAVE_MMAP 1
     17 #define HAVE_SETJMP_H 1
     18 #define HAVE_SNPRINTF 1
     19 #define HAVE_STDLIB_H 1
     20 #define HAVE_STRCASECMP 1
     21 #define HAVE_STRDUP 1
     22 #define HAVE_STRINGS_H 1
     23 #define HAVE_STRNLEN 1
     24 #define HAVE_STRPTIME 1
     25 #define HAVE_SYSCONF 1
     26 #define HAVE_TYPE_SSIZE_T 1
     27 #define HAVE_UNISTD_H 1
     28 #define HAVE_UTIME_H 1
     29 
     30 #define HAVE_SYS_STAT_H 1
     31 #if !defined(__APPLE__)
     32 # define HAVE_SYS_SYSMACROS_H 1
     33 #endif
     34 #define HAVE_SYS_TIME_H 1
     35 #define HAVE_SYS_TYPES_H 1
     36 
     37 #if defined(_WIN32)
     38 # define HAVE_LINUX_TYPES_H 1
     39 # define HAVE_WINSOCK_H 1
     40 #endif
     41 #if defined(__APPLE__) || defined(__linux__)
     42 # define HAVE_FCNTL 1
     43 # define HAVE_FSYNC 1
     44 # define HAVE_GETPAGESIZE 1
     45 # define HAVE_NET_IF_H 1
     46 # define HAVE_NETINET_IN_H 1
     47 # define HAVE_PREAD 1
     48 # define HAVE_PWRITE 1
     49 # define HAVE_POSIX_MEMALIGN 1
     50 # define HAVE_SYS_IOCTL_H 1
     51 # define HAVE_SYS_MMAN_H 1
     52 # define HAVE_SYS_MOUNT_H 1
     53 # define HAVE_SYS_PARAM_H 1
     54 # define HAVE_SYS_RESOURCE_H 1
     55 # define HAVE_SYS_SELECT_H 1
     56 # define HAVE_SYS_WAIT_H 1
     57 #endif
     58 #if defined(__linux__)
     59 # define HAVE_EXT2_IOCTLS 1
     60 # define HAVE_FALLOCATE 1
     61 # define HAVE_LINUX_FD_H 1
     62 # define HAVE_LINUX_TYPES_H 1
     63 # define HAVE_LSEEK64 1
     64 # define HAVE_LSEEK64_PROTOTYPE 1
     65 # define HAVE_MNTENT_H 1
     66 # define HAVE_PREAD64 1
     67 # define HAVE_PWRITE64 1
     68 # define HAVE_SETMNTENT 1
     69 # define HAVE_SYS_PRCTL_H 1
     70 #endif
     71