mirror of
https://github.com/bstansell/conserver.git
synced 2025-02-04 17:50:39 +00:00
42 lines
501 B
C
42 lines
501 B
C
|
/*
|
||
|
* Socket used to communicate
|
||
|
* Choose either PORT or SERVICE...
|
||
|
*/
|
||
|
#undef SERVICENAME
|
||
|
#undef PORTNUMBER
|
||
|
|
||
|
/*
|
||
|
* Hostname of console server
|
||
|
*/
|
||
|
#undef MASTERHOST
|
||
|
|
||
|
/*
|
||
|
* Config file path
|
||
|
*/
|
||
|
#undef CONFIGFILE
|
||
|
|
||
|
/*
|
||
|
* Password file path
|
||
|
*/
|
||
|
#undef PASSWDFILE
|
||
|
|
||
|
/*
|
||
|
* 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
|