mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-19 04:47:53 +00:00
369 lines
9.1 KiB
C
369 lines
9.1 KiB
C
/* config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
/* Client config file path */
|
|
#undef CLIENTCONFIGFILE
|
|
|
|
/* Config file path */
|
|
#undef CONFIGFILE
|
|
|
|
/* ./configure invocation */
|
|
#undef CONFIGINVOCATION
|
|
|
|
/* TCP connection timeout */
|
|
#undef CONNECTTIMEOUT
|
|
|
|
/* Base socket used for secondary channel */
|
|
#undef DEFBASEPORT
|
|
|
|
/* Socket used to communicate */
|
|
#undef DEFPORT
|
|
|
|
/* Define to 1 if you have the `bigcrypt' function. */
|
|
#undef HAVE_BIGCRYPT
|
|
|
|
/* Define to 1 if you have the <bsm/audit.h> header file. */
|
|
#undef HAVE_BSM_AUDIT_H
|
|
|
|
/* Define to 1 if you have the <crypt.h> header file. */
|
|
#undef HAVE_CRYPT_H
|
|
|
|
/* have dmalloc support */
|
|
#undef HAVE_DMALLOC
|
|
|
|
/* Define to 1 if you have the `getaudit' function. */
|
|
#undef HAVE_GETAUDIT
|
|
|
|
/* Define to 1 if you have the `getaudit_addr' function. */
|
|
#undef HAVE_GETAUDIT_ADDR
|
|
|
|
/* Define to 1 if you have the `getdtablesize' function. */
|
|
#undef HAVE_GETDTABLESIZE
|
|
|
|
/* Define to 1 if you have the `getlogin' function. */
|
|
#undef HAVE_GETLOGIN
|
|
|
|
/* Define to 1 if you have the `getopt' function. */
|
|
#undef HAVE_GETOPT
|
|
|
|
/* Define to 1 if you have the <getopt.h> header file. */
|
|
#undef HAVE_GETOPT_H
|
|
|
|
/* Define to 1 if you have the `getprpwnam' function. */
|
|
#undef HAVE_GETPRPWNAM
|
|
|
|
/* Define to 1 if you have the `getrlimit' function. */
|
|
#undef HAVE_GETRLIMIT
|
|
|
|
/* Define to 1 if you have the `getsid' function. */
|
|
#undef HAVE_GETSID
|
|
|
|
/* Define to 1 if you have the `getspnam' function. */
|
|
#undef HAVE_GETSPNAM
|
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
/* Define to 1 if you have the `getuserattr' function. */
|
|
#undef HAVE_GETUSERATTR
|
|
|
|
/* Define to 1 if you have the `getutent' function. */
|
|
#undef HAVE_GETUTENT
|
|
|
|
/* Define to 1 if you have the `grantpt' function. */
|
|
#undef HAVE_GRANTPT
|
|
|
|
/* Define to 1 if you have the <hpsecurity.h> header file. */
|
|
#undef HAVE_HPSECURITY_H
|
|
|
|
/* Define to 1 if you have the `inet_aton' function. */
|
|
#undef HAVE_INET_ATON
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Defined if in_addr_t exists */
|
|
#undef HAVE_IN_ADDR_T
|
|
|
|
/* Define to 1 if you have the `iscomsec' function. */
|
|
#undef HAVE_ISCOMSEC
|
|
|
|
/* Define to 1 if you have the `bsm' library (-lbsm). */
|
|
#undef HAVE_LIBBSM
|
|
|
|
/* Define to 1 if you have the `sec' library (-lsec). */
|
|
#undef HAVE_LIBSEC
|
|
|
|
/* Define to 1 if you have the `util' library (-lutil). */
|
|
#undef HAVE_LIBUTIL
|
|
|
|
/* Define to 1 if you have the <libutil.h> header file. */
|
|
#undef HAVE_LIBUTIL_H
|
|
|
|
/* Define to 1 if you have the `xnet' library (-lxnet). */
|
|
#undef HAVE_LIBXNET
|
|
|
|
/* Define to 1 if you have the `memcmp' function. */
|
|
#undef HAVE_MEMCMP
|
|
|
|
/* Define to 1 if you have the `memcpy' function. */
|
|
#undef HAVE_MEMCPY
|
|
|
|
/* 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 `memset' function. */
|
|
#undef HAVE_MEMSET
|
|
|
|
/* Define to 1 if you have the `openpty' function. */
|
|
#undef HAVE_OPENPTY
|
|
|
|
/* have openssl support */
|
|
#undef HAVE_OPENSSL
|
|
|
|
/* have PAM support */
|
|
#undef HAVE_PAM
|
|
|
|
/* Define to 1 if you have the <prot.h> header file. */
|
|
#undef HAVE_PROT_H
|
|
|
|
/* Define to 1 if you have the `ptsname' function. */
|
|
#undef HAVE_PTSNAME
|
|
|
|
/* Define to 1 if you have the <pty.h> header file. */
|
|
#undef HAVE_PTY_H
|
|
|
|
/* Define to 1 if you have the `putenv' function. */
|
|
#undef HAVE_PUTENV
|
|
|
|
/* Defined if sa_len member exists in struct sockaddr */
|
|
#undef HAVE_SA_LEN
|
|
|
|
/* Define to 1 if you have the `setgroups' function. */
|
|
#undef HAVE_SETGROUPS
|
|
|
|
/* Define to 1 if you have the `setlinebuf' function. */
|
|
#undef HAVE_SETLINEBUF
|
|
|
|
/* Define to 1 if you have the `setpgrp' function. */
|
|
#undef HAVE_SETPGRP
|
|
|
|
/* Define to 1 if you have the `setproctitle' function. */
|
|
#undef HAVE_SETPROCTITLE
|
|
|
|
/* Define to 1 if you have the `setsid' function. */
|
|
#undef HAVE_SETSID
|
|
|
|
/* Define to 1 if you have the `setsockopt' function. */
|
|
#undef HAVE_SETSOCKOPT
|
|
|
|
/* Define to 1 if you have the `setttyent' function. */
|
|
#undef HAVE_SETTTYENT
|
|
|
|
/* Define to 1 if you have the `setvbuf' function. */
|
|
#undef HAVE_SETVBUF
|
|
|
|
/* Define to 1 if you have the <shadow.h> header file. */
|
|
#undef HAVE_SHADOW_H
|
|
|
|
/* Define to 1 if you have the `sigaction' function. */
|
|
#undef HAVE_SIGACTION
|
|
|
|
/* Defined if socklen_t exists */
|
|
#undef HAVE_SOCKLEN_T
|
|
|
|
/* 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 if strcasecmp is available */
|
|
#undef HAVE_STRCASECMP
|
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
|
#undef HAVE_STRERROR
|
|
|
|
/* Define if stricmp is available */
|
|
#undef HAVE_STRICMP
|
|
|
|
/* 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 <stropts.h> header file. */
|
|
#undef HAVE_STROPTS_H
|
|
|
|
/* Define to 1 if you have the `sysconf' function. */
|
|
#undef HAVE_SYSCONF
|
|
|
|
/* Define to 1 if you have the <sysexits.h> header file. */
|
|
#undef HAVE_SYSEXITS_H
|
|
|
|
/* Define to 1 if you have the <sys/audit.h> header file. */
|
|
#undef HAVE_SYS_AUDIT_H
|
|
|
|
/* Define to 1 if you have the <sys/ioctl_compat.h> header file. */
|
|
#undef HAVE_SYS_IOCTL_COMPAT_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/param.h> header file. */
|
|
#undef HAVE_SYS_PARAM_H
|
|
|
|
/* Define to 1 if you have the <sys/proc.h> header file. */
|
|
#undef HAVE_SYS_PROC_H
|
|
|
|
/* Define to 1 if you have the <sys/resource.h> header file. */
|
|
#undef HAVE_SYS_RESOURCE_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/sockio.h> header file. */
|
|
#undef HAVE_SYS_SOCKIO_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/ttold.h> header file. */
|
|
#undef HAVE_SYS_TTOLD_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/uio.h> header file. */
|
|
#undef HAVE_SYS_UIO_H
|
|
|
|
/* Define to 1 if you have the <sys/vlimit.h> header file. */
|
|
#undef HAVE_SYS_VLIMIT_H
|
|
|
|
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
#undef HAVE_SYS_WAIT_H
|
|
|
|
/* Define to 1 if you have the `tcgetattr' function. */
|
|
#undef HAVE_TCGETATTR
|
|
|
|
/* Define to 1 if you have the `tcgetpgrp' function. */
|
|
#undef HAVE_TCGETPGRP
|
|
|
|
/* Define to 1 if you have the `tcsendbreak' function. */
|
|
#undef HAVE_TCSENDBREAK
|
|
|
|
/* Define to 1 if you have the `tcsetattr' function. */
|
|
#undef HAVE_TCSETATTR
|
|
|
|
/* Define to 1 if you have the `tcsetpgrp' function. */
|
|
#undef HAVE_TCSETPGRP
|
|
|
|
/* Define to 1 if you have the <ttyent.h> header file. */
|
|
#undef HAVE_TTYENT_H
|
|
|
|
/* Define to 1 if you have the <types.h> header file. */
|
|
#undef HAVE_TYPES_H
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define to 1 if you have the `unlockpt' function. */
|
|
#undef HAVE_UNLOCKPT
|
|
|
|
/* Define to 1 if you have the <usersec.h> header file. */
|
|
#undef HAVE_USERSEC_H
|
|
|
|
/* Define to 1 if you have the <util.h> header file. */
|
|
#undef HAVE_UTIL_H
|
|
|
|
/* Logfile path */
|
|
#undef LOGFILEPATH
|
|
|
|
/* Hostname of console server */
|
|
#undef MASTERHOST
|
|
|
|
/* Number of consoles per child process */
|
|
#undef MAXMEMB
|
|
|
|
/* 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
|
|
|
|
/* Password file path */
|
|
#undef PASSWDFILE
|
|
|
|
/* pidfile to write to */
|
|
#undef PIDFILE
|
|
|
|
/* Define to 1 if the C compiler supports function prototypes. */
|
|
#undef PROTOTYPES
|
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
#undef RETSIGTYPE
|
|
|
|
/* Define to 1 if the `setpgrp' function takes no argument. */
|
|
#undef SETPGRP_VOID
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* Defined if we trust reverse DNS */
|
|
#undef TRUST_REVERSE_DNS
|
|
|
|
/* Directory for Unix domain sockets */
|
|
#undef UDSDIR
|
|
|
|
/* Defined if we produce extended messages */
|
|
#undef USE_EXTENDED_MESSAGES
|
|
|
|
/* use tcp_wrappers libwrap */
|
|
#undef USE_LIBWRAP
|
|
|
|
/* Defined if we use Unix domain sockets */
|
|
#undef USE_UNIX_DOMAIN_SOCKETS
|
|
|
|
/* Define to 1 if on AIX 3.
|
|
System headers sometimes define this.
|
|
We just want to avoid a redefinition error message. */
|
|
#ifndef _ALL_SOURCE
|
|
# undef _ALL_SOURCE
|
|
#endif
|
|
|
|
/* Define like PROTOTYPES; this can be used by system headers. */
|
|
#undef __PROTOTYPES
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
#undef const
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#undef mode_t
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#undef pid_t
|
|
|
|
/* Define if <signal.h> does not define sig_atomic_t */
|
|
#undef sig_atomic_t
|
|
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
|
#undef size_t
|