client compiled :)

This commit is contained in:
tonton Th
2020-03-28 11:56:49 +01:00
parent 236e274656
commit 0ef949ce91
4 changed files with 557 additions and 2 deletions

17
guinness.h Normal file
View File

@@ -0,0 +1,17 @@
/*
* guinness
* architecture clients/serveur guinness.
* Thomas Nemeth -- le 15 juin 2001
*
*/
#ifndef GUINNESS_CLIENT
#define GUINNESS_CLIENT
#define CONFIG_FILE ".guinnessrc"
#define DEFAULT_SERVER "127.0.0.1"
#define DEFAULT_PROMPT "> "
#endif