conserver/config.h.in

271 lines
6.0 KiB
C
Raw Normal View History

2001-02-19 06:50:29 +00:00
/* config.h.in. Generated automatically from configure.in by autoheader. */
/*
* Socket used to communicate
*/
2001-07-05 16:18:19 +00:00
#undef DEFPORT
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/*
* Base socket used for secondary channel
*/
#undef DEFBASEPORT
2001-02-19 06:50:29 +00:00
/*
* Hostname of console server
*/
#undef MASTERHOST
/*
* Config file path
*/
#undef CONFIGFILE
/*
* Password file path
*/
#undef PASSWDFILE
2001-07-05 16:18:19 +00:00
/*
* Logfile path
*/
#undef LOGFILEPATH
2001-02-19 06:50:29 +00:00
/*
* Number of consoles per child process
*/
#undef MAXMEMB
/*
* Number of child processes
*/
#undef MAXGRP
/*
* TCP connection timeout
*/
#undef CONNECTTIMEOUT
2001-06-16 00:44:07 +00:00
/*
* pidfile to write to
*/
#undef PIDFILE
2001-07-27 00:05:04 +00:00
/* Define if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H
/* Define if you have the `flock' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_FLOCK
2001-07-27 00:05:04 +00:00
/* Define if you have the `getdtablesize' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_GETDTABLESIZE
2001-08-05 04:11:57 +00:00
/* Define if you have the `getlogin' function. */
#undef HAVE_GETLOGIN
2001-07-27 00:05:04 +00:00
/* Define if you have the `getopt' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_GETOPT
2001-07-27 00:05:04 +00:00
/* Define if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define if you have the `getpassphrase' function. */
#undef HAVE_GETPASSPHRASE
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the `getrlimit' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_GETRLIMIT
2001-07-27 00:05:04 +00:00
/* Define if you have the `getsid' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_GETSID
2001-07-27 00:05:04 +00:00
/* Define if you have the `getspnam' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_GETSPNAM
2001-07-27 00:05:04 +00:00
/* Define if you have the `getuserattr' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_GETUSERATTR
2001-07-27 00:05:04 +00:00
/* Define if you have the `getutent' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_GETUTENT
2001-07-27 00:05:04 +00:00
/* 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 `crypt' library (-lcrypt). */
#undef HAVE_LIBCRYPT
/* Define if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have the `memcmp' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_MEMCMP
2001-07-27 00:05:04 +00:00
/* Define if you have the `memcpy' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_MEMCPY
2001-07-27 00:05:04 +00:00
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the `memset' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_MEMSET
2001-07-27 00:05:04 +00:00
/* Define if you have the `ptsname' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_PTSNAME
2001-07-27 00:05:04 +00:00
/* Define if you have the `putenv' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_PUTENV
2001-07-27 00:05:04 +00:00
/* Define if you have the `setgroups' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SETGROUPS
2001-07-27 00:05:04 +00:00
/* Define if you have the `setlinebuf' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SETLINEBUF
2001-07-27 00:05:04 +00:00
/* Define if you have the `setpgrp' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SETPGRP
2001-07-27 00:05:04 +00:00
/* Define if you have the `setsid' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SETSID
2001-07-27 00:05:04 +00:00
/* Define if you have the `setsockopt' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SETSOCKOPT
2001-07-27 00:05:04 +00:00
/* Define if you have the `setttyent' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SETTTYENT
2001-07-27 00:05:04 +00:00
/* Define if you have the `setvbuf' function. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SETVBUF
2001-07-27 00:05:04 +00:00
/* Define if you have the <sgtty.h> header file. */
#undef HAVE_SGTTY_H
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the `sigaction' function. */
#undef HAVE_SIGACTION
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the `strerror' function. */
#undef HAVE_STRERROR
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the `sysconf' function. */
#undef HAVE_SYSCONF
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if you have the <sys/audit.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SYS_AUDIT_H
2001-07-27 00:05:04 +00:00
/* Define if you have the <sys/ioctl_compat.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SYS_IOCTL_COMPAT_H
2001-07-27 00:05:04 +00:00
/* 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. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SYS_PROC_H
2001-07-27 00:05:04 +00:00
/* Define if you have the <sys/resource.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SYS_RESOURCE_H
2001-07-27 00:05:04 +00:00
/* Define if you have the <sys/select.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SYS_SELECT_H
2001-07-27 00:05:04 +00:00
/* Define if you have the <sys/time.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SYS_TIME_H
2001-07-27 00:05:04 +00:00
/* Define if you have the <sys/ttold.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SYS_TTOLD_H
2001-07-27 00:05:04 +00:00
/* Define if you have the <sys/uio.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SYS_UIO_H
2001-07-27 00:05:04 +00:00
/* Define if you have the <sys/vlimit.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_SYS_VLIMIT_H
2001-07-27 00:05:04 +00:00
/* 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
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* 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. */
2001-02-19 06:50:29 +00:00
#undef HAVE_TERMIOS_H
2001-07-27 00:05:04 +00:00
/* Define if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
/* Define if you have the <ttyent.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_TTYENT_H
2001-07-27 00:05:04 +00:00
/* Define if you have the <types.h> header file. */
#undef HAVE_TYPES_H
/* Define if you have the <unistd.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_UNISTD_H
2001-07-27 00:05:04 +00:00
/* Define if you have the `unlockpt' function. */
#undef HAVE_UNLOCKPT
/* Define if you have the <usersec.h> header file. */
2001-02-19 06:50:29 +00:00
#undef HAVE_USERSEC_H
2001-07-27 00:05:04 +00:00
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* Define if the `setpgrp' function takes no argument. */
#undef SETPGRP_VOID
2001-02-19 06:50:29 +00:00
2001-07-27 00:05:04 +00:00
/* 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
2001-02-19 06:50:29 +00:00
/* 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