config.h.in 17 KB

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