/* $Id: acconfig.h,v 1.3 1999/11/26 17:18:57 crosser Exp $ */

/*
	$Log: acconfig.h,v $
	Revision 1.3  1999/11/26 17:18:57  crosser
	tune for sunos4
	
	Revision 1.2  1999/10/03 21:18:03  crosser
	First (probably) working version with new run time config parser.
	Also added listenq parameter (backlog size for listen()) and
	renamed wtest to whoson (and with man page).  Release 2.00beta1.
	
	Revision 1.1  1999/07/27 16:49:13  crosser
	Initial revision

*/

/* whoson: nonstandard defines for config.h */

/* Default config file path */
#undef DEFAULT_CONFIG
 
/* Length of unix domain socket path */
#undef UNIX_PATH_MAX

/* build MT-Safe API library */
#undef _REENTRANT

/* headers contain definition of optarg */
#undef OPTARG_DEFINED


syntax highlighted by Code2HTML, v. 0.9.1