123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671 |
- /* config.h.in. Generated from configure.in by autoheader. */
- /* Define to 1 if link() can hard-link special files. */
- #undef CAN_HARDLINK_SPECIAL
- /* Define to 1 if link() can hard-link symlinks. */
- #undef CAN_HARDLINK_SYMLINK
- /* Define to 1 if chown modifies symlinks. */
- #undef CHOWN_MODIFIES_SYMLINK
- /* Undefine if you don't want locale features. By default this is defined. */
- #undef CONFIG_LOCALE
- /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
- systems. This function is required for `alloca.c' support on those systems.
- */
- #undef CRAY_STACKSEG_END
- /* Define to 1 if using `alloca.c'. */
- #undef C_ALLOCA
- /* Used to make "checker" understand that FD_ZERO() clears memory. */
- #undef FORCE_FD_ZERO_MEMSET
- /* Define to the type of elements in the array set by `getgroups'. Usually
- this is either `int' or `gid_t'. */
- #undef GETGROUPS_T
- /* Define to 1 if the `getpgrp' function requires zero arguments. */
- #undef GETPGRP_VOID
- /* Define to 1 if you have the `aclsort' function. */
- #undef HAVE_ACLSORT
- /* true if you have acl_get_perm_np */
- #undef HAVE_ACL_GET_PERM_NP
- /* Define to 1 if you have the <acl/libacl.h> header file. */
- #undef HAVE_ACL_LIBACL_H
- /* true if you have AIX ACLs */
- #undef HAVE_AIX_ACLS
- /* Define to 1 if you have `alloca', as a function or macro. */
- #undef HAVE_ALLOCA
- /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
- */
- #undef HAVE_ALLOCA_H
- /* Define to 1 if you have the <arpa/inet.h> header file. */
- #undef HAVE_ARPA_INET_H
- /* Define to 1 if you have the <arpa/nameser.h> header file. */
- #undef HAVE_ARPA_NAMESER_H
- /* Define to 1 if you have the `asprintf' function. */
- #undef HAVE_ASPRINTF
- /* Define to 1 if you have the <attr/xattr.h> header file. */
- #undef HAVE_ATTR_XATTR_H
- /* Define to 1 if readdir() is broken */
- #undef HAVE_BROKEN_READDIR
- /* Define to 1 if vsprintf has a C99-compatible return value */
- #undef HAVE_C99_VSNPRINTF
- /* Define to 1 if you have the `chmod' function. */
- #undef HAVE_CHMOD
- /* Define to 1 if you have the `chown' function. */
- #undef HAVE_CHOWN
- /* Define to 1 if you have the <compat.h> header file. */
- #undef HAVE_COMPAT_H
- /* Define to 1 if you have the "connect" function */
- #undef HAVE_CONNECT
- /* Define to 1 if you have the <ctype.h> header file. */
- #undef HAVE_CTYPE_H
- /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
- */
- #undef HAVE_DIRENT_H
- /* Define to 1 if errno is declared in errno.h */
- #undef HAVE_ERRNO_DECL
- /* Define to 1 if you have the `extattr_get_link' function. */
- #undef HAVE_EXTATTR_GET_LINK
- /* Define to 1 if you have the `fchmod' function. */
- #undef HAVE_FCHMOD
- /* Define to 1 if you have the <fcntl.h> header file. */
- #undef HAVE_FCNTL_H
- /* Define to 1 if you have the <float.h> header file. */
- #undef HAVE_FLOAT_H
- /* True if you have FreeBSD xattrs */
- #undef HAVE_FREEBSD_XATTRS
- /* Define to 1 if you have the `fstat' function. */
- #undef HAVE_FSTAT
- /* Define to 1 if you have the `ftruncate' function. */
- #undef HAVE_FTRUNCATE
- /* Define to 1 if you have the "getaddrinfo" function and required types. */
- #undef HAVE_GETADDRINFO
- /* Define to 1 if you have the `getcwd' function. */
- #undef HAVE_GETCWD
- /* Define to 1 if you have the `getegid' function. */
- #undef HAVE_GETEGID
- /* Define to 1 if you have the `geteuid' function. */
- #undef HAVE_GETEUID
- /* Define to 1 if you have the `getgroups' function. */
- #undef HAVE_GETGROUPS
- /* Define to 1 if you have the `getpgrp' function. */
- #undef HAVE_GETPGRP
- /* Define to 1 if gettimeofday() takes a time-zone arg */
- #undef HAVE_GETTIMEOFDAY_TZ
- /* Define to 1 if you have the `getxattr' function. */
- #undef HAVE_GETXATTR
- /* Define to 1 if you have the <grp.h> header file. */
- #undef HAVE_GRP_H
- /* true if you have HPUX ACLs */
- #undef HAVE_HPUX_ACLS
- /* Define to 1 if you have the <iconv.h> header file. */
- #undef HAVE_ICONV_H
- /* Define to 1 if you have the `iconv_open' function. */
- #undef HAVE_ICONV_OPEN
- /* Define to 1 if the system has the type `id_t'. */
- #undef HAVE_ID_T
- /* Define to 1 if you have the `inet_ntop' function. */
- #undef HAVE_INET_NTOP
- /* Define to 1 if you have the `inet_pton' function. */
- #undef HAVE_INET_PTON
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* true if you have IRIX ACLs */
- #undef HAVE_IRIX_ACLS
- /* Define to 1 if you have the <langinfo.h> header file. */
- #undef HAVE_LANGINFO_H
- /* Define to 1 if you have the `lchmod' function. */
- #undef HAVE_LCHMOD
- /* Define to 1 if you have the `lchown' function. */
- #undef HAVE_LCHOWN
- /* Define to 1 if you have the `acl' library (-lacl). */
- #undef HAVE_LIBACL
- /* Define to 1 if you have the <libcharset.h> header file. */
- #undef HAVE_LIBCHARSET_H
- /* Define to 1 if you have the `inet' library (-linet). */
- #undef HAVE_LIBINET
- /* Define to 1 if you have the `nsl' library (-lnsl). */
- #undef HAVE_LIBNSL
- /* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
- #undef HAVE_LIBNSL_S
- /* Define to 1 if you have the `popt' library (-lpopt). */
- #undef HAVE_LIBPOPT
- /* Define to 1 if you have the `resolv' library (-lresolv). */
- #undef HAVE_LIBRESOLV
- /* Define to 1 if you have the `sec' library (-lsec). */
- #undef HAVE_LIBSEC
- /* Define to 1 if you have the `socket' library (-lsocket). */
- #undef HAVE_LIBSOCKET
- /* Define to 1 if you have the <limits.h> header file. */
- #undef HAVE_LIMITS_H
- /* Define to 1 if you have the `link' function. */
- #undef HAVE_LINK
- /* True if you have Linux xattrs */
- #undef HAVE_LINUX_XATTRS
- /* Define to 1 if you have the `locale_charset' function. */
- #undef HAVE_LOCALE_CHARSET
- /* Define to 1 if you have the <locale.h> header file. */
- #undef HAVE_LOCALE_H
- /* Define to 1 if the type `long double' works and has more range or precision
- than `double'. */
- #undef HAVE_LONG_DOUBLE
- /* Define to 1 if the type `long double' works and has more range or precision
- than `double'. */
- #undef HAVE_LONG_DOUBLE_WIDER
- /* Define to 1 if you have the `lseek64' function. */
- #undef HAVE_LSEEK64
- /* Define to 1 if you have the `lutimes' function. */
- #undef HAVE_LUTIMES
- /* Define to 1 if you have the `mallinfo' function. */
- #undef HAVE_MALLINFO
- /* Define to 1 if you have the <malloc.h> header file. */
- #undef HAVE_MALLOC_H
- /* Define to 1 if you have the <mcheck.h> header file. */
- #undef HAVE_MCHECK_H
- /* Define to 1 if you have the `memmove' function. */
- #undef HAVE_MEMMOVE
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `mkfifo' function. */
- #undef HAVE_MKFIFO
- /* Define to 1 if you have the `mknod' function. */
- #undef HAVE_MKNOD
- /* Define to 1 if you have the `mkstemp64' function. */
- #undef HAVE_MKSTEMP64
- /* Define to 1 if the system has the type `mode_t'. */
- #undef HAVE_MODE_T
- /* Define to 1 if you have the `mtrace' function. */
- #undef HAVE_MTRACE
- /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
- #undef HAVE_NDIR_H
- /* Define to 1 if you have the <netdb.h> header file. */
- #undef HAVE_NETDB_H
- /* Define to 1 if you have the `nl_langinfo' function. */
- #undef HAVE_NL_LANGINFO
- /* Define to 1 if the system has the type `off_t'. */
- #undef HAVE_OFF_T
- /* Define to 1 if you have the `open64' function. */
- #undef HAVE_OPEN64
- /* true if you have Mac OS X ACLs */
- #undef HAVE_OSX_ACLS
- /* True if you have Mac OS X xattrs */
- #undef HAVE_OSX_XATTRS
- /* Define to 1 if the system has the type `pid_t'. */
- #undef HAVE_PID_T
- /* Define to 1 if you have the <popt.h> header file. */
- #undef HAVE_POPT_H
- /* Define to 1 if you have the <popt/popt.h> header file. */
- #undef HAVE_POPT_POPT_H
- /* true if you have posix ACLs */
- #undef HAVE_POSIX_ACLS
- /* Define to 1 if you have the `putenv' function. */
- #undef HAVE_PUTENV
- /* Define to 1 if you have the `readlink' function. */
- #undef HAVE_READLINK
- /* Define to 1 if remote shell is remsh, not rsh */
- #undef HAVE_REMSH
- /* Define to 1 if mkstemp() is available and works right */
- #undef HAVE_SECURE_MKSTEMP
- /* Define to 1 if you have the `setattrlist' function. */
- #undef HAVE_SETATTRLIST
- /* Define to 1 if you have the `setgroups' function. */
- #undef HAVE_SETGROUPS
- /* Define to 1 if you have the `setlocale' function. */
- #undef HAVE_SETLOCALE
- /* Define to 1 if you have the `setmode' function. */
- #undef HAVE_SETMODE
- /* Define to 1 if you have the `setsid' function. */
- #undef HAVE_SETSID
- /* Define to 1 if you have the `sigaction' function. */
- #undef HAVE_SIGACTION
- /* Define to 1 if you have the `sigprocmask' function. */
- #undef HAVE_SIGPROCMASK
- /* Define to 1 if the system has the type `size_t'. */
- #undef HAVE_SIZE_T
- /* Define to 1 if you have the `snprintf' function. */
- #undef HAVE_SNPRINTF
- /* Do we have sockaddr_in6.sin6_scope_id? */
- #undef HAVE_SOCKADDR_IN6_SCOPE_ID
- /* Do we have sockaddr_in.sin_len? */
- #undef HAVE_SOCKADDR_IN_LEN
- /* Do we have sockaddr.sa_len? */
- #undef HAVE_SOCKADDR_LEN
- /* Do we have sockaddr_un.sun_len? */
- #undef HAVE_SOCKADDR_UN_LEN
- /* Define to 1 if you have the "socketpair" function */
- #undef HAVE_SOCKETPAIR
- /* true if you have solaris ACLs */
- #undef HAVE_SOLARIS_ACLS
- /* Define to 1 if you have the <stdint.h> header file. */
- #undef HAVE_STDINT_H
- /* Define to 1 if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
- /* Define to 1 if you have the `strcasecmp' function. */
- #undef HAVE_STRCASECMP
- /* Define to 1 if you have the `strchr' function. */
- #undef HAVE_STRCHR
- /* Define to 1 if you have the `strdup' function. */
- #undef HAVE_STRDUP
- /* Define to 1 if you have the `strerror' function. */
- #undef HAVE_STRERROR
- /* Define to 1 if you have the `strftime' function. */
- #undef HAVE_STRFTIME
- /* Define to 1 if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define to 1 if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define to 1 if you have the `strlcat' function. */
- #undef HAVE_STRLCAT
- /* Define to 1 if you have the `strlcpy' function. */
- #undef HAVE_STRLCPY
- /* Define to 1 if you have the `strpbrk' function. */
- #undef HAVE_STRPBRK
- /* Define to 1 if you have the `strtol' function. */
- #undef HAVE_STRTOL
- /* Define to 1 if the system has the type `struct addrinfo'. */
- #undef HAVE_STRUCT_ADDRINFO
- /* Define to 1 if the system has the type `struct sockaddr_storage'. */
- #undef HAVE_STRUCT_SOCKADDR_STORAGE
- /* Define to 1 if the system has the type `struct stat64'. */
- #undef HAVE_STRUCT_STAT64
- /* Define to 1 if `st_rdev' is member of `struct stat'. */
- #undef HAVE_STRUCT_STAT_ST_RDEV
- /* Define to 1 if you have the "struct utimbuf" type */
- #undef HAVE_STRUCT_UTIMBUF
- /* Define to 1 if you have the <sys/acl.h> header file. */
- #undef HAVE_SYS_ACL_H
- /* Define to 1 if you have the <sys/attr.h> header file. */
- #undef HAVE_SYS_ATTR_H
- /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
- */
- #undef HAVE_SYS_DIR_H
- /* Define to 1 if you have the <sys/extattr.h> header file. */
- #undef HAVE_SYS_EXTATTR_H
- /* Define to 1 if you have the <sys/fcntl.h> header file. */
- #undef HAVE_SYS_FCNTL_H
- /* Define to 1 if you have the <sys/filio.h> header file. */
- #undef HAVE_SYS_FILIO_H
- /* Define to 1 if you have the <sys/ioctl.h> header file. */
- #undef HAVE_SYS_IOCTL_H
- /* Define to 1 if you have the <sys/mode.h> header file. */
- #undef HAVE_SYS_MODE_H
- /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
- */
- #undef HAVE_SYS_NDIR_H
- /* Define to 1 if you have the <sys/param.h> header file. */
- #undef HAVE_SYS_PARAM_H
- /* Define to 1 if you have the <sys/select.h> header file. */
- #undef HAVE_SYS_SELECT_H
- /* Define to 1 if you have the <sys/socket.h> header file. */
- #undef HAVE_SYS_SOCKET_H
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define to 1 if you have the <sys/time.h> header file. */
- #undef HAVE_SYS_TIME_H
- /* Define to 1 if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define to 1 if you have the <sys/unistd.h> header file. */
- #undef HAVE_SYS_UNISTD_H
- /* Define to 1 if you have the <sys/un.h> header file. */
- #undef HAVE_SYS_UN_H
- /* Define to 1 if you have the <sys/wait.h> header file. */
- #undef HAVE_SYS_WAIT_H
- /* Define to 1 if you have the <sys/xattr.h> header file. */
- #undef HAVE_SYS_XATTR_H
- /* Define to 1 if you have the `tcgetpgrp' function. */
- #undef HAVE_TCGETPGRP
- /* true if you have Tru64 ACLs */
- #undef HAVE_TRU64_ACLS
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* true if you have UnixWare ACLs */
- #undef HAVE_UNIXWARE_ACLS
- /* Define to 1 if you have the `utime' function. */
- #undef HAVE_UTIME
- /* Define to 1 if you have the `utimes' function. */
- #undef HAVE_UTIMES
- /* Define to 1 if you have the <utime.h> header file. */
- #undef HAVE_UTIME_H
- /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
- #undef HAVE_UTIME_NULL
- /* Define to 1 if you have the `vasprintf' function. */
- #undef HAVE_VASPRINTF
- /* Define to 1 if you have the `va_copy' function. */
- #undef HAVE_VA_COPY
- /* Define to 1 if you have the `vsnprintf' function. */
- #undef HAVE_VSNPRINTF
- /* Define to 1 if you have the `wait4' function. */
- #undef HAVE_WAIT4
- /* Define to 1 if you have the `waitpid' function. */
- #undef HAVE_WAITPID
- /* Define to 1 if you have the `_acl' function. */
- #undef HAVE__ACL
- /* Define to 1 if you have the `_facl' function. */
- #undef HAVE__FACL
- /* Define to 1 if you have the `__acl' function. */
- #undef HAVE___ACL
- /* Define to 1 if you have the `__facl' function. */
- #undef HAVE___FACL
- /* Define to 1 if you have the `__va_copy' function. */
- #undef HAVE___VA_COPY
- /* Define as const if the declaration of iconv() needs const. */
- #undef ICONV_CONST
- /* Define if you want the --iconv option. Specifing a value will set the
- default iconv setting (a NULL means no --iconv processing by default). */
- #undef ICONV_OPTION
- /* true if you have IPv6 */
- #undef INET6
- /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
- */
- #undef MAJOR_IN_MKDEV
- /* Define to 1 if `major', `minor', and `makedev' are declared in
- <sysmacros.h>. */
- #undef MAJOR_IN_SYSMACROS
- /* Define to 1 if makedev() takes 3 args */
- #undef MAKEDEV_TAKES_3_ARGS
- /* Define to 1 if mknod() can create FIFOs. */
- #undef MKNOD_CREATES_FIFOS
- /* Define to 1 if mknod() can create sockets. */
- #undef MKNOD_CREATES_SOCKETS
- /* unprivileged group for unprivileged user */
- #undef NOBODY_GROUP
- /* unprivileged user--e.g. nobody */
- #undef NOBODY_USER
- /* Define to the address where bug reports for this package should be sent. */
- #undef PACKAGE_BUGREPORT
- /* Define to the full name of this package. */
- #undef PACKAGE_NAME
- /* Define to the full name and version of this package. */
- #undef PACKAGE_STRING
- /* Define to the one symbol short name of this package. */
- #undef PACKAGE_TARNAME
- /* Define to the version of this package. */
- #undef PACKAGE_VERSION
- /* Define as the return type of signal handlers (`int' or `void'). */
- #undef RETSIGTYPE
- /* location of configuration file for rsync server */
- #undef RSYNCD_SYSCONF
- /* location of rsync on remote machine */
- #undef RSYNC_PATH
- /* default -e command */
- #undef RSYNC_RSH
- /* rsync release version */
- #undef RSYNC_VERSION
- /* Define to 1 if sockets need to be shutdown */
- #undef SHUTDOWN_ALL_SOCKETS
- /* Define to 1 if "signed char" is a valid type */
- #undef SIGNED_CHAR_OK
- /* The size of `int', as computed by sizeof. */
- #undef SIZEOF_INT
- /* The size of `int16_t', as computed by sizeof. */
- #undef SIZEOF_INT16_T
- /* The size of `int32_t', as computed by sizeof. */
- #undef SIZEOF_INT32_T
- /* The size of `int64_t', as computed by sizeof. */
- #undef SIZEOF_INT64_T
- /* The size of `long', as computed by sizeof. */
- #undef SIZEOF_LONG
- /* The size of `long long', as computed by sizeof. */
- #undef SIZEOF_LONG_LONG
- /* The size of `off64_t', as computed by sizeof. */
- #undef SIZEOF_OFF64_T
- /* The size of `off_t', as computed by sizeof. */
- #undef SIZEOF_OFF_T
- /* The size of `short', as computed by sizeof. */
- #undef SIZEOF_SHORT
- /* The size of `time_t', as computed by sizeof. */
- #undef SIZEOF_TIME_T
- /* The size of `uint16_t', as computed by sizeof. */
- #undef SIZEOF_UINT16_T
- /* The size of `uint32_t', as computed by sizeof. */
- #undef SIZEOF_UINT32_T
- /* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at runtime.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
- #undef STACK_DIRECTION
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Define to 1 to add support for ACLs */
- #undef SUPPORT_ACLS
- /* Define to 1 to add support for extended attributes */
- #undef SUPPORT_XATTRS
- /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* String to pass to iconv() for the UTF-8 charset. */
- #undef UTF8_CHARSET
- /* Define to 1 if your processor stores words with the most significant byte
- first (like Motorola and SPARC, unlike Intel and VAX). */
- #undef WORDS_BIGENDIAN
- /* Number of bits in a file offset, on hosts where this is settable. */
- #undef _FILE_OFFSET_BITS
- /* Define _GNU_SOURCE so that we get all necessary prototypes */
- #undef _GNU_SOURCE
- /* Define for large files, on AIX-style hosts. */
- #undef _LARGE_FILES
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef gid_t
- /* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
- #ifndef __cplusplus
- #undef inline
- #endif
- /* type to use in place of socklen_t if not defined */
- #undef socklen_t
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef uid_t
|