config.h 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
  4. /* Darwin ACL support */
  5. /* #undef ARCHIVE_ACL_DARWIN */
  6. /* FreeBSD ACL support */
  7. /* #undef ARCHIVE_ACL_FREEBSD */
  8. /* FreeBSD NFSv4 ACL support */
  9. /* #undef ARCHIVE_ACL_FREEBSD_NFS4 */
  10. /* Linux POSIX.1e ACL support via libacl */
  11. /* #undef ARCHIVE_ACL_LIBACL */
  12. /* Linux NFSv4 ACL support via librichacl */
  13. /* #undef ARCHIVE_ACL_LIBRICHACL */
  14. /* Solaris ACL support */
  15. /* #undef ARCHIVE_ACL_SUNOS */
  16. /* Solaris NFSv4 ACL support */
  17. /* #undef ARCHIVE_ACL_SUNOS_NFS4 */
  18. /* MD5 via ARCHIVE_CRYPTO_MD5_LIBC supported. */
  19. /* #undef ARCHIVE_CRYPTO_MD5_LIBC */
  20. /* MD5 via ARCHIVE_CRYPTO_MD5_LIBMD supported. */
  21. /* #undef ARCHIVE_CRYPTO_MD5_LIBMD */
  22. #ifdef __APPLE__
  23. /* MD5 via ARCHIVE_CRYPTO_MD5_LIBSYSTEM supported. */
  24. #define ARCHIVE_CRYPTO_MD5_LIBSYSTEM 1
  25. #endif
  26. /* MD5 via ARCHIVE_CRYPTO_MD5_NETTLE supported. */
  27. /* #undef ARCHIVE_CRYPTO_MD5_NETTLE */
  28. /* MD5 via ARCHIVE_CRYPTO_MD5_OPENSSL supported. */
  29. /* #undef ARCHIVE_CRYPTO_MD5_OPENSSL */
  30. /* MD5 via ARCHIVE_CRYPTO_MD5_WIN supported. */
  31. /* #undef ARCHIVE_CRYPTO_MD5_WIN */
  32. /* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBC supported. */
  33. /* #undef ARCHIVE_CRYPTO_RMD160_LIBC */
  34. /* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBMD supported. */
  35. /* #undef ARCHIVE_CRYPTO_RMD160_LIBMD */
  36. /* RMD160 via ARCHIVE_CRYPTO_RMD160_NETTLE supported. */
  37. /* #undef ARCHIVE_CRYPTO_RMD160_NETTLE */
  38. /* RMD160 via ARCHIVE_CRYPTO_RMD160_OPENSSL supported. */
  39. /* #undef ARCHIVE_CRYPTO_RMD160_OPENSSL */
  40. /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBC supported. */
  41. /* #undef ARCHIVE_CRYPTO_SHA1_LIBC */
  42. /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBMD supported. */
  43. /* #undef ARCHIVE_CRYPTO_SHA1_LIBMD */
  44. #ifdef __APPLE__
  45. /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBSYSTEM supported. */
  46. #define ARCHIVE_CRYPTO_SHA1_LIBSYSTEM 1
  47. #endif
  48. /* SHA1 via ARCHIVE_CRYPTO_SHA1_NETTLE supported. */
  49. /* #undef ARCHIVE_CRYPTO_SHA1_NETTLE */
  50. /* SHA1 via ARCHIVE_CRYPTO_SHA1_OPENSSL supported. */
  51. /* #undef ARCHIVE_CRYPTO_SHA1_OPENSSL */
  52. /* SHA1 via ARCHIVE_CRYPTO_SHA1_WIN supported. */
  53. /* #undef ARCHIVE_CRYPTO_SHA1_WIN */
  54. /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC supported. */
  55. /* #undef ARCHIVE_CRYPTO_SHA256_LIBC */
  56. /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC2 supported. */
  57. /* #undef ARCHIVE_CRYPTO_SHA256_LIBC2 */
  58. /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC3 supported. */
  59. /* #undef ARCHIVE_CRYPTO_SHA256_LIBC3 */
  60. /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBMD supported. */
  61. /* #undef ARCHIVE_CRYPTO_SHA256_LIBMD */
  62. /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBSYSTEM supported. */
  63. #ifdef __APPLE__
  64. #define ARCHIVE_CRYPTO_SHA256_LIBSYSTEM 1
  65. #endif
  66. /* SHA256 via ARCHIVE_CRYPTO_SHA256_NETTLE supported. */
  67. /* #undef ARCHIVE_CRYPTO_SHA256_NETTLE */
  68. /* SHA256 via ARCHIVE_CRYPTO_SHA256_OPENSSL supported. */
  69. /* #undef ARCHIVE_CRYPTO_SHA256_OPENSSL */
  70. /* SHA256 via ARCHIVE_CRYPTO_SHA256_WIN supported. */
  71. /* #undef ARCHIVE_CRYPTO_SHA256_WIN */
  72. /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC supported. */
  73. /* #undef ARCHIVE_CRYPTO_SHA384_LIBC */
  74. /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC2 supported. */
  75. /* #undef ARCHIVE_CRYPTO_SHA384_LIBC2 */
  76. /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC3 supported. */
  77. /* #undef ARCHIVE_CRYPTO_SHA384_LIBC3 */
  78. #ifdef __APPLE__
  79. /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBSYSTEM supported. */
  80. #define ARCHIVE_CRYPTO_SHA384_LIBSYSTEM 1
  81. #endif
  82. /* SHA384 via ARCHIVE_CRYPTO_SHA384_NETTLE supported. */
  83. /* #undef ARCHIVE_CRYPTO_SHA384_NETTLE */
  84. /* SHA384 via ARCHIVE_CRYPTO_SHA384_OPENSSL supported. */
  85. /* #undef ARCHIVE_CRYPTO_SHA384_OPENSSL */
  86. /* SHA384 via ARCHIVE_CRYPTO_SHA384_WIN supported. */
  87. /* #undef ARCHIVE_CRYPTO_SHA384_WIN */
  88. /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC supported. */
  89. /* #undef ARCHIVE_CRYPTO_SHA512_LIBC */
  90. /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC2 supported. */
  91. /* #undef ARCHIVE_CRYPTO_SHA512_LIBC2 */
  92. /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC3 supported. */
  93. /* #undef ARCHIVE_CRYPTO_SHA512_LIBC3 */
  94. /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBMD supported. */
  95. /* #undef ARCHIVE_CRYPTO_SHA512_LIBMD */
  96. #ifdef __APPLE__
  97. /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBSYSTEM supported. */
  98. #define ARCHIVE_CRYPTO_SHA512_LIBSYSTEM 1
  99. #endif
  100. /* SHA512 via ARCHIVE_CRYPTO_SHA512_NETTLE supported. */
  101. /* #undef ARCHIVE_CRYPTO_SHA512_NETTLE */
  102. /* SHA512 via ARCHIVE_CRYPTO_SHA512_OPENSSL supported. */
  103. /* #undef ARCHIVE_CRYPTO_SHA512_OPENSSL */
  104. /* SHA512 via ARCHIVE_CRYPTO_SHA512_WIN supported. */
  105. /* #undef ARCHIVE_CRYPTO_SHA512_WIN */
  106. /* AIX xattr support */
  107. /* #undef ARCHIVE_XATTR_AIX */
  108. /* Darwin xattr support */
  109. /* #undef ARCHIVE_XATTR_DARWIN */
  110. /* FreeBSD xattr support */
  111. /* #undef ARCHIVE_XATTR_FREEBSD */
  112. /* Linux xattr support */
  113. #ifdef __linux
  114. #define ARCHIVE_XATTR_LINUX 1
  115. #endif
  116. /* Version number of bsdcat */
  117. #define BSDCAT_VERSION_STRING "3.3.3dev"
  118. /* Version number of bsdcpio */
  119. #define BSDCPIO_VERSION_STRING "3.3.3dev"
  120. /* Version number of bsdtar */
  121. #define BSDTAR_VERSION_STRING "3.3.3dev"
  122. /* Define to 1 if the system has the type `ace_t'. */
  123. /* #undef HAVE_ACE_T */
  124. /* Define to 1 if you have the `acl' function. */
  125. /* #undef HAVE_ACL */
  126. /* Define to 1 if the system has the type `aclent_t'. */
  127. /* #undef HAVE_ACLENT_T */
  128. /* Define to 1 if you have the `acl_add_flag_np' function. */
  129. /* #undef HAVE_ACL_ADD_FLAG_NP */
  130. /* Define to 1 if you have the `acl_add_perm' function. */
  131. /* #undef HAVE_ACL_ADD_PERM */
  132. /* Define to 1 if you have the `acl_clear_flags_np' function. */
  133. /* #undef HAVE_ACL_CLEAR_FLAGS_NP */
  134. /* Define to 1 if you have the `acl_clear_perms' function. */
  135. /* #undef HAVE_ACL_CLEAR_PERMS */
  136. /* Define to 1 if you have the `acl_create_entry' function. */
  137. #ifndef __linux
  138. #define HAVE_ACL_CREATE_ENTRY 1
  139. #endif
  140. /* Define to 1 if you have the `acl_delete_def_file' function. */
  141. /* #undef HAVE_ACL_DELETE_DEF_FILE */
  142. /* Define to 1 if the system has the type `acl_entry_t'. */
  143. /* #undef HAVE_ACL_ENTRY_T */
  144. /* Define to 1 if you have the `acl_free' function. */
  145. /* #undef HAVE_ACL_FREE */
  146. /* Define to 1 if you have the `acl_get_brand_np' function. */
  147. /* #undef HAVE_ACL_GET_BRAND_NP */
  148. /* Define to 1 if you have the `acl_get_entry' function. */
  149. /* #undef HAVE_ACL_GET_ENTRY */
  150. /* Define to 1 if you have the `acl_get_entry_type_np' function. */
  151. /* #undef HAVE_ACL_GET_ENTRY_TYPE_NP */
  152. /* Define to 1 if you have the `acl_get_fd' function. */
  153. /* #undef HAVE_ACL_GET_FD */
  154. /* Define to 1 if you have the `acl_get_fd_np' function. */
  155. /* #undef HAVE_ACL_GET_FD_NP */
  156. /* Define to 1 if you have the `acl_get_file' function. */
  157. /* #undef HAVE_ACL_GET_FILE */
  158. /* Define to 1 if you have the `acl_get_flagset_np' function. */
  159. /* #undef HAVE_ACL_GET_FLAGSET_NP */
  160. /* Define to 1 if you have the `acl_get_flag_np' function. */
  161. /* #undef HAVE_ACL_GET_FLAG_NP */
  162. /* Define to 1 if you have the `acl_get_link_np' function. */
  163. #define HAVE_ACL_GET_LINK_NP 1
  164. /* Define to 1 if you have the `acl_get_perm' function. */
  165. /* #undef HAVE_ACL_GET_PERM */
  166. /* Define to 1 if you have the `acl_get_permset' function. */
  167. /* #undef HAVE_ACL_GET_PERMSET */
  168. /* Define to 1 if you have the `acl_get_perm_np' function. */
  169. #define HAVE_ACL_GET_PERM_NP 1
  170. /* Define to 1 if you have the `acl_get_qualifier' function. */
  171. /* #undef HAVE_ACL_GET_QUALIFIER */
  172. /* Define to 1 if you have the `acl_get_tag_type' function. */
  173. /* #undef HAVE_ACL_GET_TAG_TYPE */
  174. /* Define to 1 if you have the `acl_init' function. */
  175. #define HAVE_ACL_INIT 1
  176. /* Define to 1 if you have the `acl_is_trivial_np' function. */
  177. /* #undef HAVE_ACL_IS_TRIVIAL_NP */
  178. /* Define to 1 if you have the <acl/libacl.h> header file. */
  179. /* #undef HAVE_ACL_LIBACL_H */
  180. /* Define to 1 if the system has the type `acl_permset_t'. */
  181. #define HAVE_ACL_PERMSET_T 1
  182. /* Define to 1 if you have the `acl_set_entry_type_np' function. */
  183. /* #undef HAVE_ACL_SET_ENTRY_TYPE_NP */
  184. /* Define to 1 if you have the `acl_set_fd' function. */
  185. #define HAVE_ACL_SET_FD 1
  186. /* Define to 1 if you have the `acl_set_fd_np' function. */
  187. #define HAVE_ACL_SET_FD_NP 1
  188. /* Define to 1 if you have the `acl_set_file' function. */
  189. #define HAVE_ACL_SET_FILE 1
  190. /* Define to 1 if you have the `acl_set_link_np' function. */
  191. /* #undef HAVE_ACL_SET_LINK_NP */
  192. /* Define to 1 if you have the `acl_set_qualifier' function. */
  193. /* #undef HAVE_ACL_SET_QUALIFIER */
  194. /* Define to 1 if you have the `acl_set_tag_type' function. */
  195. /* #undef HAVE_ACL_SET_TAG_TYPE */
  196. /* Define to 1 if the system has the type `acl_t'. */
  197. /* #undef HAVE_ACL_T */
  198. /* Define to 1 if the system has the type `acl_tag_t'. */
  199. /* #undef HAVE_ACL_TAG_T */
  200. /* Define to 1 if you have the `arc4random_buf' function. */
  201. #if defined(__APPLE__) || (defined(__linux__) && (defined(__GLIBC__) && ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 36) || __GLIBC__ > 2)))
  202. #define HAVE_ARC4RANDOM_BUF 1
  203. #endif
  204. /* Define to 1 if you have the <attr/xattr.h> header file. */
  205. /* #undef HAVE_ATTR_XATTR_H */
  206. /* Define to 1 if you have the <bcrypt.h> header file. */
  207. /* #undef HAVE_BCRYPT_H */
  208. /* Define to 1 if you have the <bzlib.h> header file. */
  209. // #define HAVE_BZLIB_H 1
  210. /* Define to 1 if you have the `chflags' function. */
  211. #define HAVE_CHFLAGS 1
  212. /* Define to 1 if you have the `chown' function. */
  213. #define HAVE_CHOWN 1
  214. /* Define to 1 if you have the `chroot' function. */
  215. #define HAVE_CHROOT 1
  216. /* Define to 1 if you have the <copyfile.h> header file. */
  217. #ifdef WIN32
  218. #define HAVE_COPYFILE_H 1
  219. #endif
  220. #ifndef WIN32
  221. /* Define to 1 if you have the `ctime_r' function. */
  222. #define HAVE_CTIME_R 1
  223. #endif
  224. /* Define to 1 if you have the <ctype.h> header file. */
  225. #define HAVE_CTYPE_H 1
  226. /* Define to 1 if you have the `cygwin_conv_path' function. */
  227. /* #undef HAVE_CYGWIN_CONV_PATH */
  228. /* Define to 1 if you have the declaration of `ACE_GETACL', and to 0 if you
  229. don't. */
  230. /* #undef HAVE_DECL_ACE_GETACL */
  231. /* Define to 1 if you have the declaration of `ACE_GETACLCNT', and to 0 if you
  232. don't. */
  233. /* #undef HAVE_DECL_ACE_GETACLCNT */
  234. /* Define to 1 if you have the declaration of `ACE_SETACL', and to 0 if you
  235. don't. */
  236. /* #undef HAVE_DECL_ACE_SETACL */
  237. /* Define to 1 if you have the declaration of `ACL_SYNCHRONIZE', and to 0 if
  238. you don't. */
  239. /* #undef HAVE_DECL_ACL_SYNCHRONIZE */
  240. /* Define to 1 if you have the declaration of `ACL_TYPE_EXTENDED', and to 0 if
  241. you don't. */
  242. /* #undef HAVE_DECL_ACL_TYPE_EXTENDED */
  243. /* Define to 1 if you have the declaration of `ACL_TYPE_NFS4', and to 0 if you
  244. don't. */
  245. /* #undef HAVE_DECL_ACL_TYPE_NFS4 */
  246. /* Define to 1 if you have the declaration of `ACL_USER', and to 0 if you
  247. don't. */
  248. /* #undef HAVE_DECL_ACL_USER */
  249. /* Define to 1 if you have the declaration of `EXTATTR_NAMESPACE_USER', and to
  250. 0 if you don't. */
  251. #define HAVE_DECL_EXTATTR_NAMESPACE_USER 0
  252. /* Define to 1 if you have the declaration of `GETACL', and to 0 if you don't.
  253. */
  254. /* #undef HAVE_DECL_GETACL */
  255. /* Define to 1 if you have the declaration of `GETACLCNT', and to 0 if you
  256. don't. */
  257. /* #undef HAVE_DECL_GETACLCNT */
  258. /* Define to 1 if you have the declaration of `INT32_MAX', and to 0 if you
  259. don't. */
  260. #define HAVE_DECL_INT32_MAX 1
  261. /* Define to 1 if you have the declaration of `INT32_MIN', and to 0 if you
  262. don't. */
  263. #define HAVE_DECL_INT32_MIN 1
  264. /* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
  265. don't. */
  266. #define HAVE_DECL_INT64_MAX 1
  267. /* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
  268. don't. */
  269. #define HAVE_DECL_INT64_MIN 1
  270. /* Define to 1 if you have the declaration of `INTMAX_MAX', and to 0 if you
  271. don't. */
  272. #define HAVE_DECL_INTMAX_MAX 1
  273. /* Define to 1 if you have the declaration of `INTMAX_MIN', and to 0 if you
  274. don't. */
  275. #define HAVE_DECL_INTMAX_MIN 1
  276. /* Define to 1 if you have the declaration of `SETACL', and to 0 if you don't.
  277. */
  278. /* #undef HAVE_DECL_SETACL */
  279. /* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
  280. don't. */
  281. #define HAVE_DECL_SIZE_MAX 1
  282. /* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
  283. don't. */
  284. #define HAVE_DECL_SSIZE_MAX 1
  285. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  286. don't. */
  287. #define HAVE_DECL_STRERROR_R 1
  288. /* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
  289. don't. */
  290. #define HAVE_DECL_UINT32_MAX 1
  291. /* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
  292. don't. */
  293. #define HAVE_DECL_UINT64_MAX 1
  294. /* Define to 1 if you have the declaration of `UINTMAX_MAX', and to 0 if you
  295. don't. */
  296. #define HAVE_DECL_UINTMAX_MAX 1
  297. /* Define to 1 if you have the declaration of `XATTR_NOFOLLOW', and to 0 if
  298. you don't. */
  299. #define HAVE_DECL_XATTR_NOFOLLOW 0
  300. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  301. */
  302. #define HAVE_DIRENT_H 1
  303. /* Define to 1 if you have a dirfd function or macro */
  304. #define HAVE_DIRFD 1
  305. /* Define to 1 if you have the <dlfcn.h> header file. */
  306. #define HAVE_DLFCN_H 1
  307. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  308. /* #undef HAVE_DOPRNT */
  309. /* Define to 1 if nl_langinfo supports D_MD_ORDER */
  310. #ifdef WIN32
  311. #define HAVE_D_MD_ORDER 1
  312. #endif
  313. #ifdef __APPLE__
  314. /* A possible errno value for invalid file format errors */
  315. #define HAVE_EFTYPE 1
  316. #endif
  317. /* A possible errno value for invalid file format errors */
  318. #define HAVE_EILSEQ 1
  319. /* Define to 1 if you have the <errno.h> header file. */
  320. #define HAVE_ERRNO_H 1
  321. /* Define to 1 if you have the <expat.h> header file. */
  322. /* #undef HAVE_EXPAT_H */
  323. /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
  324. /* #undef HAVE_EXT2FS_EXT2_FS_H */
  325. /* Define to 1 if you have the `extattr_get_fd' function. */
  326. /* #undef HAVE_EXTATTR_GET_FD */
  327. /* Define to 1 if you have the `extattr_get_file' function. */
  328. /* #undef HAVE_EXTATTR_GET_FILE */
  329. /* Define to 1 if you have the `extattr_get_link' function. */
  330. /* #undef HAVE_EXTATTR_GET_LINK */
  331. /* Define to 1 if you have the `extattr_list_fd' function. */
  332. /* #undef HAVE_EXTATTR_LIST_FD */
  333. /* Define to 1 if you have the `extattr_list_file' function. */
  334. /* #undef HAVE_EXTATTR_LIST_FILE */
  335. /* Define to 1 if you have the `extattr_list_link' function. */
  336. /* #undef HAVE_EXTATTR_LIST_LINK */
  337. /* Define to 1 if you have the `extattr_set_fd' function. */
  338. /* #undef HAVE_EXTATTR_SET_FD */
  339. /* Define to 1 if you have the `extattr_set_link' function. */
  340. /* #undef HAVE_EXTATTR_SET_LINK */
  341. /* Define to 1 if you have the `facl' function. */
  342. /* #undef HAVE_FACL */
  343. /* Define to 1 if you have the `fchdir' function. */
  344. #define HAVE_FCHDIR 1
  345. /* Define to 1 if you have the `fchflags' function. */
  346. #ifdef WIN32
  347. #define HAVE_FCHFLAGS 1
  348. #endif
  349. #ifndef WIN32
  350. /* Define to 1 if you have the `fchmod' function. */
  351. #define HAVE_FCHMOD 1
  352. #endif
  353. /* Define to 1 if you have the `fchown' function. */
  354. #define HAVE_FCHOWN 1
  355. /* Define to 1 if you have the `fcntl' function. */
  356. #define HAVE_FCNTL 1
  357. /* Define to 1 if you have the <fcntl.h> header file. */
  358. #define HAVE_FCNTL_H 1
  359. /* Define to 1 if you have the `fdopendir' function. */
  360. #ifndef WIN32
  361. #define HAVE_FDOPENDIR 1
  362. #endif
  363. /* Define to 1 if you have the `fgetea' function. */
  364. /* #undef HAVE_FGETEA */
  365. /* Define to 1 if you have the `fgetxattr' function. */
  366. #define HAVE_FGETXATTR 1
  367. /* Define to 1 if you have the `flistea' function. */
  368. /* #undef HAVE_FLISTEA */
  369. /* Define to 1 if you have the `flistxattr' function. */
  370. #define HAVE_FLISTXATTR 1
  371. /* Define to 1 if you have the `fork' function. */
  372. #define HAVE_FORK 1
  373. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  374. #define HAVE_FSEEKO 1
  375. /* Define to 1 if you have the `fsetea' function. */
  376. /* #undef HAVE_FSETEA */
  377. /* Define to 1 if you have the `fsetxattr' function. */
  378. #define HAVE_FSETXATTR 1
  379. /* Define to 1 if you have the `fstat' function. */
  380. #define HAVE_FSTAT 1
  381. /* Define to 1 if you have the `fstatat' function. */
  382. #ifndef WIN32
  383. #define HAVE_FSTATAT 1
  384. #endif
  385. /* Define to 1 if you have the `fstatfs' function. */
  386. #define HAVE_FSTATFS 1
  387. /* Define to 1 if you have the `fstatvfs' function. */
  388. #define HAVE_FSTATVFS 1
  389. /* Define to 1 if you have the `ftruncate' function. */
  390. #define HAVE_FTRUNCATE 1
  391. /* Define to 1 if you have the `futimens' function. */
  392. #ifndef WIN32
  393. #define HAVE_FUTIMENS 1
  394. #endif
  395. /* Define to 1 if you have the `futimes' function. */
  396. #define HAVE_FUTIMES 1
  397. /* Define to 1 if you have the `futimesat' function. */
  398. #ifndef WIN32
  399. #ifndef __APPLE__
  400. #define HAVE_FUTIMESAT 1
  401. #endif
  402. #endif
  403. /* Define to 1 if you have the `getea' function. */
  404. /* #undef HAVE_GETEA */
  405. /* Define to 1 if you have the `geteuid' function. */
  406. #define HAVE_GETEUID 1
  407. /* Define to 1 if you have the `getgrgid_r' function. */
  408. #define HAVE_GETGRGID_R 1
  409. /* Define to 1 if you have the `getgrnam_r' function. */
  410. #define HAVE_GETGRNAM_R 1
  411. /* Define to 1 if you have the `getpid' function. */
  412. #define HAVE_GETPID 1
  413. /* Define to 1 if you have the `getpwnam_r' function. */
  414. #define HAVE_GETPWNAM_R 1
  415. /* Define to 1 if you have the `getpwuid_r' function. */
  416. #define HAVE_GETPWUID_R 1
  417. /* Define to 1 if you have the `getvfsbyname' function. */
  418. #ifdef WIN32
  419. #define HAVE_GETVFSBYNAME 1
  420. #endif
  421. /* Define to 1 if you have the `getxattr' function. */
  422. #define HAVE_GETXATTR 1
  423. #ifndef WIN32
  424. /* Define to 1 if you have the `gmtime_r' function. */
  425. #define HAVE_GMTIME_R 1
  426. /* Define to 1 if you have the <grp.h> header file. */
  427. #define HAVE_GRP_H 1
  428. #endif
  429. /* Define if you have the iconv() function and it works. */
  430. //#ifndef WIN32
  431. //#define HAVE_ICONV 1
  432. /* Define to 1 if you have the <iconv.h> header file. */
  433. //#define HAVE_ICONV_H 1
  434. //#endif
  435. /* Define to 1 if the system has the type `intmax_t'. */
  436. #define HAVE_INTMAX_T 1
  437. /* Define to 1 if you have the <inttypes.h> header file. */
  438. #define HAVE_INTTYPES_H 1
  439. /* Define to 1 if you have the <io.h> header file. */
  440. /* #undef HAVE_IO_H */
  441. #ifndef WIN32
  442. /* Define to 1 if you have the <langinfo.h> header file. */
  443. #define HAVE_LANGINFO_H 1
  444. #endif
  445. /* Define to 1 if you have the `lchflags' function. */
  446. #ifdef WIN32
  447. #define HAVE_LCHFLAGS 1
  448. #endif
  449. #ifndef WIN32
  450. /* Define to 1 if you have the `lchmod' function. */
  451. #define HAVE_LCHMOD 1
  452. #endif
  453. /* Define to 1 if you have the `lchown' function. */
  454. #define HAVE_LCHOWN 1
  455. /* Define to 1 if you have the `lgetea' function. */
  456. /* #undef HAVE_LGETEA */
  457. /* Define to 1 if you have the `lgetxattr' function. */
  458. #ifndef WIN32
  459. #define HAVE_LGETXATTR 1
  460. #endif
  461. /* Define to 1 if you have the `acl' library (-lacl). */
  462. /* #undef HAVE_LIBACL */
  463. /* Define to 1 if you have the `bz2' library (-lbz2). */
  464. #define HAVE_LIBBZ2 1
  465. /* Define to 1 if you have the `charset' library (-lcharset). */
  466. /* #undef HAVE_LIBCHARSET */
  467. /* Define to 1 if you have the `crypto' library (-lcrypto). */
  468. /* #undef HAVE_LIBCRYPTO */
  469. /* Define to 1 if you have the `eay32' library (-leay32). */
  470. /* #undef HAVE_LIBEAY32 */
  471. /* Define to 1 if you have the `eay64' library (-leay64). */
  472. /* #undef HAVE_LIBEAY64 */
  473. /* Define to 1 if you have the `expat' library (-lexpat). */
  474. /* #undef HAVE_LIBEXPAT */
  475. /* Define to 1 if you have the `lz4' library (-llz4). */
  476. /* #undef HAVE_LIBLZ4 */
  477. /* Define to 1 if you have the `lzma' library (-llzma). */
  478. //#define HAVE_LIBLZMA 1
  479. /* Define to 1 if you have the `lzo2' library (-llzo2). */
  480. /* #undef HAVE_LIBLZO2 */
  481. /* Define to 1 if you have the `md' library (-lmd). */
  482. /* #undef HAVE_LIBMD */
  483. /* Define to 1 if you have the `nettle' library (-lnettle). */
  484. /* #undef HAVE_LIBNETTLE */
  485. /* Define to 1 if you have the `pcre' library (-lpcre). */
  486. /* #undef HAVE_LIBPCRE */
  487. /* Define to 1 if you have the `pcreposix' library (-lpcreposix). */
  488. /* #undef HAVE_LIBPCREPOSIX */
  489. /* Define to 1 if you have the `regex' library (-lregex). */
  490. /* #undef HAVE_LIBREGEX */
  491. /* Define to 1 if you have the `richacl' library (-lrichacl). */
  492. /* #undef HAVE_LIBRICHACL */
  493. /* Define to 1 if you have the `xml2' library (-lxml2). */
  494. /* #undef HAVE_LIBXML2 */
  495. /* Define to 1 if you have the <libxml/xmlreader.h> header file. */
  496. #define HAVE_LIBXML_XMLREADER_H 1
  497. /* Define to 1 if you have the <libxml/xmlwriter.h> header file. */
  498. #define HAVE_LIBXML_XMLWRITER_H 1
  499. /* Define to 1 if you have the `z' library (-lz). */
  500. #define HAVE_LIBZ 1
  501. /* Define to 1 if you have the `zstd' library (-lzstd). */
  502. #define HAVE_LIBZSTD 1
  503. /* Define to 1 if you have the <limits.h> header file. */
  504. #define HAVE_LIMITS_H 1
  505. /* Define to 1 if you have the `link' function. */
  506. #define HAVE_LINK 1
  507. #ifdef __linux
  508. /* Define to 1 if you have the <linux/fiemap.h> header file. */
  509. #define HAVE_LINUX_FIEMAP_H 1
  510. /* Define to 1 if you have the <linux/fs.h> header file. */
  511. #define HAVE_LINUX_FS_H 1
  512. /* Define to 1 if you have the <linux/magic.h> header file. */
  513. #define HAVE_LINUX_MAGIC_H 1
  514. /* Define to 1 if you have the <linux/types.h> header file. */
  515. #define HAVE_LINUX_TYPES_H 1
  516. #endif
  517. /* Define to 1 if you have the `listea' function. */
  518. /* #undef HAVE_LISTEA */
  519. /* Define to 1 if you have the `listxattr' function. */
  520. #define HAVE_LISTXATTR 1
  521. /* Define to 1 if you have the `llistea' function. */
  522. /* #undef HAVE_LLISTEA */
  523. /* Define to 1 if you have the `llistxattr' function. */
  524. #ifdef __linux
  525. #define HAVE_LLISTXATTR 1
  526. #endif
  527. #ifdef __APPLE__
  528. /* Define to 1 if you have the <localcharset.h> header file. */
  529. #define HAVE_LOCALCHARSET_H 1
  530. /* Define to 1 if you have the `locale_charset' function. */
  531. #define HAVE_LOCALE_CHARSET 1
  532. #endif
  533. /* Define to 1 if you have the <locale.h> header file. */
  534. #define HAVE_LOCALE_H 1
  535. #ifndef WIN32
  536. /* Define to 1 if you have the `localtime_r' function. */
  537. #define HAVE_LOCALTIME_R 1
  538. #endif
  539. /* Define to 1 if the system has the type `long long int'. */
  540. #define HAVE_LONG_LONG_INT 1
  541. /* Define to 1 if you have the `lsetea' function. */
  542. /* #undef HAVE_LSETEA */
  543. /* Define to 1 if you have the `lsetxattr' function. */
  544. #ifdef __linux
  545. #define HAVE_LSETXATTR 1
  546. #endif
  547. /* Define to 1 if you have the `lstat' function. */
  548. #define HAVE_LSTAT 1
  549. /* Define to 1 if `lstat' has the bug that it succeeds when given the
  550. zero-length file name argument. */
  551. /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
  552. /* Define to 1 if you have the `lutimes' function. */
  553. #ifdef __linux
  554. #define HAVE_LUTIMES 1
  555. #endif
  556. /* Define to 1 if you have the <lz4hc.h> header file. */
  557. /* #undef HAVE_LZ4HC_H */
  558. /* Define to 1 if you have the <lz4.h> header file. */
  559. /* #undef HAVE_LZ4_H */
  560. /* Define to 1 if you have the <lzma.h> header file. */
  561. //#define HAVE_LZMA_H 1
  562. /* Define to 1 if you have the `lzma_stream_encoder_mt' function. */
  563. /* #undef HAVE_LZMA_STREAM_ENCODER_MT */
  564. /* Define to 1 if you have the <lzo/lzo1x.h> header file. */
  565. /* #undef HAVE_LZO_LZO1X_H */
  566. /* Define to 1 if you have the <lzo/lzoconf.h> header file. */
  567. /* #undef HAVE_LZO_LZOCONF_H */
  568. /* Define to 1 if you have the `mbrtowc' function. */
  569. #define HAVE_MBRTOWC 1
  570. /* Define to 1 if you have the `mbr_gid_to_uuid' function. */
  571. /* #undef HAVE_MBR_GID_TO_UUID */
  572. /* Define to 1 if you have the `mbr_uid_to_uuid' function. */
  573. /* #undef HAVE_MBR_UID_TO_UUID */
  574. /* Define to 1 if you have the `mbr_uuid_to_id' function. */
  575. /* #undef HAVE_MBR_UUID_TO_ID */
  576. /* Define to 1 if you have the <md5.h> header file. */
  577. /* #undef HAVE_MD5_H */
  578. /* Define to 1 if you have the <membership.h> header file. */
  579. /* #undef HAVE_MEMBERSHIP_H */
  580. /* Define to 1 if you have the `memmove' function. */
  581. #define HAVE_MEMMOVE 1
  582. /* Define to 1 if you have the <memory.h> header file. */
  583. #define HAVE_MEMORY_H 1
  584. /* Define to 1 if you have the `memset' function. */
  585. #define HAVE_MEMSET 1
  586. /* Define to 1 if you have the `mkdir' function. */
  587. #define HAVE_MKDIR 1
  588. /* Define to 1 if you have the `mkfifo' function. */
  589. #define HAVE_MKFIFO 1
  590. /* Define to 1 if you have the `mknod' function. */
  591. #define HAVE_MKNOD 1
  592. /* Define to 1 if you have the `mkstemp' function. */
  593. #define HAVE_MKSTEMP 1
  594. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  595. /* #undef HAVE_NDIR_H */
  596. /* Define to 1 if you have the <nettle/aes.h> header file. */
  597. /* #undef HAVE_NETTLE_AES_H */
  598. /* Define to 1 if you have the <nettle/hmac.h> header file. */
  599. /* #undef HAVE_NETTLE_HMAC_H */
  600. /* Define to 1 if you have the <nettle/md5.h> header file. */
  601. /* #undef HAVE_NETTLE_MD5_H */
  602. /* Define to 1 if you have the <nettle/pbkdf2.h> header file. */
  603. /* #undef HAVE_NETTLE_PBKDF2_H */
  604. /* Define to 1 if you have the <nettle/ripemd160.h> header file. */
  605. /* #undef HAVE_NETTLE_RIPEMD160_H */
  606. /* Define to 1 if you have the <nettle/sha.h> header file. */
  607. /* #undef HAVE_NETTLE_SHA_H */
  608. #ifndef WIN32
  609. /* Define to 1 if you have the `nl_langinfo' function. */
  610. #define HAVE_NL_LANGINFO 1
  611. #endif
  612. /* Define to 1 if you have the `openat' function. */
  613. #ifdef __linux
  614. #define HAVE_OPENAT 1
  615. #endif
  616. /* Define to 1 if you have the <openssl/evp.h> header file. */
  617. /* #undef HAVE_OPENSSL_EVP_H */
  618. /* Define to 1 if you have the <paths.h> header file. */
  619. #define HAVE_PATHS_H 1
  620. /* Define to 1 if you have the <pcreposix.h> header file. */
  621. /* #undef HAVE_PCREPOSIX_H */
  622. /* Define to 1 if you have the `pipe' function. */
  623. #define HAVE_PIPE 1
  624. /* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */
  625. /* #undef HAVE_PKCS5_PBKDF2_HMAC_SHA1 */
  626. /* Define to 1 if you have the `poll' function. */
  627. #define HAVE_POLL 1
  628. #ifndef WIN32
  629. /* Define to 1 if you have the <poll.h> header file. */
  630. #define HAVE_POLL_H 1
  631. #endif
  632. /* Define to 1 if you have the `posix_spawnp' function. */
  633. #define HAVE_POSIX_SPAWNP 1
  634. /* Define to 1 if you have the <pthread.h> header file. */
  635. #ifndef WIN32
  636. #define HAVE_PTHREAD_H 1
  637. #endif
  638. #ifndef WIN32
  639. /* Define to 1 if you have the <pwd.h> header file. */
  640. #define HAVE_PWD_H 1
  641. #endif
  642. /* Define to 1 if you have a POSIX compatible readdir_r */
  643. #define HAVE_READDIR_R 1
  644. /* Define to 1 if you have the `readlink' function. */
  645. #define HAVE_READLINK 1
  646. /* Define to 1 if you have the `readlinkat' function. */
  647. #ifdef __linux
  648. #define HAVE_READLINKAT 1
  649. #endif
  650. /* Define to 1 if you have the `readpassphrase' function. */
  651. /* #undef HAVE_READPASSPHRASE */
  652. /* Define to 1 if you have the <readpassphrase.h> header file. */
  653. /* #undef HAVE_READPASSPHRASE_H */
  654. /* Define to 1 if you have the <regex.h> header file. */
  655. #ifdef __linux
  656. #define HAVE_REGEX_H 1
  657. #endif
  658. /* Define to 1 if you have the `richacl_alloc' function. */
  659. /* #undef HAVE_RICHACL_ALLOC */
  660. /* Define to 1 if you have the `richacl_equiv_mode' function. */
  661. /* #undef HAVE_RICHACL_EQUIV_MODE */
  662. /* Define to 1 if you have the `richacl_free' function. */
  663. /* #undef HAVE_RICHACL_FREE */
  664. /* Define to 1 if you have the `richacl_get_fd' function. */
  665. /* #undef HAVE_RICHACL_GET_FD */
  666. /* Define to 1 if you have the `richacl_get_file' function. */
  667. /* #undef HAVE_RICHACL_GET_FILE */
  668. /* Define to 1 if you have the `richacl_set_fd' function. */
  669. /* #undef HAVE_RICHACL_SET_FD */
  670. /* Define to 1 if you have the `richacl_set_file' function. */
  671. /* #undef HAVE_RICHACL_SET_FILE */
  672. /* Define to 1 if you have the <ripemd.h> header file. */
  673. /* #undef HAVE_RIPEMD_H */
  674. /* Define to 1 if you have the `select' function. */
  675. #define HAVE_SELECT 1
  676. /* Define to 1 if you have the `setenv' function. */
  677. #define HAVE_SETENV 1
  678. /* Define to 1 if you have the `setlocale' function. */
  679. #define HAVE_SETLOCALE 1
  680. /* Define to 1 if you have the `setxattr' function. */
  681. /* #undef HAVE_SETXATTR */
  682. /* Define to 1 if you have the <sha256.h> header file. */
  683. /* #undef HAVE_SHA256_H */
  684. /* Define to 1 if you have the <sha512.h> header file. */
  685. /* #undef HAVE_SHA512_H */
  686. /* Define to 1 if you have the <sha.h> header file. */
  687. /* #undef HAVE_SHA_H */
  688. /* Define to 1 if you have the `sigaction' function. */
  689. #define HAVE_SIGACTION 1
  690. /* Define to 1 if you have the <signal.h> header file. */
  691. #define HAVE_SIGNAL_H 1
  692. /* Define to 1 if you have the <spawn.h> header file. */
  693. #define HAVE_SPAWN_H 1
  694. /* Define to 1 if you have the `statfs' function. */
  695. #define HAVE_STATFS 1
  696. /* Define to 1 if you have the `statvfs' function. */
  697. #define HAVE_STATVFS 1
  698. /* Define to 1 if `stat' has the bug that it succeeds when given the
  699. zero-length file name argument. */
  700. /* #undef HAVE_STAT_EMPTY_STRING_BUG */
  701. /* Define to 1 if you have the <stdarg.h> header file. */
  702. #define HAVE_STDARG_H 1
  703. /* Define to 1 if you have the <stdint.h> header file. */
  704. #define HAVE_STDINT_H 1
  705. /* Define to 1 if you have the <stdlib.h> header file. */
  706. #define HAVE_STDLIB_H 1
  707. /* Define to 1 if you have the `strchr' function. */
  708. #define HAVE_STRCHR 1
  709. /* Define to 1 if you have the `strdup' function. */
  710. #define HAVE_STRDUP 1
  711. /* Define to 1 if you have the `strerror' function. */
  712. #define HAVE_STRERROR 1
  713. /* Define to 1 if you have the `strerror_r' function. */
  714. #define HAVE_STRERROR_R 1
  715. /* Define to 1 if you have the `strftime' function. */
  716. #define HAVE_STRFTIME 1
  717. /* Define to 1 if you have the <strings.h> header file. */
  718. #define HAVE_STRINGS_H 1
  719. /* Define to 1 if you have the <string.h> header file. */
  720. #define HAVE_STRING_H 1
  721. /* Define to 1 if you have the `strncpy_s' function. */
  722. /* #undef HAVE_STRNCPY_S */
  723. /* Define to 1 if you have the `strrchr' function. */
  724. #define HAVE_STRRCHR 1
  725. /* Define to 1 if the system has the type `struct richace'. */
  726. /* #undef HAVE_STRUCT_RICHACE */
  727. /* Define to 1 if the system has the type `struct richacl'. */
  728. /* #undef HAVE_STRUCT_RICHACL */
  729. /* Define to 1 if `f_namemax' is a member of `struct statfs'. */
  730. /* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
  731. /* Define to 1 if `f_iosize' is a member of `struct statvfs'. */
  732. /* #undef HAVE_STRUCT_STATVFS_F_IOSIZE */
  733. /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
  734. /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
  735. /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
  736. /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */
  737. /* Define to 1 if `st_blksize' is a member of `struct stat'. */
  738. #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  739. /* Define to 1 if `st_flags' is a member of `struct stat'. */
  740. #ifndef __linux
  741. #define HAVE_STRUCT_STAT_ST_FLAGS 1
  742. #endif
  743. #ifdef __APPLE__
  744. /* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
  745. #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
  746. #endif
  747. /* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
  748. /* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
  749. /* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
  750. /* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
  751. /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
  752. #ifdef __linux
  753. #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  754. #endif
  755. /* Define to 1 if `st_umtime' is a member of `struct stat'. */
  756. /* #undef HAVE_STRUCT_STAT_ST_UMTIME */
  757. #ifndef WIN32
  758. /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
  759. #define HAVE_STRUCT_TM_TM_GMTOFF 1
  760. #endif
  761. /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
  762. /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
  763. /* Define to 1 if the system has the type `struct vfsconf'. */
  764. /* #undef HAVE_STRUCT_VFSCONF */
  765. /* Define to 1 if the system has the type `struct xvfsconf'. */
  766. /* #undef HAVE_STRUCT_XVFSCONF */
  767. #ifndef WIN32
  768. /* Define to 1 if you have the `symlink' function. */
  769. #define HAVE_SYMLINK 1
  770. /* Define to 1 if you have the <sys/acl.h> header file. */
  771. #ifndef __linux
  772. #define HAVE_SYS_ACL_H 1
  773. #endif
  774. /* Define to 1 if you have the <sys/cdefs.h> header file. */
  775. #define HAVE_SYS_CDEFS_H 1
  776. #endif
  777. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  778. */
  779. /* #undef HAVE_SYS_DIR_H */
  780. /* Define to 1 if you have the <sys/ea.h> header file. */
  781. /* #undef HAVE_SYS_EA_H */
  782. /* Define to 1 if you have the <sys/extattr.h> header file. */
  783. /* #undef HAVE_SYS_EXTATTR_H */
  784. #ifndef WIN32
  785. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  786. #define HAVE_SYS_IOCTL_H 1
  787. #endif
  788. /* Define to 1 if you have the <sys/mkdev.h> header file. */
  789. /* #undef HAVE_SYS_MKDEV_H */
  790. /* Define to 1 if you have the <sys/mount.h> header file. */
  791. #define HAVE_SYS_MOUNT_H 1
  792. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  793. */
  794. /* #undef HAVE_SYS_NDIR_H */
  795. /* Define to 1 if you have the <sys/param.h> header file. */
  796. #define HAVE_SYS_PARAM_H 1
  797. /* Define to 1 if you have the <sys/poll.h> header file. */
  798. #define HAVE_SYS_POLL_H 1
  799. /* Define to 1 if you have the <sys/richacl.h> header file. */
  800. /* #undef HAVE_SYS_RICHACL_H */
  801. /* Define to 1 if you have the <sys/select.h> header file. */
  802. #define HAVE_SYS_SELECT_H 1
  803. /* Define to 1 if you have the <sys/statfs.h> header file. */
  804. #ifdef __linux
  805. #define HAVE_SYS_STATFS_H 1
  806. #endif
  807. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  808. #define HAVE_SYS_STATVFS_H 1
  809. /* Define to 1 if you have the <sys/stat.h> header file. */
  810. #define HAVE_SYS_STAT_H 1
  811. /* Define to 1 if you have the <sys/time.h> header file. */
  812. #define HAVE_SYS_TIME_H 1
  813. /* Define to 1 if you have the <sys/types.h> header file. */
  814. #define HAVE_SYS_TYPES_H 1
  815. /* Define to 1 if you have the <sys/utime.h> header file. */
  816. /* #undef HAVE_SYS_UTIME_H */
  817. #ifndef WIN32
  818. /* Define to 1 if you have the <sys/utsname.h> header file. */
  819. #define HAVE_SYS_UTSNAME_H 1
  820. /* Define to 1 if you have the <sys/vfs.h> header file. */
  821. #ifdef __linux
  822. #define HAVE_SYS_VFS_H 1
  823. #endif
  824. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  825. #define HAVE_SYS_WAIT_H 1
  826. #endif
  827. /* Define to 1 if you have the <sys/xattr.h> header file. */
  828. #define HAVE_SYS_XATTR_H 1
  829. #ifndef WIN32
  830. /* Define to 1 if you have the `timegm' function. */
  831. #define HAVE_TIMEGM 1
  832. #endif
  833. /* Define to 1 if you have the <time.h> header file. */
  834. #define HAVE_TIME_H 1
  835. /* Define to 1 if you have the `tzset' function. */
  836. #define HAVE_TZSET 1
  837. /* Define to 1 if the system has the type `uintmax_t'. */
  838. #define HAVE_UINTMAX_T 1
  839. /* Define to 1 if you have the <unistd.h> header file. */
  840. #define HAVE_UNISTD_H 1
  841. /* Define to 1 if you have the `unsetenv' function. */
  842. #define HAVE_UNSETENV 1
  843. /* Define to 1 if the system has the type `unsigned long long'. */
  844. #define HAVE_UNSIGNED_LONG_LONG 1
  845. /* Define to 1 if the system has the type `unsigned long long int'. */
  846. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  847. /* Define to 1 if you have the `utime' function. */
  848. #define HAVE_UTIME 1
  849. /* Define to 1 if you have the `utimensat' function. */
  850. #ifdef __linux
  851. #define HAVE_UTIMENSAT 1
  852. #endif
  853. /* Define to 1 if you have the `utimes' function. */
  854. #define HAVE_UTIMES 1
  855. /* Define to 1 if you have the <utime.h> header file. */
  856. #define HAVE_UTIME_H 1
  857. /* Define to 1 if you have the `vfork' function. */
  858. #define HAVE_VFORK 1
  859. /* Define to 1 if you have the `vprintf' function. */
  860. #define HAVE_VPRINTF 1
  861. /* Define to 1 if you have the <wchar.h> header file. */
  862. #define HAVE_WCHAR_H 1
  863. /* Define to 1 if the system has the type `wchar_t'. */
  864. #define HAVE_WCHAR_T 1
  865. /* Define to 1 if you have the `wcrtomb' function. */
  866. #define HAVE_WCRTOMB 1
  867. /* Define to 1 if you have the `wcscmp' function. */
  868. #define HAVE_WCSCMP 1
  869. /* Define to 1 if you have the `wcscpy' function. */
  870. #define HAVE_WCSCPY 1
  871. /* Define to 1 if you have the `wcslen' function. */
  872. #define HAVE_WCSLEN 1
  873. /* Define to 1 if you have the `wctomb' function. */
  874. #define HAVE_WCTOMB 1
  875. /* Define to 1 if you have the <wctype.h> header file. */
  876. #define HAVE_WCTYPE_H 1
  877. #ifdef WIN32
  878. /* Define to 1 if you have the <wincrypt.h> header file. */
  879. #define HAVE_WINCRYPT_H 1
  880. /* Define to 1 if you have the <windows.h> header file. */
  881. #define HAVE_WINDOWS_H 1
  882. #endif
  883. /* Define to 1 if you have the <winioctl.h> header file. */
  884. /* #undef HAVE_WINIOCTL_H */
  885. /* Define to 1 if you have the `wmemcmp' function. */
  886. #define HAVE_WMEMCMP 1
  887. /* Define to 1 if you have the `wmemcpy' function. */
  888. #define HAVE_WMEMCPY 1
  889. /* Define to 1 if you have the `wmemmove' function. */
  890. #define HAVE_WMEMMOVE 1
  891. /* Define to 1 if you have a working EXT2_IOC_GETFLAGS */
  892. /* #undef HAVE_WORKING_EXT2_IOC_GETFLAGS */
  893. /* Define to 1 if you have a working FS_IOC_GETFLAGS */
  894. #ifdef __linux
  895. #define HAVE_WORKING_FS_IOC_GETFLAGS 1
  896. #endif
  897. /* Define to 1 if you have the <zlib.h> header file. */
  898. //#define HAVE_ZLIB_H 1
  899. /* Define to 1 if you have the <zstd.h> header file. */
  900. //#define HAVE_ZSTD_H 1
  901. /* Define to 1 if you have the `_ctime64_s' function. */
  902. /* #undef HAVE__CTIME64_S */
  903. /* Define to 1 if you have the `_fseeki64' function. */
  904. /* #undef HAVE__FSEEKI64 */
  905. /* Define to 1 if you have the `_get_timezone' function. */
  906. /* #undef HAVE__GET_TIMEZONE */
  907. /* Define to 1 if you have the `_localtime64_s' function. */
  908. /* #undef HAVE__LOCALTIME64_S */
  909. /* Define to 1 if you have the `_mkgmtime64' function. */
  910. /* #undef HAVE__MKGMTIME64 */
  911. /* Define as const if the declaration of iconv() needs const. */
  912. #define ICONV_CONST
  913. /* Version number of libarchive as a single integer */
  914. #define LIBARCHIVE_VERSION_NUMBER "3003003"
  915. /* Version number of libarchive */
  916. #define LIBARCHIVE_VERSION_STRING "3.3.3dev"
  917. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  918. slash. */
  919. #ifdef __linux
  920. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  921. #endif
  922. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  923. #define LT_OBJDIR ".libs/"
  924. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  925. */
  926. /* #undef MAJOR_IN_MKDEV */
  927. /* Define to 1 if `major', `minor', and `makedev' are declared in
  928. <sysmacros.h>. */
  929. /* #undef MAJOR_IN_SYSMACROS */
  930. /* Define to '0x05020000' for Windows Server 2003 APIs. */
  931. /* #undef NTDDI_VERSION */
  932. /* Name of package */
  933. #define PACKAGE "libarchive"
  934. /* Define to the address where bug reports for this package should be sent. */
  935. #define PACKAGE_BUGREPORT "[email protected]"
  936. /* Define to the full name of this package. */
  937. #define PACKAGE_NAME "libarchive"
  938. /* Define to the full name and version of this package. */
  939. #define PACKAGE_STRING "libarchive 3.3.3dev"
  940. /* Define to the one symbol short name of this package. */
  941. #define PACKAGE_TARNAME "libarchive"
  942. /* Define to the home page for this package. */
  943. #define PACKAGE_URL ""
  944. /* Define to the version of this package. */
  945. #define PACKAGE_VERSION "3.3.3dev"
  946. /* Define to 1 if PCRE_STATIC needs to be defined. */
  947. /* #undef PCRE_STATIC */
  948. /* The size of `wchar_t', as computed by sizeof. */
  949. #define SIZEOF_WCHAR_T 4
  950. /* Define to 1 if you have the ANSI C header files. */
  951. #define STDC_HEADERS 1
  952. /* Define to 1 if strerror_r returns char *. */
  953. #ifdef __linux
  954. #define STRERROR_R_CHAR_P 1
  955. #endif
  956. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  957. #define TIME_WITH_SYS_TIME 1
  958. /* Enable extensions on AIX 3, Interix. */
  959. #ifndef _ALL_SOURCE
  960. # define _ALL_SOURCE 1
  961. #endif
  962. /* Enable GNU extensions on systems that have them. */
  963. #ifndef _GNU_SOURCE
  964. # define _GNU_SOURCE 1
  965. #endif
  966. /* Enable threading extensions on Solaris. */
  967. #ifndef _POSIX_PTHREAD_SEMANTICS
  968. # define _POSIX_PTHREAD_SEMANTICS 1
  969. #endif
  970. /* Enable extensions on HP NonStop. */
  971. #ifndef _TANDEM_SOURCE
  972. # define _TANDEM_SOURCE 1
  973. #endif
  974. /* Enable general extensions on Solaris. */
  975. #ifndef __EXTENSIONS__
  976. # define __EXTENSIONS__ 1
  977. #endif
  978. /* Version number of package */
  979. #define VERSION "3.3.3dev"
  980. /* Define to '0x0502' for Windows Server 2003 APIs. */
  981. #ifdef WIN32
  982. #define WINVER 0x0502
  983. #endif
  984. /* Enable large inode numbers on Mac OS X 10.5. */
  985. #ifndef _DARWIN_USE_64_BIT_INODE
  986. /* BaH - Not with BlitzMax... pub.stdc causes problems linking the correct binaries
  987. /*# define _DARWIN_USE_64_BIT_INODE 1*/
  988. #endif
  989. /* Number of bits in a file offset, on hosts where this is settable. */
  990. /* #undef _FILE_OFFSET_BITS */
  991. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  992. /* #undef _LARGEFILE_SOURCE */
  993. /* Define for large files, on AIX-style hosts. */
  994. /* #undef _LARGE_FILES */
  995. /* Define to 1 if on MINIX. */
  996. /* #undef _MINIX */
  997. /* Define to 2 if the system does not provide POSIX.1 features except with
  998. this defined. */
  999. /* #undef _POSIX_1_SOURCE */
  1000. /* Define to 1 if you need to in order for `stat' and other things to work. */
  1001. /* #undef _POSIX_SOURCE */
  1002. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  1003. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  1004. #define below would cause a syntax error. */
  1005. /* #undef _UINT32_T */
  1006. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  1007. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  1008. #define below would cause a syntax error. */
  1009. /* #undef _UINT64_T */
  1010. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  1011. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  1012. #define below would cause a syntax error. */
  1013. /* #undef _UINT8_T */
  1014. #ifdef WIN32
  1015. /* Define to '0x0502' for Windows Server 2003 APIs. */
  1016. #define _WIN32_WINNT 0x0502
  1017. /* Define to empty if `const' does not conform to ANSI C. */
  1018. /* #undef const */
  1019. /* Define to match typeof st_gid field of struct stat if <sys/types.h> doesn't
  1020. define. */
  1021. #define gid_t short
  1022. /* Define to `unsigned long' if <sys/types.h> does not define. */
  1023. #define id_t unsigned long
  1024. #endif
  1025. /* Define to the type of a signed integer type of width exactly 16 bits if
  1026. such a type exists and the standard includes do not define it. */
  1027. /* #undef int16_t */
  1028. /* Define to the type of a signed integer type of width exactly 32 bits if
  1029. such a type exists and the standard includes do not define it. */
  1030. /* #undef int32_t */
  1031. /* Define to the type of a signed integer type of width exactly 64 bits if
  1032. such a type exists and the standard includes do not define it. */
  1033. /* #undef int64_t */
  1034. /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
  1035. not define. */
  1036. /* #undef intmax_t */
  1037. /* Define to `int' if <sys/types.h> does not define. */
  1038. /* #undef mode_t */
  1039. /* Define to `long long' if <sys/types.h> does not define. */
  1040. /* #undef off_t */
  1041. /* Define to `unsigned int' if <sys/types.h> does not define. */
  1042. /* #undef size_t */
  1043. #ifdef WIN32
  1044. /* Define to match typeof st_uid field of struct stat if <sys/types.h> doesn't
  1045. define. */
  1046. #define uid_t short
  1047. #endif
  1048. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  1049. such a type exists and the standard includes do not define it. */
  1050. /* #undef uint16_t */
  1051. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  1052. such a type exists and the standard includes do not define it. */
  1053. /* #undef uint32_t */
  1054. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  1055. such a type exists and the standard includes do not define it. */
  1056. /* #undef uint64_t */
  1057. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  1058. such a type exists and the standard includes do not define it. */
  1059. /* #undef uint8_t */
  1060. /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
  1061. do not define. */
  1062. /* #undef uintmax_t */
  1063. /* Define to `unsigned int' if <sys/types.h> does not define. */
  1064. /* #undef uintptr_t */