Home | History | Annotate | Download | only in include
      1 #if defined(__linux__)
      2 #define HAVE_BYTESWAP_H 1
      3 #define HAVE_FCNTL_H 1
      4 #define HAVE_FALLOC_H 1
      5 #define HAVE_LINUX_HDREG_H 1
      6 #define HAVE_LINUX_LIMITS_H 1
      7 #define HAVE_POSIX_ACL_H 1
      8 #define HAVE_LINUX_TYPES_H 1
      9 #define HAVE_LINUX_XATTR_H 1
     10 #define HAVE_MNTENT_H 1
     11 #define HAVE_STDLIB_H 1
     12 #define HAVE_STRING_H 1
     13 #define HAVE_SYS_IOCTL_H 1
     14 #define HAVE_SYS_SYSCALL_H 1
     15 #define HAVE_SYS_MOUNT_H 1
     16 #define HAVE_SYS_UTSNAME_H 1
     17 #define HAVE_SYS_SYSMACROS_H 1
     18 #define HAVE_SYS_XATTR_H 1
     19 #define HAVE_UNISTD_H 1
     20 
     21 #define HAVE_FALLOCATE 1
     22 #define HAVE_FSETXATTR 1
     23 #define HAVE_FSTAT 1
     24 #define HAVE_FSTAT64 1
     25 #define HAVE_GETMNTENT 1
     26 #define HAVE_LLSEEK 1
     27 #define HAVE_LSEEK64 1
     28 #define HAVE_MEMSET 1
     29 #define HAVE_SETMNTENT 1
     30 
     31 #ifdef WITH_SLOAD
     32 #define HAVE_LIBSELINUX 1
     33 #endif
     34 #endif
     35 
     36 #if defined(__APPLE__)
     37 #define HAVE_FCNTL_H 1
     38 #define HAVE_FALLOC_H 1
     39 #define HAVE_POSIX_ACL_H 1
     40 #define HAVE_STDLIB_H 1
     41 #define HAVE_STRING_H 1
     42 #define HAVE_SYS_IOCTL_H 1
     43 #define HAVE_SYS_SYSCALL_H 1
     44 #define HAVE_SYS_MOUNT_H 1
     45 #define HAVE_SYS_UTSNAME_H 1
     46 #define HAVE_SYS_XATTR_H 1
     47 #define HAVE_UNISTD_H 1
     48 
     49 #define HAVE_FALLOCATE 1
     50 #define HAVE_FSETXATTR 1
     51 #define HAVE_FSTAT 1
     52 #define HAVE_FSTAT64 1
     53 #define HAVE_GETMNTENT 1
     54 #define HAVE_LLSEEK 1
     55 #define HAVE_MEMSET 1
     56 
     57 #ifdef WITH_SLOAD
     58 #define HAVE_LIBSELINUX 1
     59 #endif
     60 #endif
     61 
     62 #if defined(_WIN32)
     63 #define HAVE_LSEEK64
     64 #endif
     65