mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-15 19:48:56 +00:00
770 lines
20 KiB
C
770 lines
20 KiB
C
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||
|
|
||
|
/* Define if building universal (internal helper macro) */
|
||
|
#undef AC_APPLE_UNIVERSAL_BUILD
|
||
|
|
||
|
/* 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 do not 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
|
||
|
|
||
|
/* Define to 1 if using external zlib */
|
||
|
#undef EXTERNAL_ZLIB
|
||
|
|
||
|
/* 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 `attropen' function. */
|
||
|
#undef HAVE_ATTROPEN
|
||
|
|
||
|
/* 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 if posix_fallocate is efficient (Cygwin) */
|
||
|
#undef HAVE_EFFICIENT_POSIX_FALLOCATE
|
||
|
|
||
|
/* 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 fallocate function and it compiles and links
|
||
|
without error */
|
||
|
#undef HAVE_FALLOCATE
|
||
|
|
||
|
/* 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 `getgrouplist' function. */
|
||
|
#undef HAVE_GETGROUPLIST
|
||
|
|
||
|
/* Define to 1 if you have the `getgroups' function. */
|
||
|
#undef HAVE_GETGROUPS
|
||
|
|
||
|
/* Define to 1 if you have the `getpass' function. */
|
||
|
#undef HAVE_GETPASS
|
||
|
|
||
|
/* 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 `initgroups' function. */
|
||
|
#undef HAVE_INITGROUPS
|
||
|
|
||
|
/* 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 `attr' library (-lattr). */
|
||
|
#undef HAVE_LIBATTR
|
||
|
|
||
|
/* 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 `z' library (-lz). */
|
||
|
#undef HAVE_LIBZ
|
||
|
|
||
|
/* 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
|
||
|
|
||
|
/* Define to 1 if you have the <linux/falloc.h> header file. */
|
||
|
#undef HAVE_LINUX_FALLOC_H
|
||
|
|
||
|
/* 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 <netinet/in_systm.h> header file. */
|
||
|
#undef HAVE_NETINET_IN_SYSTM_H
|
||
|
|
||
|
/* Define to 1 if you have the <netinet/ip.h> header file. */
|
||
|
#undef HAVE_NETINET_IP_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 `posix_fallocate' function. */
|
||
|
#undef HAVE_POSIX_FALLOCATE
|
||
|
|
||
|
/* 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 `seteuid' function. */
|
||
|
#undef HAVE_SETEUID
|
||
|
|
||
|
/* 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 `setvbuf' function. */
|
||
|
#undef HAVE_SETVBUF
|
||
|
|
||
|
/* 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
|
||
|
|
||
|
/* True if you have Solaris xattrs */
|
||
|
#undef HAVE_SOLARIS_XATTRS
|
||
|
|
||
|
/* 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_mtimensec' is a member of `struct stat'. */
|
||
|
#undef HAVE_STRUCT_STAT_ST_MTIMENSEC
|
||
|
|
||
|
/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
|
||
|
#undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
|
||
|
|
||
|
/* Define to 1 if `st_rdev' is a 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_fallocate syscall number */
|
||
|
#undef HAVE_SYS_FALLOCATE
|
||
|
|
||
|
/* 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 `utimensat' function. */
|
||
|
#undef HAVE_UTIMENSAT
|
||
|
|
||
|
/* 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 <zlib.h> header file. */
|
||
|
#undef HAVE_ZLIB_H
|
||
|
|
||
|
/* 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
|
||
|
|
||
|
/* True if device files do not support xattrs */
|
||
|
#undef NO_DEVICE_XATTRS
|
||
|
|
||
|
/* True if special files do not support xattrs */
|
||
|
#undef NO_SPECIAL_XATTRS
|
||
|
|
||
|
/* True if symlinks do not support user xattrs */
|
||
|
#undef NO_SYMLINK_USER_XATTRS
|
||
|
|
||
|
/* True if symlinks do not support xattrs */
|
||
|
#undef NO_SYMLINK_XATTRS
|
||
|
|
||
|
/* 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 home page for this package. */
|
||
|
#undef PACKAGE_URL
|
||
|
|
||
|
/* 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
|
||
|
|
||
|
/* Define to 1 if --protected-args should be the default */
|
||
|
#undef RSYNC_USE_PROTECTED_ARGS
|
||
|
|
||
|
/* 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
|
||
|
|
||
|
/* Define to 1 if you want rsync to make use of iconv_open() */
|
||
|
#undef USE_ICONV_OPEN
|
||
|
|
||
|
/* String to pass to iconv() for the UTF-8 charset. */
|
||
|
#undef UTF8_CHARSET
|
||
|
|
||
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||
|
# if defined __BIG_ENDIAN__
|
||
|
# define WORDS_BIGENDIAN 1
|
||
|
# endif
|
||
|
#else
|
||
|
# ifndef WORDS_BIGENDIAN
|
||
|
# undef WORDS_BIGENDIAN
|
||
|
# endif
|
||
|
#endif
|
||
|
|
||
|
/* 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
|
||
|
|
||
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||
|
#undef size_t
|
||
|
|
||
|
/* 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
|