config-win.h 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. #include "config-linux.h"
  2. #define HAVE___INT64
  3. #define HAVE_UNSIGNED___INT64
  4. #undef SIZEOF_LONG
  5. #define SIZEOF_LONG 4
  6. #undef SIZEOF_UNSIGNED_LONG
  7. #define SIZEOF_UNSIGNED_LONG 4
  8. #define ARCHIVE_CRYPTO_MD5_WIN 1
  9. #define ARCHIVE_CRYPTO_SHA1_WIN 1
  10. #define ARCHIVE_CRYPTO_SHA256_WIN 1
  11. #define ARCHIVE_CRYPTO_SHA384_WIN 1
  12. #define ARCHIVE_CRYPTO_SHA512_WIN 1
  13. #define HAVE_BCRYPT_H 1
  14. #define HAVE_DIRECT_H 1
  15. #define HAVE__GET_TIMEZONE 1
  16. #define HAVE_IO_H 1
  17. #define HAVE_PROCESS_H 1
  18. #define HAVE_SYS_UTIME_H 1
  19. #define HAVE_WINCRYPT_H 1
  20. #undef HAVE_CHOWN
  21. #undef HAVE_CHROOT
  22. #undef HAVE_CTIME_R
  23. #undef HAVE_DECL_SSIZE_MAX
  24. #undef HAVE_DECL_STRERROR_R
  25. #undef HAVE_DIRENT_H
  26. #undef HAVE_DIRFD
  27. #undef HAVE_DLFCN_H
  28. #undef HAVE_FCHDIR
  29. #undef HAVE_FCHMOD
  30. #undef HAVE_FCHOWN
  31. #undef HAVE_FCNTL
  32. #undef HAVE_FDOPENDIR
  33. #undef HAVE_FORK
  34. #undef HAVE_FSEEK
  35. #undef HAVE_FSTATAT
  36. #undef HAVE_FSTATFS
  37. #undef HAVE_FSTATVFS
  38. #undef HAVE_FTRUNCATE
  39. #undef HAVE_FUTIMENS
  40. #undef HAVE_FUTIMES
  41. #undef HAVE_FUTIMESAT
  42. #undef HAVE_GETEUID
  43. #undef HAVE_GETGRGID_R
  44. #undef HAVE_GETGRNAM_R
  45. #undef HAVE_GETPWNAM_R
  46. #undef HAVE_GETPWUID_R
  47. #undef HAVE_GMTIME_R
  48. #undef HAVE_GRP_H
  49. #undef HAVE_LANGINFO_H
  50. #undef HAVE_LCHMOD
  51. #undef HAVE_LCHOW
  52. #undef HAVE_LINK
  53. #undef HAVE_LINUX_FIEMAP_H
  54. #undef HAVE_LINUX_FS_H
  55. #undef HAVE_LINUX_MAGIC_H
  56. #undef HAVE_LINUX_TYPES_H
  57. #undef HAVE_LOCALTIME_R
  58. #undef HAVE_LSTAT
  59. #undef HAVE_LUTIMES
  60. #undef HAVE_MKFIFO
  61. #undef HAVE_MKNOD
  62. #undef HAVE_MKSTEMP
  63. #undef HAVE_NL_LANGINFO
  64. #undef HAVE_OPENAT
  65. #undef HAVE_PATHS_H
  66. #undef HAVE_PIPE
  67. #undef HAVE_POLL
  68. #undef HAVE_POLL_H
  69. #undef HAVE_POSIX_SPAWN
  70. #undef HAVE_PTHREAD_H
  71. #undef HAVE_PWD_H
  72. #undef HAVE_READDIR_R
  73. #undef HAVE_READLINK
  74. #undef HAVE_READLINKAT
  75. #undef HAVE_REGEX_H
  76. #undef HAVE_SELECT
  77. #undef HAVE_SETENV
  78. #undef HAVE_SIGACTION
  79. #undef HAVE_SPAWN_H
  80. #undef HAVE_STATFS
  81. #undef HAVE_STATVFS
  82. #undef HAVE_STRERROR_R
  83. #undef HAVE_STRINGS_H
  84. #undef HAVE_STRUCT_STAT_ST_BLKSIZE
  85. #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
  86. #undef HAVE_STRUCT_TM_TM_GMTOFF
  87. #undef HAVE_SYMLINK
  88. #undef HAVE_SYS_CDEFS_H
  89. #undef HAVE_SYS_IOCTL_H
  90. #undef HAVE_SYS_PARAM_H
  91. #undef HAVE_SYS_POLL_H
  92. #undef HAVE_SYS_SELECT_H
  93. #undef HAVE_SYS_STATFS_H
  94. #undef HAVE_SYS_STATVFS_H
  95. #undef HAVE_SYS_SYSMACROS_H
  96. #undef HAVE_SYS_TIME_H
  97. #undef HAVE_SYS_UTSNAME_H
  98. #undef HAVE_SYS_VFS_H
  99. #undef HAVE_SYS_VFS_H
  100. #undef HAVE_SYS_WAIT_H
  101. #undef HAVE_SYS_XATTR_H
  102. #undef HAVE_TIMEGM
  103. #undef HAVE_UNISTD_H
  104. #undef HAVE_UNSETENV
  105. #undef HAVE_UTIMENSAT
  106. #undef HAVE_UTIMES
  107. #undef HAVE_UTIME_H
  108. #undef MAJOR_IN_SYSMACROS
  109. typedef __int64 ssize_t;
  110. typedef int pid_t;
  111. typedef short uid_t;
  112. typedef short gid_t;
  113. typedef short id_t;
  114. typedef unsigned short mode_t;