conserver/acconfig.h

50 lines
530 B
C
Raw Permalink Normal View History

2001-02-18 22:50:29 -08:00
/*
* Socket used to communicate
*/
2001-07-05 09:18:19 -07:00
#undef DEFPORT
2001-02-18 22:50:29 -08:00
2001-07-26 17:05:04 -07:00
/*
* Base socket used for secondary channel
*/
#undef DEFBASEPORT
2001-02-18 22:50:29 -08:00
/*
* Hostname of console server
*/
#undef MASTERHOST
/*
* Config file path
*/
#undef CONFIGFILE
/*
* Password file path
*/
#undef PASSWDFILE
2001-07-05 09:18:19 -07:00
/*
* Logfile path
*/
#undef LOGFILEPATH
2001-02-18 22:50:29 -08:00
/*
* Number of consoles per child process
*/
#undef MAXMEMB
/*
* Number of child processes
*/
#undef MAXGRP
/*
* TCP connection timeout
*/
#undef CONNECTTIMEOUT
2001-06-15 17:44:07 -07:00
/*
* pidfile to write to
*/
#undef PIDFILE