config.h.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to 1 if link() can hard-link special files. */
  5. #undef CAN_HARDLINK_SPECIAL
  6. /* Define to 1 if link() can hard-link symlinks. */
  7. #undef CAN_HARDLINK_SYMLINK
  8. /* Define to 1 if chown modifies symlinks. */
  9. #undef CHOWN_MODIFIES_SYMLINK
  10. /* Undefine if you do not want locale features. By default this is defined. */
  11. #undef CONFIG_LOCALE
  12. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  13. systems. This function is required for `alloca.c' support on those systems.
  14. */
  15. #undef CRAY_STACKSEG_END
  16. /* Define to 1 if using `alloca.c'. */
  17. #undef C_ALLOCA
  18. /* Used to make "checker" understand that FD_ZERO() clears memory. */
  19. #undef FORCE_FD_ZERO_MEMSET
  20. /* Define to the type of elements in the array set by `getgroups'. Usually
  21. this is either `int' or `gid_t'. */
  22. #undef GETGROUPS_T
  23. /* Define to 1 if the `getpgrp' function requires zero arguments. */
  24. #undef GETPGRP_VOID
  25. /* Define to 1 if you have the `aclsort' function. */
  26. #undef HAVE_ACLSORT
  27. /* true if you have acl_get_perm_np */
  28. #undef HAVE_ACL_GET_PERM_NP
  29. /* Define to 1 if you have the <acl/libacl.h> header file. */
  30. #undef HAVE_ACL_LIBACL_H
  31. /* true if you have AIX ACLs */
  32. #undef HAVE_AIX_ACLS
  33. /* Define to 1 if you have `alloca', as a function or macro. */
  34. #undef HAVE_ALLOCA
  35. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  36. */
  37. #undef HAVE_ALLOCA_H
  38. /* Define to 1 if you have the <arpa/inet.h> header file. */
  39. #undef HAVE_ARPA_INET_H
  40. /* Define to 1 if you have the <arpa/nameser.h> header file. */
  41. #undef HAVE_ARPA_NAMESER_H
  42. /* Define to 1 if you have the `asprintf' function. */
  43. #undef HAVE_ASPRINTF
  44. /* Define to 1 if you have the <attr/xattr.h> header file. */
  45. #undef HAVE_ATTR_XATTR_H
  46. /* Define to 1 if readdir() is broken */
  47. #undef HAVE_BROKEN_READDIR
  48. /* Define to 1 if vsprintf has a C99-compatible return value */
  49. #undef HAVE_C99_VSNPRINTF
  50. /* Define to 1 if you have the `chmod' function. */
  51. #undef HAVE_CHMOD
  52. /* Define to 1 if you have the `chown' function. */
  53. #undef HAVE_CHOWN
  54. /* Define to 1 if you have the <compat.h> header file. */
  55. #undef HAVE_COMPAT_H
  56. /* Define to 1 if you have the "connect" function */
  57. #undef HAVE_CONNECT
  58. /* Define to 1 if you have the <ctype.h> header file. */
  59. #undef HAVE_CTYPE_H
  60. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  61. */
  62. #undef HAVE_DIRENT_H
  63. /* Define to 1 if errno is declared in errno.h */
  64. #undef HAVE_ERRNO_DECL
  65. /* Define to 1 if you have the `extattr_get_link' function. */
  66. #undef HAVE_EXTATTR_GET_LINK
  67. /* Define to 1 if you have the `fchmod' function. */
  68. #undef HAVE_FCHMOD
  69. /* Define to 1 if you have the <fcntl.h> header file. */
  70. #undef HAVE_FCNTL_H
  71. /* Define to 1 if you have the <float.h> header file. */
  72. #undef HAVE_FLOAT_H
  73. /* True if you have FreeBSD xattrs */
  74. #undef HAVE_FREEBSD_XATTRS
  75. /* Define to 1 if you have the `fstat' function. */
  76. #undef HAVE_FSTAT
  77. /* Define to 1 if you have the `ftruncate' function. */
  78. #undef HAVE_FTRUNCATE
  79. /* Define to 1 if you have the "getaddrinfo" function and required types. */
  80. #undef HAVE_GETADDRINFO
  81. /* Define to 1 if you have the `getcwd' function. */
  82. #undef HAVE_GETCWD
  83. /* Define to 1 if you have the `getegid' function. */
  84. #undef HAVE_GETEGID
  85. /* Define to 1 if you have the `geteuid' function. */
  86. #undef HAVE_GETEUID
  87. /* Define to 1 if you have the `getgroups' function. */
  88. #undef HAVE_GETGROUPS
  89. /* Define to 1 if you have the `getpgrp' function. */
  90. #undef HAVE_GETPGRP
  91. /* Define to 1 if gettimeofday() takes a time-zone arg */
  92. #undef HAVE_GETTIMEOFDAY_TZ
  93. /* Define to 1 if you have the `getxattr' function. */
  94. #undef HAVE_GETXATTR
  95. /* Define to 1 if you have the <grp.h> header file. */
  96. #undef HAVE_GRP_H
  97. /* true if you have HPUX ACLs */
  98. #undef HAVE_HPUX_ACLS
  99. /* Define to 1 if you have the <iconv.h> header file. */
  100. #undef HAVE_ICONV_H
  101. /* Define to 1 if you have the `iconv_open' function. */
  102. #undef HAVE_ICONV_OPEN
  103. /* Define to 1 if the system has the type `id_t'. */
  104. #undef HAVE_ID_T
  105. /* Define to 1 if you have the `inet_ntop' function. */
  106. #undef HAVE_INET_NTOP
  107. /* Define to 1 if you have the `inet_pton' function. */
  108. #undef HAVE_INET_PTON
  109. /* Define to 1 if you have the <inttypes.h> header file. */
  110. #undef HAVE_INTTYPES_H
  111. /* true if you have IRIX ACLs */
  112. #undef HAVE_IRIX_ACLS
  113. /* Define to 1 if you have the <langinfo.h> header file. */
  114. #undef HAVE_LANGINFO_H
  115. /* Define to 1 if you have the `lchmod' function. */
  116. #undef HAVE_LCHMOD
  117. /* Define to 1 if you have the `lchown' function. */
  118. #undef HAVE_LCHOWN
  119. /* Define to 1 if you have the `acl' library (-lacl). */
  120. #undef HAVE_LIBACL
  121. /* Define to 1 if you have the <libcharset.h> header file. */
  122. #undef HAVE_LIBCHARSET_H
  123. /* Define to 1 if you have the `inet' library (-linet). */
  124. #undef HAVE_LIBINET
  125. /* Define to 1 if you have the `nsl' library (-lnsl). */
  126. #undef HAVE_LIBNSL
  127. /* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
  128. #undef HAVE_LIBNSL_S
  129. /* Define to 1 if you have the `popt' library (-lpopt). */
  130. #undef HAVE_LIBPOPT
  131. /* Define to 1 if you have the `resolv' library (-lresolv). */
  132. #undef HAVE_LIBRESOLV
  133. /* Define to 1 if you have the `sec' library (-lsec). */
  134. #undef HAVE_LIBSEC
  135. /* Define to 1 if you have the `socket' library (-lsocket). */
  136. #undef HAVE_LIBSOCKET
  137. /* Define to 1 if you have the <limits.h> header file. */
  138. #undef HAVE_LIMITS_H
  139. /* Define to 1 if you have the `link' function. */
  140. #undef HAVE_LINK
  141. /* True if you have Linux xattrs */
  142. #undef HAVE_LINUX_XATTRS
  143. /* Define to 1 if you have the `locale_charset' function. */
  144. #undef HAVE_LOCALE_CHARSET
  145. /* Define to 1 if you have the <locale.h> header file. */
  146. #undef HAVE_LOCALE_H
  147. /* Define to 1 if the type `long double' works and has more range or precision
  148. than `double'. */
  149. #undef HAVE_LONG_DOUBLE
  150. /* Define to 1 if the type `long double' works and has more range or precision
  151. than `double'. */
  152. #undef HAVE_LONG_DOUBLE_WIDER
  153. /* Define to 1 if you have the `lseek64' function. */
  154. #undef HAVE_LSEEK64
  155. /* Define to 1 if you have the `lutimes' function. */
  156. #undef HAVE_LUTIMES
  157. /* Define to 1 if you have the `mallinfo' function. */
  158. #undef HAVE_MALLINFO
  159. /* Define to 1 if you have the <malloc.h> header file. */
  160. #undef HAVE_MALLOC_H
  161. /* Define to 1 if you have the <mcheck.h> header file. */
  162. #undef HAVE_MCHECK_H
  163. /* Define to 1 if you have the `memmove' function. */
  164. #undef HAVE_MEMMOVE
  165. /* Define to 1 if you have the <memory.h> header file. */
  166. #undef HAVE_MEMORY_H
  167. /* Define to 1 if you have the `mkfifo' function. */
  168. #undef HAVE_MKFIFO
  169. /* Define to 1 if you have the `mknod' function. */
  170. #undef HAVE_MKNOD
  171. /* Define to 1 if you have the `mkstemp64' function. */
  172. #undef HAVE_MKSTEMP64
  173. /* Define to 1 if the system has the type `mode_t'. */
  174. #undef HAVE_MODE_T
  175. /* Define to 1 if you have the `mtrace' function. */
  176. #undef HAVE_MTRACE
  177. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  178. #undef HAVE_NDIR_H
  179. /* Define to 1 if you have the <netdb.h> header file. */
  180. #undef HAVE_NETDB_H
  181. /* Define to 1 if you have the <netinet/in_systm.h> header file. */
  182. #undef HAVE_NETINET_IN_SYSTM_H
  183. /* Define to 1 if you have the <netinet/ip.h> header file. */
  184. #undef HAVE_NETINET_IP_H
  185. /* Define to 1 if you have the `nl_langinfo' function. */
  186. #undef HAVE_NL_LANGINFO
  187. /* Define to 1 if the system has the type `off_t'. */
  188. #undef HAVE_OFF_T
  189. /* Define to 1 if you have the `open64' function. */
  190. #undef HAVE_OPEN64
  191. /* true if you have Mac OS X ACLs */
  192. #undef HAVE_OSX_ACLS
  193. /* True if you have Mac OS X xattrs */
  194. #undef HAVE_OSX_XATTRS
  195. /* Define to 1 if the system has the type `pid_t'. */
  196. #undef HAVE_PID_T
  197. /* Define to 1 if you have the <popt.h> header file. */
  198. #undef HAVE_POPT_H
  199. /* Define to 1 if you have the <popt/popt.h> header file. */
  200. #undef HAVE_POPT_POPT_H
  201. /* true if you have posix ACLs */
  202. #undef HAVE_POSIX_ACLS
  203. /* Define to 1 if you have the `putenv' function. */
  204. #undef HAVE_PUTENV
  205. /* Define to 1 if you have the `readlink' function. */
  206. #undef HAVE_READLINK
  207. /* Define to 1 if remote shell is remsh, not rsh */
  208. #undef HAVE_REMSH
  209. /* Define to 1 if mkstemp() is available and works right */
  210. #undef HAVE_SECURE_MKSTEMP
  211. /* Define to 1 if you have the `setattrlist' function. */
  212. #undef HAVE_SETATTRLIST
  213. /* Define to 1 if you have the `seteuid' function. */
  214. #undef HAVE_SETEUID
  215. /* Define to 1 if you have the `setgroups' function. */
  216. #undef HAVE_SETGROUPS
  217. /* Define to 1 if you have the `setlocale' function. */
  218. #undef HAVE_SETLOCALE
  219. /* Define to 1 if you have the `setmode' function. */
  220. #undef HAVE_SETMODE
  221. /* Define to 1 if you have the `setsid' function. */
  222. #undef HAVE_SETSID
  223. /* Define to 1 if you have the `sigaction' function. */
  224. #undef HAVE_SIGACTION
  225. /* Define to 1 if you have the `sigprocmask' function. */
  226. #undef HAVE_SIGPROCMASK
  227. /* Define to 1 if the system has the type `size_t'. */
  228. #undef HAVE_SIZE_T
  229. /* Define to 1 if you have the `snprintf' function. */
  230. #undef HAVE_SNPRINTF
  231. /* Do we have sockaddr_in6.sin6_scope_id? */
  232. #undef HAVE_SOCKADDR_IN6_SCOPE_ID
  233. /* Do we have sockaddr_in.sin_len? */
  234. #undef HAVE_SOCKADDR_IN_LEN
  235. /* Do we have sockaddr.sa_len? */
  236. #undef HAVE_SOCKADDR_LEN
  237. /* Do we have sockaddr_un.sun_len? */
  238. #undef HAVE_SOCKADDR_UN_LEN
  239. /* Define to 1 if you have the "socketpair" function */
  240. #undef HAVE_SOCKETPAIR
  241. /* true if you have solaris ACLs */
  242. #undef HAVE_SOLARIS_ACLS
  243. /* Define to 1 if you have the <stdint.h> header file. */
  244. #undef HAVE_STDINT_H
  245. /* Define to 1 if you have the <stdlib.h> header file. */
  246. #undef HAVE_STDLIB_H
  247. /* Define to 1 if you have the `strcasecmp' function. */
  248. #undef HAVE_STRCASECMP
  249. /* Define to 1 if you have the `strchr' function. */
  250. #undef HAVE_STRCHR
  251. /* Define to 1 if you have the `strdup' function. */
  252. #undef HAVE_STRDUP
  253. /* Define to 1 if you have the `strerror' function. */
  254. #undef HAVE_STRERROR
  255. /* Define to 1 if you have the `strftime' function. */
  256. #undef HAVE_STRFTIME
  257. /* Define to 1 if you have the <strings.h> header file. */
  258. #undef HAVE_STRINGS_H
  259. /* Define to 1 if you have the <string.h> header file. */
  260. #undef HAVE_STRING_H
  261. /* Define to 1 if you have the `strlcat' function. */
  262. #undef HAVE_STRLCAT
  263. /* Define to 1 if you have the `strlcpy' function. */
  264. #undef HAVE_STRLCPY
  265. /* Define to 1 if you have the `strpbrk' function. */
  266. #undef HAVE_STRPBRK
  267. /* Define to 1 if you have the `strtol' function. */
  268. #undef HAVE_STRTOL
  269. /* Define to 1 if the system has the type `struct addrinfo'. */
  270. #undef HAVE_STRUCT_ADDRINFO
  271. /* Define to 1 if the system has the type `struct sockaddr_storage'. */
  272. #undef HAVE_STRUCT_SOCKADDR_STORAGE
  273. /* Define to 1 if the system has the type `struct stat64'. */
  274. #undef HAVE_STRUCT_STAT64
  275. /* Define to 1 if `st_rdev' is a member of `struct stat'. */
  276. #undef HAVE_STRUCT_STAT_ST_RDEV
  277. /* Define to 1 if you have the "struct utimbuf" type */
  278. #undef HAVE_STRUCT_UTIMBUF
  279. /* Define to 1 if you have the <sys/acl.h> header file. */
  280. #undef HAVE_SYS_ACL_H
  281. /* Define to 1 if you have the <sys/attr.h> header file. */
  282. #undef HAVE_SYS_ATTR_H
  283. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  284. */
  285. #undef HAVE_SYS_DIR_H
  286. /* Define to 1 if you have the <sys/extattr.h> header file. */
  287. #undef HAVE_SYS_EXTATTR_H
  288. /* Define to 1 if you have the <sys/fcntl.h> header file. */
  289. #undef HAVE_SYS_FCNTL_H
  290. /* Define to 1 if you have the <sys/filio.h> header file. */
  291. #undef HAVE_SYS_FILIO_H
  292. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  293. #undef HAVE_SYS_IOCTL_H
  294. /* Define to 1 if you have the <sys/mode.h> header file. */
  295. #undef HAVE_SYS_MODE_H
  296. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  297. */
  298. #undef HAVE_SYS_NDIR_H
  299. /* Define to 1 if you have the <sys/param.h> header file. */
  300. #undef HAVE_SYS_PARAM_H
  301. /* Define to 1 if you have the <sys/select.h> header file. */
  302. #undef HAVE_SYS_SELECT_H
  303. /* Define to 1 if you have the <sys/socket.h> header file. */
  304. #undef HAVE_SYS_SOCKET_H
  305. /* Define to 1 if you have the <sys/stat.h> header file. */
  306. #undef HAVE_SYS_STAT_H
  307. /* Define to 1 if you have the <sys/time.h> header file. */
  308. #undef HAVE_SYS_TIME_H
  309. /* Define to 1 if you have the <sys/types.h> header file. */
  310. #undef HAVE_SYS_TYPES_H
  311. /* Define to 1 if you have the <sys/unistd.h> header file. */
  312. #undef HAVE_SYS_UNISTD_H
  313. /* Define to 1 if you have the <sys/un.h> header file. */
  314. #undef HAVE_SYS_UN_H
  315. /* Define to 1 if you have the <sys/wait.h> header file. */
  316. #undef HAVE_SYS_WAIT_H
  317. /* Define to 1 if you have the <sys/xattr.h> header file. */
  318. #undef HAVE_SYS_XATTR_H
  319. /* Define to 1 if you have the `tcgetpgrp' function. */
  320. #undef HAVE_TCGETPGRP
  321. /* true if you have Tru64 ACLs */
  322. #undef HAVE_TRU64_ACLS
  323. /* Define to 1 if you have the <unistd.h> header file. */
  324. #undef HAVE_UNISTD_H
  325. /* true if you have UnixWare ACLs */
  326. #undef HAVE_UNIXWARE_ACLS
  327. /* Define to 1 if you have the `utime' function. */
  328. #undef HAVE_UTIME
  329. /* Define to 1 if you have the `utimensat' function. */
  330. #undef HAVE_UTIMENSAT
  331. /* Define to 1 if you have the `utimes' function. */
  332. #undef HAVE_UTIMES
  333. /* Define to 1 if you have the <utime.h> header file. */
  334. #undef HAVE_UTIME_H
  335. /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
  336. #undef HAVE_UTIME_NULL
  337. /* Define to 1 if you have the `vasprintf' function. */
  338. #undef HAVE_VASPRINTF
  339. /* Define to 1 if you have the `va_copy' function. */
  340. #undef HAVE_VA_COPY
  341. /* Define to 1 if you have the `vsnprintf' function. */
  342. #undef HAVE_VSNPRINTF
  343. /* Define to 1 if you have the `wait4' function. */
  344. #undef HAVE_WAIT4
  345. /* Define to 1 if you have the `waitpid' function. */
  346. #undef HAVE_WAITPID
  347. /* Define to 1 if you have the `_acl' function. */
  348. #undef HAVE__ACL
  349. /* Define to 1 if you have the `_facl' function. */
  350. #undef HAVE__FACL
  351. /* Define to 1 if you have the `__acl' function. */
  352. #undef HAVE___ACL
  353. /* Define to 1 if you have the `__facl' function. */
  354. #undef HAVE___FACL
  355. /* Define to 1 if you have the `__va_copy' function. */
  356. #undef HAVE___VA_COPY
  357. /* Define as const if the declaration of iconv() needs const. */
  358. #undef ICONV_CONST
  359. /* Define if you want the --iconv option. Specifing a value will set the
  360. default iconv setting (a NULL means no --iconv processing by default). */
  361. #undef ICONV_OPTION
  362. /* true if you have IPv6 */
  363. #undef INET6
  364. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  365. */
  366. #undef MAJOR_IN_MKDEV
  367. /* Define to 1 if `major', `minor', and `makedev' are declared in
  368. <sysmacros.h>. */
  369. #undef MAJOR_IN_SYSMACROS
  370. /* Define to 1 if makedev() takes 3 args */
  371. #undef MAKEDEV_TAKES_3_ARGS
  372. /* Define to 1 if mknod() can create FIFOs. */
  373. #undef MKNOD_CREATES_FIFOS
  374. /* Define to 1 if mknod() can create sockets. */
  375. #undef MKNOD_CREATES_SOCKETS
  376. /* unprivileged group for unprivileged user */
  377. #undef NOBODY_GROUP
  378. /* unprivileged user--e.g. nobody */
  379. #undef NOBODY_USER
  380. /* True if device files do not support xattrs */
  381. #undef NO_DEVICE_XATTRS
  382. /* True if special files do not support xattrs */
  383. #undef NO_SPECIAL_XATTRS
  384. /* True if symlinks do not support xattrs */
  385. #undef NO_SYMLINK_XATTRS
  386. /* Define to the address where bug reports for this package should be sent. */
  387. #undef PACKAGE_BUGREPORT
  388. /* Define to the full name of this package. */
  389. #undef PACKAGE_NAME
  390. /* Define to the full name and version of this package. */
  391. #undef PACKAGE_STRING
  392. /* Define to the one symbol short name of this package. */
  393. #undef PACKAGE_TARNAME
  394. /* Define to the home page for this package. */
  395. #undef PACKAGE_URL
  396. /* Define to the version of this package. */
  397. #undef PACKAGE_VERSION
  398. /* Define as the return type of signal handlers (`int' or `void'). */
  399. #undef RETSIGTYPE
  400. /* location of configuration file for rsync server */
  401. #undef RSYNCD_SYSCONF
  402. /* location of rsync on remote machine */
  403. #undef RSYNC_PATH
  404. /* default -e command */
  405. #undef RSYNC_RSH
  406. /* rsync release version */
  407. #undef RSYNC_VERSION
  408. /* Define to 1 if sockets need to be shutdown */
  409. #undef SHUTDOWN_ALL_SOCKETS
  410. /* Define to 1 if "signed char" is a valid type */
  411. #undef SIGNED_CHAR_OK
  412. /* The size of `int', as computed by sizeof. */
  413. #undef SIZEOF_INT
  414. /* The size of `int16_t', as computed by sizeof. */
  415. #undef SIZEOF_INT16_T
  416. /* The size of `int32_t', as computed by sizeof. */
  417. #undef SIZEOF_INT32_T
  418. /* The size of `int64_t', as computed by sizeof. */
  419. #undef SIZEOF_INT64_T
  420. /* The size of `long', as computed by sizeof. */
  421. #undef SIZEOF_LONG
  422. /* The size of `long long', as computed by sizeof. */
  423. #undef SIZEOF_LONG_LONG
  424. /* The size of `off64_t', as computed by sizeof. */
  425. #undef SIZEOF_OFF64_T
  426. /* The size of `off_t', as computed by sizeof. */
  427. #undef SIZEOF_OFF_T
  428. /* The size of `short', as computed by sizeof. */
  429. #undef SIZEOF_SHORT
  430. /* The size of `time_t', as computed by sizeof. */
  431. #undef SIZEOF_TIME_T
  432. /* The size of `uint16_t', as computed by sizeof. */
  433. #undef SIZEOF_UINT16_T
  434. /* The size of `uint32_t', as computed by sizeof. */
  435. #undef SIZEOF_UINT32_T
  436. /* If using the C implementation of alloca, define if you know the
  437. direction of stack growth for your system; otherwise it will be
  438. automatically deduced at runtime.
  439. STACK_DIRECTION > 0 => grows toward higher addresses
  440. STACK_DIRECTION < 0 => grows toward lower addresses
  441. STACK_DIRECTION = 0 => direction of growth unknown */
  442. #undef STACK_DIRECTION
  443. /* Define to 1 if you have the ANSI C header files. */
  444. #undef STDC_HEADERS
  445. /* Define to 1 to add support for ACLs */
  446. #undef SUPPORT_ACLS
  447. /* Define to 1 to add support for extended attributes */
  448. #undef SUPPORT_XATTRS
  449. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  450. #undef TIME_WITH_SYS_TIME
  451. /* Define to 1 if you want rsync to make use of iconv_open() */
  452. #undef USE_ICONV_OPEN
  453. /* String to pass to iconv() for the UTF-8 charset. */
  454. #undef UTF8_CHARSET
  455. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  456. significant byte first (like Motorola and SPARC, unlike Intel). */
  457. #if defined AC_APPLE_UNIVERSAL_BUILD
  458. # if defined __BIG_ENDIAN__
  459. # define WORDS_BIGENDIAN 1
  460. # endif
  461. #else
  462. # ifndef WORDS_BIGENDIAN
  463. # undef WORDS_BIGENDIAN
  464. # endif
  465. #endif
  466. /* Number of bits in a file offset, on hosts where this is settable. */
  467. #undef _FILE_OFFSET_BITS
  468. /* Define _GNU_SOURCE so that we get all necessary prototypes */
  469. #undef _GNU_SOURCE
  470. /* Define for large files, on AIX-style hosts. */
  471. #undef _LARGE_FILES
  472. /* Define to `int' if <sys/types.h> doesn't define. */
  473. #undef gid_t
  474. /* Define to `__inline__' or `__inline' if that's what the C compiler
  475. calls it, or to nothing if 'inline' is not supported under any name. */
  476. #ifndef __cplusplus
  477. #undef inline
  478. #endif
  479. /* Define to `unsigned int' if <sys/types.h> does not define. */
  480. #undef size_t
  481. /* type to use in place of socklen_t if not defined */
  482. #undef socklen_t
  483. /* Define to `int' if <sys/types.h> doesn't define. */
  484. #undef uid_t