/* * 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