Annotation of embedaddon/rsync/config.h.in, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>