Bump to 3.2.7
[platform/upstream/rsync.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to 1 if link() can hard-link special files. */
7 #undef CAN_HARDLINK_SPECIAL
8
9 /* Define to 1 if link() can hard-link symlinks. */
10 #undef CAN_HARDLINK_SYMLINK
11
12 /* Define to 1 if chown modifies symlinks. */
13 #undef CHOWN_MODIFIES_SYMLINK
14
15 /* Undefine if you do not want locale features. By default this is defined. */
16 #undef CONFIG_LOCALE
17
18 /* Define to 1 if using 'alloca.c'. */
19 #undef C_ALLOCA
20
21 /* Define to 1 if using external zlib */
22 #undef EXTERNAL_ZLIB
23
24 /* Used to make "checker" understand that FD_ZERO() clears memory. */
25 #undef FORCE_FD_ZERO_MEMSET
26
27 /* Define to the type of elements in the array set by `getgroups'. Usually
28    this is either `int' or `gid_t'. */
29 #undef GETGROUPS_T
30
31 /* Define to 1 if the `getpgrp' function requires zero arguments. */
32 #undef GETPGRP_VOID
33
34 /* Define to 1 if you have the `aclsort' function. */
35 #undef HAVE_ACLSORT
36
37 /* true if you have acl_get_perm_np */
38 #undef HAVE_ACL_GET_PERM_NP
39
40 /* Define to 1 if you have the <acl/libacl.h> header file. */
41 #undef HAVE_ACL_LIBACL_H
42
43 /* true if you have AIX ACLs */
44 #undef HAVE_AIX_ACLS
45
46 /* Define to 1 if you have 'alloca', as a function or macro. */
47 #undef HAVE_ALLOCA
48
49 /* Define to 1 if <alloca.h> works. */
50 #undef HAVE_ALLOCA_H
51
52 /* Define to 1 if you have the <arpa/inet.h> header file. */
53 #undef HAVE_ARPA_INET_H
54
55 /* Define to 1 if you have the <arpa/nameser.h> header file. */
56 #undef HAVE_ARPA_NAMESER_H
57
58 /* Define to 1 if you have the `asprintf' function. */
59 #undef HAVE_ASPRINTF
60
61 /* Define to 1 if you have the `attropen' function. */
62 #undef HAVE_ATTROPEN
63
64 /* Define to 1 if you have the <attr/xattr.h> header file. */
65 #undef HAVE_ATTR_XATTR_H
66
67 /* Define to 1 if readdir() is broken */
68 #undef HAVE_BROKEN_READDIR
69
70 /* Define to 1 if you have the <bsd/string.h> header file. */
71 #undef HAVE_BSD_STRING_H
72
73 /* Define to 1 if vsprintf has a C99-compatible return value */
74 #undef HAVE_C99_VSNPRINTF
75
76 /* Define to 1 if you have the `chflags' function. */
77 #undef HAVE_CHFLAGS
78
79 /* Define to 1 if you have the `chmod' function. */
80 #undef HAVE_CHMOD
81
82 /* Define to 1 if you have the `chown' function. */
83 #undef HAVE_CHOWN
84
85 /* Define to 1 if you have the <compat.h> header file. */
86 #undef HAVE_COMPAT_H
87
88 /* Define to 1 if you have the "connect" function */
89 #undef HAVE_CONNECT
90
91 /* Define to 1 if you have the <ctype.h> header file. */
92 #undef HAVE_CTYPE_H
93
94 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
95    */
96 #undef HAVE_DIRENT_H
97
98 /* Define to 1 if you have the <dl.h> header file. */
99 #undef HAVE_DL_H
100
101 /* Define if posix_fallocate is efficient (Cygwin) */
102 #undef HAVE_EFFICIENT_POSIX_FALLOCATE
103
104 /* Define to 1 if errno is declared in errno.h */
105 #undef HAVE_ERRNO_DECL
106
107 /* Define to 1 if you have the `extattr_get_link' function. */
108 #undef HAVE_EXTATTR_GET_LINK
109
110 /* Define to 1 if you have the fallocate function and it compiles and links
111    without error */
112 #undef HAVE_FALLOCATE
113
114 /* Define if FALLOC_FL_PUNCH_HOLE is available. */
115 #undef HAVE_FALLOC_FL_PUNCH_HOLE
116
117 /* Define if FALLOC_FL_ZERO_RANGE is available. */
118 #undef HAVE_FALLOC_FL_ZERO_RANGE
119
120 /* Define to 1 if you have the `fchmod' function. */
121 #undef HAVE_FCHMOD
122
123 /* Define to 1 if you have the <fcntl.h> header file. */
124 #undef HAVE_FCNTL_H
125
126 /* Define to 1 if you have the <float.h> header file. */
127 #undef HAVE_FLOAT_H
128
129 /* True if you have FreeBSD xattrs */
130 #undef HAVE_FREEBSD_XATTRS
131
132 /* Define to 1 if you have the `fstat' function. */
133 #undef HAVE_FSTAT
134
135 /* Define to 1 if you have the `ftruncate' function. */
136 #undef HAVE_FTRUNCATE
137
138 /* Define to 1 if you have the "getaddrinfo" function and required types. */
139 #undef HAVE_GETADDRINFO
140
141 /* Define to 1 if you have the `getattrlist' function. */
142 #undef HAVE_GETATTRLIST
143
144 /* Define to 1 if you have the `getcwd' function. */
145 #undef HAVE_GETCWD
146
147 /* Define to 1 if you have the `getegid' function. */
148 #undef HAVE_GETEGID
149
150 /* Define to 1 if you have the `geteuid' function. */
151 #undef HAVE_GETEUID
152
153 /* Define to 1 if you have the `getgrouplist' function. */
154 #undef HAVE_GETGROUPLIST
155
156 /* Define to 1 if you have the `getgroups' function. */
157 #undef HAVE_GETGROUPS
158
159 /* Define to 1 if you have the `getpass' function. */
160 #undef HAVE_GETPASS
161
162 /* Define to 1 if you have the `getpgrp' function. */
163 #undef HAVE_GETPGRP
164
165 /* Define to 1 if gettimeofday() takes a time-zone arg */
166 #undef HAVE_GETTIMEOFDAY_TZ
167
168 /* Define to 1 if you have the `getxattr' function. */
169 #undef HAVE_GETXATTR
170
171 /* Define to 1 if you have the <grp.h> header file. */
172 #undef HAVE_GRP_H
173
174 /* true if you have HPUX ACLs */
175 #undef HAVE_HPUX_ACLS
176
177 /* Define to 1 if you have the <iconv.h> header file. */
178 #undef HAVE_ICONV_H
179
180 /* Define to 1 if you have the `iconv_open' function. */
181 #undef HAVE_ICONV_OPEN
182
183 /* Define to 1 if the system has the type `id_t'. */
184 #undef HAVE_ID_T
185
186 /* Define to 1 if you have the `inet_ntop' function. */
187 #undef HAVE_INET_NTOP
188
189 /* Define to 1 if you have the `inet_pton' function. */
190 #undef HAVE_INET_PTON
191
192 /* Define to 1 if you have the `initgroups' function. */
193 #undef HAVE_INITGROUPS
194
195 /* Define to 1 if you have the `innetgr' function. */
196 #undef HAVE_INNETGR
197
198 /* Define to 1 if you have the <inttypes.h> header file. */
199 #undef HAVE_INTTYPES_H
200
201 /* true if you have IRIX ACLs */
202 #undef HAVE_IRIX_ACLS
203
204 /* Define to 1 if you have the <langinfo.h> header file. */
205 #undef HAVE_LANGINFO_H
206
207 /* Define to 1 if you have the `lchmod' function. */
208 #undef HAVE_LCHMOD
209
210 /* Define to 1 if you have the `lchown' function. */
211 #undef HAVE_LCHOWN
212
213 /* Define to 1 if you have the `acl' library (-lacl). */
214 #undef HAVE_LIBACL
215
216 /* Define to 1 if you have the `attr' library (-lattr). */
217 #undef HAVE_LIBATTR
218
219 /* Define to 1 if you have the <libcharset.h> header file. */
220 #undef HAVE_LIBCHARSET_H
221
222 /* Define to 1 if you have the `inet' library (-linet). */
223 #undef HAVE_LIBINET
224
225 /* Define to 1 if you have the `nsl' library (-lnsl). */
226 #undef HAVE_LIBNSL
227
228 /* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
229 #undef HAVE_LIBNSL_S
230
231 /* Define to 1 if you have the `popt' library (-lpopt). */
232 #undef HAVE_LIBPOPT
233
234 /* Define to 1 if you have the `resolv' library (-lresolv). */
235 #undef HAVE_LIBRESOLV
236
237 /* Define to 1 if you have the `sec' library (-lsec). */
238 #undef HAVE_LIBSEC
239
240 /* Define to 1 if you have the `socket' library (-lsocket). */
241 #undef HAVE_LIBSOCKET
242
243 /* Define to 1 if you have the `z' library (-lz). */
244 #undef HAVE_LIBZ
245
246 /* Define to 1 if you have the <limits.h> header file. */
247 #undef HAVE_LIMITS_H
248
249 /* Define to 1 if you have the `link' function. */
250 #undef HAVE_LINK
251
252 /* Define to 1 if you have the `linkat' function. */
253 #undef HAVE_LINKAT
254
255 /* Define to 1 if you have the <linux/falloc.h> header file. */
256 #undef HAVE_LINUX_FALLOC_H
257
258 /* True if you have Linux xattrs (or equivalent) */
259 #undef HAVE_LINUX_XATTRS
260
261 /* Define to 1 if you have the `locale_charset' function. */
262 #undef HAVE_LOCALE_CHARSET
263
264 /* Define to 1 if you have the <locale.h> header file. */
265 #undef HAVE_LOCALE_H
266
267 /* Define to 1 if the type `long double' works and has more range or precision
268    than `double'. */
269 #undef HAVE_LONG_DOUBLE
270
271 /* Define to 1 if the type `long double' works and has more range or precision
272    than `double'. */
273 #undef HAVE_LONG_DOUBLE_WIDER
274
275 /* Define to 1 if you have the `lseek64' function. */
276 #undef HAVE_LSEEK64
277
278 /* Define to 1 if you have the `lutimes' function. */
279 #undef HAVE_LUTIMES
280
281 /* Define to 1 if you have the <lz4.h> header file. */
282 #undef HAVE_LZ4_H
283
284 /* Define to 1 if you have the `mallinfo' function. */
285 #undef HAVE_MALLINFO
286
287 /* Define to 1 if you have the `mallinfo2' function. */
288 #undef HAVE_MALLINFO2
289
290 /* Define to 1 if you have the <malloc.h> header file. */
291 #undef HAVE_MALLOC_H
292
293 /* Define to 1 if you have the <mcheck.h> header file. */
294 #undef HAVE_MCHECK_H
295
296 /* Define to 1 if you have the `memmove' function. */
297 #undef HAVE_MEMMOVE
298
299 /* Define to 1 if you have the `mkfifo' function. */
300 #undef HAVE_MKFIFO
301
302 /* Define to 1 if you have the `mknod' function. */
303 #undef HAVE_MKNOD
304
305 /* Define to 1 if you have the `mkstemp64' function. */
306 #undef HAVE_MKSTEMP64
307
308 /* Define to 1 if you have the `mktime' function. */
309 #undef HAVE_MKTIME
310
311 /* Define to 1 if the system has the type `mode_t'. */
312 #undef HAVE_MODE_T
313
314 /* Define to 1 if you have the `mtrace' function. */
315 #undef HAVE_MTRACE
316
317 /* Define to 1 if you have the `nanosleep' function. */
318 #undef HAVE_NANOSLEEP
319
320 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
321 #undef HAVE_NDIR_H
322
323 /* Define to 1 if you have the <netdb.h> header file. */
324 #undef HAVE_NETDB_H
325
326 /* Define to 1 if you have the <netgroup.h> header file. */
327 #undef HAVE_NETGROUP_H
328
329 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
330 #undef HAVE_NETINET_IN_SYSTM_H
331
332 /* Define to 1 if you have the <netinet/ip.h> header file. */
333 #undef HAVE_NETINET_IP_H
334
335 /* Define to 1 if you have the `nl_langinfo' function. */
336 #undef HAVE_NL_LANGINFO
337
338 /* Define to 1 if the system has the type `off_t'. */
339 #undef HAVE_OFF_T
340
341 /* Define to 1 if you have the `open64' function. */
342 #undef HAVE_OPEN64
343
344 /* Define to 1 if you have the <openssl/md4.h> header file. */
345 #undef HAVE_OPENSSL_MD4_H
346
347 /* Define to 1 if you have the <openssl/md5.h> header file. */
348 #undef HAVE_OPENSSL_MD5_H
349
350 /* true if you have Mac OS X ACLs */
351 #undef HAVE_OSX_ACLS
352
353 /* True if you have Mac OS X xattrs */
354 #undef HAVE_OSX_XATTRS
355
356 /* Define to 1 if the system has the type `pid_t'. */
357 #undef HAVE_PID_T
358
359 /* Define to 1 if you have the <popt.h> header file. */
360 #undef HAVE_POPT_H
361
362 /* Define to 1 if you have the <popt/popt.h> header file. */
363 #undef HAVE_POPT_POPT_H
364
365 /* true if you have posix ACLs */
366 #undef HAVE_POSIX_ACLS
367
368 /* Define to 1 if you have the `posix_fallocate' function. */
369 #undef HAVE_POSIX_FALLOCATE
370
371 /* Define to 1 if you have the `putenv' function. */
372 #undef HAVE_PUTENV
373
374 /* Define to 1 if you have the `readlink' function. */
375 #undef HAVE_READLINK
376
377 /* Define to 1 if remote shell is remsh, not rsh */
378 #undef HAVE_REMSH
379
380 /* Define to 1 if mkstemp() is available and works right */
381 #undef HAVE_SECURE_MKSTEMP
382
383 /* Define to 1 if you have the `setattrlist' function. */
384 #undef HAVE_SETATTRLIST
385
386 /* Define to 1 if you have the `setenv' function. */
387 #undef HAVE_SETENV
388
389 /* Define to 1 if you have the `seteuid' function. */
390 #undef HAVE_SETEUID
391
392 /* Define to 1 if you have the `setgroups' function. */
393 #undef HAVE_SETGROUPS
394
395 /* Define to 1 if you have the `setlocale' function. */
396 #undef HAVE_SETLOCALE
397
398 /* Define to 1 if you have the `setmode' function. */
399 #undef HAVE_SETMODE
400
401 /* Define to 1 if you have the `setsid' function. */
402 #undef HAVE_SETSID
403
404 /* Define to 1 if you have the `setvbuf' function. */
405 #undef HAVE_SETVBUF
406
407 /* Define to 1 if you have the `sigaction' function. */
408 #undef HAVE_SIGACTION
409
410 /* Define to 1 if you have the `sigprocmask' function. */
411 #undef HAVE_SIGPROCMASK
412
413 /* Define to 1 if the system has the type `size_t'. */
414 #undef HAVE_SIZE_T
415
416 /* Define to 1 if you have the `snprintf' function. */
417 #undef HAVE_SNPRINTF
418
419 /* Do we have sockaddr_in6.sin6_scope_id? */
420 #undef HAVE_SOCKADDR_IN6_SCOPE_ID
421
422 /* Do we have sockaddr_in.sin_len? */
423 #undef HAVE_SOCKADDR_IN_LEN
424
425 /* Do we have sockaddr.sa_len? */
426 #undef HAVE_SOCKADDR_LEN
427
428 /* Do we have sockaddr_un.sun_len? */
429 #undef HAVE_SOCKADDR_UN_LEN
430
431 /* Define to 1 if you have the "socketpair" function */
432 #undef HAVE_SOCKETPAIR
433
434 /* true if you have solaris ACLs */
435 #undef HAVE_SOLARIS_ACLS
436
437 /* True if you have Solaris xattrs */
438 #undef HAVE_SOLARIS_XATTRS
439
440 /* Define to 1 if you have the <stdint.h> header file. */
441 #undef HAVE_STDINT_H
442
443 /* Define to 1 if you have the <stdio.h> header file. */
444 #undef HAVE_STDIO_H
445
446 /* Define to 1 if you have the <stdlib.h> header file. */
447 #undef HAVE_STDLIB_H
448
449 /* Define to 1 if you have the `strcasecmp' function. */
450 #undef HAVE_STRCASECMP
451
452 /* Define to 1 if you have the `strchr' function. */
453 #undef HAVE_STRCHR
454
455 /* Define to 1 if you have the `strerror' function. */
456 #undef HAVE_STRERROR
457
458 /* Define to 1 if you have the `strftime' function. */
459 #undef HAVE_STRFTIME
460
461 /* Define to 1 if you have the <strings.h> header file. */
462 #undef HAVE_STRINGS_H
463
464 /* Define to 1 if you have the <string.h> header file. */
465 #undef HAVE_STRING_H
466
467 /* Define to 1 if you have the `strlcat' function. */
468 #undef HAVE_STRLCAT
469
470 /* Define to 1 if you have the `strlcpy' function. */
471 #undef HAVE_STRLCPY
472
473 /* Define to 1 if you have the `strpbrk' function. */
474 #undef HAVE_STRPBRK
475
476 /* Define to 1 if you have the `strtol' function. */
477 #undef HAVE_STRTOL
478
479 /* Define to 1 if the system has the type `struct addrinfo'. */
480 #undef HAVE_STRUCT_ADDRINFO
481
482 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
483 #undef HAVE_STRUCT_SOCKADDR_STORAGE
484
485 /* Define to 1 if the system has the type `struct stat64'. */
486 #undef HAVE_STRUCT_STAT64
487
488 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
489 #undef HAVE_STRUCT_STAT_ST_MTIMENSEC
490
491 /* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
492 #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
493
494 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
495 #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
496
497 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
498 #undef HAVE_STRUCT_STAT_ST_RDEV
499
500 /* Define to 1 if you have the "struct utimbuf" type */
501 #undef HAVE_STRUCT_UTIMBUF
502
503 /* Define to 1 if you have the <sys/acl.h> header file. */
504 #undef HAVE_SYS_ACL_H
505
506 /* Define to 1 if you have the <sys/attr.h> header file. */
507 #undef HAVE_SYS_ATTR_H
508
509 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
510    */
511 #undef HAVE_SYS_DIR_H
512
513 /* Define to 1 if you have the <sys/extattr.h> header file. */
514 #undef HAVE_SYS_EXTATTR_H
515
516 /* Define to 1 if you have the SYS_fallocate syscall number */
517 #undef HAVE_SYS_FALLOCATE
518
519 /* Define to 1 if you have the <sys/fcntl.h> header file. */
520 #undef HAVE_SYS_FCNTL_H
521
522 /* Define to 1 if you have the <sys/file.h> header file. */
523 #undef HAVE_SYS_FILE_H
524
525 /* Define to 1 if you have the <sys/filio.h> header file. */
526 #undef HAVE_SYS_FILIO_H
527
528 /* Define to 1 if you have the <sys/ioctl.h> header file. */
529 #undef HAVE_SYS_IOCTL_H
530
531 /* Define to 1 if you have the <sys/mode.h> header file. */
532 #undef HAVE_SYS_MODE_H
533
534 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
535    */
536 #undef HAVE_SYS_NDIR_H
537
538 /* Define to 1 if you have the <sys/param.h> header file. */
539 #undef HAVE_SYS_PARAM_H
540
541 /* Define to 1 if you have the <sys/select.h> header file. */
542 #undef HAVE_SYS_SELECT_H
543
544 /* Define to 1 if you have the <sys/socket.h> header file. */
545 #undef HAVE_SYS_SOCKET_H
546
547 /* Define to 1 if you have the <sys/stat.h> header file. */
548 #undef HAVE_SYS_STAT_H
549
550 /* Define to 1 if you have the <sys/time.h> header file. */
551 #undef HAVE_SYS_TIME_H
552
553 /* Define to 1 if you have the <sys/types.h> header file. */
554 #undef HAVE_SYS_TYPES_H
555
556 /* Define to 1 if you have the <sys/unistd.h> header file. */
557 #undef HAVE_SYS_UNISTD_H
558
559 /* Define to 1 if you have the <sys/un.h> header file. */
560 #undef HAVE_SYS_UN_H
561
562 /* Define to 1 if you have the <sys/wait.h> header file. */
563 #undef HAVE_SYS_WAIT_H
564
565 /* Define to 1 if you have the <sys/xattr.h> header file. */
566 #undef HAVE_SYS_XATTR_H
567
568 /* Define to 1 if you have the `tcgetpgrp' function. */
569 #undef HAVE_TCGETPGRP
570
571 /* true if you have Tru64 ACLs */
572 #undef HAVE_TRU64_ACLS
573
574 /* Define to 1 if you have the <unistd.h> header file. */
575 #undef HAVE_UNISTD_H
576
577 /* true if you have UnixWare ACLs */
578 #undef HAVE_UNIXWARE_ACLS
579
580 /* Define to 1 if you have the `unsetenv' function. */
581 #undef HAVE_UNSETENV
582
583 /* Define to 1 if you have the `usleep' function. */
584 #undef HAVE_USLEEP
585
586 /* Define to 1 if you have the `utime' function. */
587 #undef HAVE_UTIME
588
589 /* Define to 1 if you have the `utimensat' function. */
590 #undef HAVE_UTIMENSAT
591
592 /* Define to 1 if you have the `utimes' function. */
593 #undef HAVE_UTIMES
594
595 /* Define to 1 if you have the <utime.h> header file. */
596 #undef HAVE_UTIME_H
597
598 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
599 #undef HAVE_UTIME_NULL
600
601 /* Define to 1 if you have the `vasprintf' function. */
602 #undef HAVE_VASPRINTF
603
604 /* Define to 1 if you have the `va_copy' function. */
605 #undef HAVE_VA_COPY
606
607 /* Define to 1 if you have the `vsnprintf' function. */
608 #undef HAVE_VSNPRINTF
609
610 /* Define to 1 if you have the `wait4' function. */
611 #undef HAVE_WAIT4
612
613 /* Define to 1 if you have the `waitpid' function. */
614 #undef HAVE_WAITPID
615
616 /* Define to 1 if you have the <xxhash.h> header file. */
617 #undef HAVE_XXHASH_H
618
619 /* Define to 1 if you have the <zlib.h> header file. */
620 #undef HAVE_ZLIB_H
621
622 /* Define to 1 if you have the <zstd.h> header file. */
623 #undef HAVE_ZSTD_H
624
625 /* Define to 1 if you have the `_acl' function. */
626 #undef HAVE__ACL
627
628 /* Define to 1 if you have the `_facl' function. */
629 #undef HAVE__FACL
630
631 /* Define to 1 if you have the `__acl' function. */
632 #undef HAVE___ACL
633
634 /* Define to 1 if you have the `__facl' function. */
635 #undef HAVE___FACL
636
637 /* Define to 1 if you have the `__va_copy' function. */
638 #undef HAVE___VA_COPY
639
640 /* Define as const if the declaration of iconv() needs const. */
641 #undef ICONV_CONST
642
643 /* Define if you want the --iconv option. Specifying a value will set the
644    default iconv setting (a NULL means no --iconv processing by default). */
645 #undef ICONV_OPTION
646
647 /* true if you have IPv6 */
648 #undef INET6
649
650 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
651    */
652 #undef MAJOR_IN_MKDEV
653
654 /* Define to 1 if `major', `minor', and `makedev' are declared in
655    <sysmacros.h>. */
656 #undef MAJOR_IN_SYSMACROS
657
658 /* Define to 1 if makedev() takes 3 args */
659 #undef MAKEDEV_TAKES_3_ARGS
660
661 /* Define to 1 if mknod() can create FIFOs. */
662 #undef MKNOD_CREATES_FIFOS
663
664 /* Define to 1 if mknod() can create sockets. */
665 #undef MKNOD_CREATES_SOCKETS
666
667 /* unprivileged group for unprivileged user */
668 #undef NOBODY_GROUP
669
670 /* unprivileged user--e.g. nobody */
671 #undef NOBODY_USER
672
673 /* True if device files do not support xattrs */
674 #undef NO_DEVICE_XATTRS
675
676 /* True if special files do not support xattrs */
677 #undef NO_SPECIAL_XATTRS
678
679 /* True if symlinks do not support user xattrs */
680 #undef NO_SYMLINK_USER_XATTRS
681
682 /* True if symlinks do not support xattrs */
683 #undef NO_SYMLINK_XATTRS
684
685 /* Define to the address where bug reports for this package should be sent. */
686 #undef PACKAGE_BUGREPORT
687
688 /* Define to the full name of this package. */
689 #undef PACKAGE_NAME
690
691 /* Define to the full name and version of this package. */
692 #undef PACKAGE_STRING
693
694 /* Define to the one symbol short name of this package. */
695 #undef PACKAGE_TARNAME
696
697 /* Define to the home page for this package. */
698 #undef PACKAGE_URL
699
700 /* Define to the version of this package. */
701 #undef PACKAGE_VERSION
702
703 /* location of configuration file for rsync server */
704 #undef RSYNCD_SYSCONF
705
706 /* location of rsync on remote machine */
707 #undef RSYNC_PATH
708
709 /* default -e command */
710 #undef RSYNC_RSH
711
712 /* Define to 1 if --secluded-args should be the default */
713 #undef RSYNC_USE_SECLUDED_ARGS
714
715 /* Define to 1 if sockets need to be shutdown */
716 #undef SHUTDOWN_ALL_SOCKETS
717
718 /* Define to 1 if "signed char" is a valid type */
719 #undef SIGNED_CHAR_OK
720
721 /* The size of `char*', as computed by sizeof. */
722 #undef SIZEOF_CHARP
723
724 /* The size of `int', as computed by sizeof. */
725 #undef SIZEOF_INT
726
727 /* The size of `int16_t', as computed by sizeof. */
728 #undef SIZEOF_INT16_T
729
730 /* The size of `int32_t', as computed by sizeof. */
731 #undef SIZEOF_INT32_T
732
733 /* The size of `int64_t', as computed by sizeof. */
734 #undef SIZEOF_INT64_T
735
736 /* The size of `long', as computed by sizeof. */
737 #undef SIZEOF_LONG
738
739 /* The size of `long long', as computed by sizeof. */
740 #undef SIZEOF_LONG_LONG
741
742 /* The size of `off64_t', as computed by sizeof. */
743 #undef SIZEOF_OFF64_T
744
745 /* The size of `off_t', as computed by sizeof. */
746 #undef SIZEOF_OFF_T
747
748 /* The size of `short', as computed by sizeof. */
749 #undef SIZEOF_SHORT
750
751 /* The size of `time_t', as computed by sizeof. */
752 #undef SIZEOF_TIME_T
753
754 /* The size of `uint16_t', as computed by sizeof. */
755 #undef SIZEOF_UINT16_T
756
757 /* The size of `uint32_t', as computed by sizeof. */
758 #undef SIZEOF_UINT32_T
759
760 /* If using the C implementation of alloca, define if you know the
761    direction of stack growth for your system; otherwise it will be
762    automatically deduced at runtime.
763         STACK_DIRECTION > 0 => grows toward higher addresses
764         STACK_DIRECTION < 0 => grows toward lower addresses
765         STACK_DIRECTION = 0 => direction of growth unknown */
766 #undef STACK_DIRECTION
767
768 /* Define to 1 if all of the C90 standard headers exist (not just the ones
769    required in a freestanding environment). This macro is provided for
770    backward compatibility; new code need not use it. */
771 #undef STDC_HEADERS
772
773 /* Define to 1 to add support for ACLs */
774 #undef SUPPORT_ACLS
775
776 /* Undefine if you do not want LZ4 compression. By default this is defined. */
777 #undef SUPPORT_LZ4
778
779 /* Define to 1 to add support for extended attributes */
780 #undef SUPPORT_XATTRS
781
782 /* Undefine if you do not want xxhash checksums. By default this is defined.
783    */
784 #undef SUPPORT_XXHASH
785
786 /* Undefine if you do not want zstd compression. By default this is defined.
787    */
788 #undef SUPPORT_ZSTD
789
790 /* Define to 1 if you want rsync to make use of iconv_open() */
791 #undef USE_ICONV_OPEN
792
793 /* Define to 1 to enable MD5 ASM optimizations */
794 #undef USE_MD5_ASM
795
796 /* Undefine if you do not want to use openssl crypto library. By default this
797    is defined. */
798 #undef USE_OPENSSL
799
800 /* Define to 1 to enable rolling-checksum ASM optimizations (requires
801    --enable-roll-simd) */
802 #undef USE_ROLL_ASM
803
804 /* Define to 1 to enable rolling-checksum SIMD optimizations */
805 #undef USE_ROLL_SIMD
806
807 /* String to pass to iconv() for the UTF-8 charset. */
808 #undef UTF8_CHARSET
809
810 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
811    significant byte first (like Motorola and SPARC, unlike Intel). */
812 #if defined AC_APPLE_UNIVERSAL_BUILD
813 # if defined __BIG_ENDIAN__
814 #  define WORDS_BIGENDIAN 1
815 # endif
816 #else
817 # ifndef WORDS_BIGENDIAN
818 #  undef WORDS_BIGENDIAN
819 # endif
820 #endif
821
822 /* Number of bits in a file offset, on hosts where this is settable. */
823 #undef _FILE_OFFSET_BITS
824
825 /* Define _GNU_SOURCE so that we get all necessary prototypes */
826 #undef _GNU_SOURCE
827
828 /* Define for large files, on AIX-style hosts. */
829 #undef _LARGE_FILES
830
831 /* Define to `int' if <sys/types.h> doesn't define. */
832 #undef gid_t
833
834 /* Define to `__inline__' or `__inline' if that's what the C compiler
835    calls it, or to nothing if 'inline' is not supported under any name.  */
836 #ifndef __cplusplus
837 #undef inline
838 #endif
839
840 /* Define to `unsigned int' if <sys/types.h> does not define. */
841 #undef size_t
842
843 /* type to use in place of socklen_t if not defined */
844 #undef socklen_t
845
846 /* Define to `int' if <sys/types.h> doesn't define. */
847 #undef uid_t