mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-19 12:57:54 +00:00
267 lines
5.8 KiB
C
267 lines
5.8 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
/*
|
|
* Socket used to communicate
|
|
*/
|
|
#undef DEFPORT
|
|
|
|
/*
|
|
* Base socket used for secondary channel
|
|
*/
|
|
#undef DEFBASEPORT
|
|
|
|
/*
|
|
* Hostname of console server
|
|
*/
|
|
#undef MASTERHOST
|
|
|
|
/*
|
|
* Config file path
|
|
*/
|
|
#undef CONFIGFILE
|
|
|
|
/*
|
|
* Password file path
|
|
*/
|
|
#undef PASSWDFILE
|
|
|
|
/*
|
|
* Logfile path
|
|
*/
|
|
#undef LOGFILEPATH
|
|
|
|
/*
|
|
* Number of consoles per child process
|
|
*/
|
|
#undef MAXMEMB
|
|
|
|
/*
|
|
* Number of child processes
|
|
*/
|
|
#undef MAXGRP
|
|
|
|
/*
|
|
* TCP connection timeout
|
|
*/
|
|
#undef CONNECTTIMEOUT
|
|
|
|
/*
|
|
* pidfile to write to
|
|
*/
|
|
#undef PIDFILE
|
|
|
|
/*
|
|
* use tcp_wrappers libwrap
|
|
*/
|
|
#undef USE_LIBWRAP
|
|
|
|
/* Define if you have the <crypt.h> header file. */
|
|
#undef HAVE_CRYPT_H
|
|
|
|
/* Define if you have the `flock' function. */
|
|
#undef HAVE_FLOCK
|
|
|
|
/* Define if you have the `getdtablesize' function. */
|
|
#undef HAVE_GETDTABLESIZE
|
|
|
|
/* Define if you have the `getlogin' function. */
|
|
#undef HAVE_GETLOGIN
|
|
|
|
/* Define if you have the `getopt' function. */
|
|
#undef HAVE_GETOPT
|
|
|
|
/* Define if you have the <getopt.h> header file. */
|
|
#undef HAVE_GETOPT_H
|
|
|
|
/* Define if you have the `getpassphrase' function. */
|
|
#undef HAVE_GETPASSPHRASE
|
|
|
|
/* Define if you have the `getrlimit' function. */
|
|
#undef HAVE_GETRLIMIT
|
|
|
|
/* Define if you have the `getsid' function. */
|
|
#undef HAVE_GETSID
|
|
|
|
/* Define if you have the `getspnam' function. */
|
|
#undef HAVE_GETSPNAM
|
|
|
|
/* Define if you have the `getuserattr' function. */
|
|
#undef HAVE_GETUSERATTR
|
|
|
|
/* Define if you have the `getutent' function. */
|
|
#undef HAVE_GETUTENT
|
|
|
|
/* Define if you have the `grantpt' function. */
|
|
#undef HAVE_GRANTPT
|
|
|
|
/* Define if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Define if you have the `memcmp' function. */
|
|
#undef HAVE_MEMCMP
|
|
|
|
/* Define if you have the `memcpy' function. */
|
|
#undef HAVE_MEMCPY
|
|
|
|
/* Define if you have the <memory.h> header file. */
|
|
#undef HAVE_MEMORY_H
|
|
|
|
/* Define if you have the `memset' function. */
|
|
#undef HAVE_MEMSET
|
|
|
|
/* Define if you have the `ptsname' function. */
|
|
#undef HAVE_PTSNAME
|
|
|
|
/* Define if you have the `putenv' function. */
|
|
#undef HAVE_PUTENV
|
|
|
|
/* Define if you have the `setgroups' function. */
|
|
#undef HAVE_SETGROUPS
|
|
|
|
/* Define if you have the `setlinebuf' function. */
|
|
#undef HAVE_SETLINEBUF
|
|
|
|
/* Define if you have the `setpgrp' function. */
|
|
#undef HAVE_SETPGRP
|
|
|
|
/* Define if you have the `setsid' function. */
|
|
#undef HAVE_SETSID
|
|
|
|
/* Define if you have the `setsockopt' function. */
|
|
#undef HAVE_SETSOCKOPT
|
|
|
|
/* Define if you have the `setttyent' function. */
|
|
#undef HAVE_SETTTYENT
|
|
|
|
/* Define if you have the `setvbuf' function. */
|
|
#undef HAVE_SETVBUF
|
|
|
|
/* Define if you have the <sgtty.h> header file. */
|
|
#undef HAVE_SGTTY_H
|
|
|
|
/* Define if you have the <shadow.h> header file. */
|
|
#undef HAVE_SHADOW_H
|
|
|
|
/* Define if you have the `sigaction' function. */
|
|
#undef HAVE_SIGACTION
|
|
|
|
/* Define if you have the <stdlib.h> header file. */
|
|
#undef HAVE_STDLIB_H
|
|
|
|
/* Define if you have the `strerror' function. */
|
|
#undef HAVE_STRERROR
|
|
|
|
/* Define if you have the <strings.h> header file. */
|
|
#undef HAVE_STRINGS_H
|
|
|
|
/* Define if you have the <string.h> header file. */
|
|
#undef HAVE_STRING_H
|
|
|
|
/* Define if you have the <stropts.h> header file. */
|
|
#undef HAVE_STROPTS_H
|
|
|
|
/* Define if you have the `sysconf' function. */
|
|
#undef HAVE_SYSCONF
|
|
|
|
/* Define if you have the <sysexits.h> header file. */
|
|
#undef HAVE_SYSEXITS_H
|
|
|
|
/* Define if you have the <sys/audit.h> header file. */
|
|
#undef HAVE_SYS_AUDIT_H
|
|
|
|
/* Define if you have the <sys/ioctl_compat.h> header file. */
|
|
#undef HAVE_SYS_IOCTL_COMPAT_H
|
|
|
|
/* Define if you have the <sys/ioctl.h> header file. */
|
|
#undef HAVE_SYS_IOCTL_H
|
|
|
|
/* Define if you have the <sys/proc.h> header file. */
|
|
#undef HAVE_SYS_PROC_H
|
|
|
|
/* Define if you have the <sys/resource.h> header file. */
|
|
#undef HAVE_SYS_RESOURCE_H
|
|
|
|
/* Define if you have the <sys/select.h> header file. */
|
|
#undef HAVE_SYS_SELECT_H
|
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
/* Define if you have the <sys/ttold.h> header file. */
|
|
#undef HAVE_SYS_TTOLD_H
|
|
|
|
/* Define if you have the <sys/uio.h> header file. */
|
|
#undef HAVE_SYS_UIO_H
|
|
|
|
/* Define if you have the <sys/vlimit.h> header file. */
|
|
#undef HAVE_SYS_VLIMIT_H
|
|
|
|
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
#undef HAVE_SYS_WAIT_H
|
|
|
|
/* Define if you have the `tcgetattr' function. */
|
|
#undef HAVE_TCGETATTR
|
|
|
|
/* Define if you have the `tcgetpgrp' function. */
|
|
#undef HAVE_TCGETPGRP
|
|
|
|
/* Define if you have the `tcsendbreak' function. */
|
|
#undef HAVE_TCSENDBREAK
|
|
|
|
/* Define if you have the `tcsetattr' function. */
|
|
#undef HAVE_TCSETATTR
|
|
|
|
/* Define if you have the `tcsetpgrp' function. */
|
|
#undef HAVE_TCSETPGRP
|
|
|
|
/* Define if you have the <termios.h> header file. */
|
|
#undef HAVE_TERMIOS_H
|
|
|
|
/* Define if you have the <termio.h> header file. */
|
|
#undef HAVE_TERMIO_H
|
|
|
|
/* Define if you have the <ttyent.h> header file. */
|
|
#undef HAVE_TTYENT_H
|
|
|
|
/* Define if you have the <types.h> header file. */
|
|
#undef HAVE_TYPES_H
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define if you have the `unlockpt' function. */
|
|
#undef HAVE_UNLOCKPT
|
|
|
|
/* Define if you have the <usersec.h> header file. */
|
|
#undef HAVE_USERSEC_H
|
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
#undef RETSIGTYPE
|
|
|
|
/* Define if the `setpgrp' function takes no argument. */
|
|
#undef SETPGRP_VOID
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* Define 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 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 if <signal.h> does not define sig_atomic_t */
|
|
#undef sig_atomic_t
|
|
|
|
/* Define if <sys/socket.h> does not define socklen_t */
|
|
#undef socklen_t
|