mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-19 12:57:54 +00:00
243 lines
5.3 KiB
C
243 lines
5.3 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* 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 the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
#undef HAVE_SYS_WAIT_H
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef mode_t
|
|
|
|
/* 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
|
|
|
|
/*
|
|
* Socket used to communicate
|
|
*/
|
|
#undef DEFPORT
|
|
|
|
/*
|
|
* 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
|
|
|
|
/*
|
|
* Clear parity (high-bit) [true/false setting]
|
|
*/
|
|
#undef CPARITY
|
|
|
|
/*
|
|
* TCP connection timeout
|
|
*/
|
|
#undef CONNECTTIMEOUT
|
|
|
|
/*
|
|
* pidfile to write to
|
|
*/
|
|
#undef PIDFILE
|
|
|
|
/* 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 getopt function. */
|
|
#undef HAVE_GETOPT
|
|
|
|
/* Define if you have the getpseudo function. */
|
|
#undef HAVE_GETPSEUDO
|
|
|
|
/* 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 memcmp function. */
|
|
#undef HAVE_MEMCMP
|
|
|
|
/* Define if you have the memcpy function. */
|
|
#undef HAVE_MEMCPY
|
|
|
|
/* 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 sigaction function. */
|
|
#undef HAVE_SIGACTION
|
|
|
|
/* Define if you have the strerror function. */
|
|
#undef HAVE_STRERROR
|
|
|
|
/* 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 wait3 function. */
|
|
#undef HAVE_WAIT3
|
|
|
|
/* Define if you have the <crypt.h> header file. */
|
|
#undef HAVE_CRYPT_H
|
|
|
|
/* Define if you have the <getopt.h> header file. */
|
|
#undef HAVE_GETOPT_H
|
|
|
|
/* 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 <stropts.h> header file. */
|
|
#undef HAVE_STROPTS_H
|
|
|
|
/* Define if you have the <sys/audit.h> header file. */
|
|
#undef HAVE_SYS_AUDIT_H
|
|
|
|
/* Define if you have the <sys/ioctl.h> header file. */
|
|
#undef HAVE_SYS_IOCTL_H
|
|
|
|
/* Define if you have the <sys/ioctl_compat.h> header file. */
|
|
#undef HAVE_SYS_IOCTL_COMPAT_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 the <termio.h> header file. */
|
|
#undef HAVE_TERMIO_H
|
|
|
|
/* Define if you have the <termios.h> header file. */
|
|
#undef HAVE_TERMIOS_H
|
|
|
|
/* Define if you have the <ttyent.h> header file. */
|
|
#undef HAVE_TTYENT_H
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define if you have the <usersec.h> header file. */
|
|
#undef HAVE_USERSEC_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 <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
|
|
|