File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / config.h.in
Revision 1.1.1.4 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:32:36 2021 UTC (3 years, 3 months ago) by misho
Branches: rsync, MAIN
CVS tags: v3_2_3, HEAD
rsync 3.2.3

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

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