#define PORT 2015 #define CLOG "/export/0/console/consolog" #define DLOG "/var/adm/downlog" /* #define HOSTS {"toy-s.cis.ohio-state.edu", "cs-baker.cis.ohio-state.edu", "cs-hagerty.cis.ohio-state.edu", "cs-dreese.cis.ohio-state.edu", NULL} */ #define HOSTS {"cs-dreese.cis.ohio-state.edu", "cs-baker.cis.ohio-state.edu", "cs-hagerty.cis.ohio-state.edu", "toy-s.cis.ohio-state.edu", NULL} #define CONFIG "/etc/constab" #define PASSENTRY "console" #define MAXMEMB 10 #define MAXGRP 20 #define CONSOLE_USER 0 #define CONSOLE_GROUP 11 #ifdef SOLARIS #define bcopy(A,B,N) memcpy(B,A,N) #define bzero(S,N) memset(S,0,N) #define index strchr #endif