config.h.in 42 KB

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