#ifndef CONFIG_H
#define CONFIG_H

#ifndef DISTLIB_CONFIG
#define	DISTLIB_CONFIG		"/etc/distlib.conf"
#endif
#ifndef DISTLIB_PORT
#define PORT			5540
#endif
#ifndef MAX_CLIENTS
#define MAX_CLIENTS		20
#endif
#ifndef HOST
#define HOST			"10.0.0.1"
#endif


#endif
