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