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