mirror of
https://github.com/bstansell/conserver.git
synced 2025-03-14 08:16:41 +00:00
13 lines
292 B
C
13 lines
292 B
C
/*
|
|
* $Id: cons-test.h,v 1.5 1999-01-26 20:35:17-08 bryan Exp $
|
|
*
|
|
* Copyright GNAC, Inc., 1998
|
|
*
|
|
* Maintainer/Enhancer: Bryan Stansell (bryan@gnac.com)
|
|
*/
|
|
|
|
#define PORT 7777
|
|
#define HOST "localhost"
|
|
#define CONFIG "../conserver.cf/test.cf"
|
|
#define PASSWD_FILE "./conserver.passwd"
|