//$ ER(09/07/01) : this file has been totaly reviewed. The previous MAXSOCKS, MAXSOCKSE and VERSION_NAME constant
//				    have been turned into variables that are initialised in the scolsys.c testLicense function.
//$ ER(09/07/01) : add the three following lines
//
//$ LB(30/05/2002) : add CLUBHOUSE_SERVER in order to make the server accept an unlimited number of connection, 
//                   and in order not to make it launch a supervisor.
//


#ifdef __cplusplus
extern "C" {
#endif


#define VERSION_WIN 1

//#define VERSION_X11 1
//#define VERSION_NOX 1
//#define VERSION_MAC 1

#define VERSION_N (1100)
#define MAXSOCKSU 500

#define SE_P10
#define PREFSE "4.1"
#define SUFFSE "alpha"


//#define SERVER   // commenter pour un P10

//$ LB (30/05/2002) : add CLUBHOUSE_SERVER in order to make the server accept an unlimited number of connections
//#define CLUBHOUSE_SERVER //uncomment to compile a ClubHouse server


#ifdef SERVER
extern short MUTUALISE;
extern short Debut,Periode;
#define KEY1 "7909e"
#define KEY3 "44dfc"

#define VERSION_NAME PREFSE"server"SUFFSE

#else

#define VERSION_NAME PREFSE"p10"SUFFSE

#endif

extern int MAXSOCKS;
extern int MAXSOCKSE;
extern int maxsock;

/*
 * platform specific
 */

#if defined(VERSION_X11) || defined(VERSION_NOX)
#define stricmp strcasecmp
#define strnicmp strncasecmp
#endif

//$ ER(09/07/01) : add following lines
#ifdef __cplusplus
}
#endif
