mirror of
https://github.com/bstansell/conserver.git
synced 2025-01-30 15:43:50 +00:00
60 lines
651 B
C
60 lines
651 B
C
/*
|
|
* ./configure invocation
|
|
*/
|
|
#undef CONFIGINVOCATION
|
|
|
|
/*
|
|
* 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
|
|
|
|
/*
|
|
* TCP connection timeout
|
|
*/
|
|
#undef CONNECTTIMEOUT
|
|
|
|
/*
|
|
* pidfile to write to
|
|
*/
|
|
#undef PIDFILE
|
|
|
|
/*
|
|
* use tcp_wrappers libwrap
|
|
*/
|
|
#undef USE_LIBWRAP
|
|
|
|
/*
|
|
* use ansi prototypes/decls
|
|
*/
|
|
#undef USE_ANSI_PROTO
|