diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 23:18:48 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 23:18:48 +0100 |
commit | dbfcf4d1cf200f46350d92b447fa06287becb19e (patch) | |
tree | 7ce442b608bdd730b8e0fd0830d04fea5cc5f226 | |
parent | e5f933a8aa10b76329a1b8845552bc271eb203fe (diff) |
Include ficspaths.h
-rw-r--r-- | FICS/config.h | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/FICS/config.h b/FICS/config.h index 312c786..d23abe1 100644 --- a/FICS/config.h +++ b/FICS/config.h @@ -50,33 +50,7 @@ /* * Locations of the data, players and games directories. */ -#define DEFAULT_ADHELP "/usr/home/fics/FICS.DIST/data/admin" -#define DEFAULT_ADJOURNED "/usr/home/fics/FICS.DIST/games/adjourned" -#define DEFAULT_BOARDS "/usr/home/fics/FICS.DIST/data/boards" -#define DEFAULT_BOOK "/usr/home/fics/FICS.DIST/data/book" -#define DEFAULT_COMHELP "/usr/home/fics/FICS.DIST/data/com_help" -#define DEFAULT_CONFIG "/usr/home/fics/FICS.DIST/config" -#define DEFAULT_HELP "/usr/home/fics/FICS.DIST/data/help" -#define DEFAULT_HISTORY "/usr/home/fics/FICS.DIST/games/history" -#define DEFAULT_INDEX "/usr/home/fics/FICS.DIST/data/index" -#define DEFAULT_INFO "/usr/home/fics/FICS.DIST/data/info" -#define DEFAULT_JOURNAL "/usr/home/fics/FICS.DIST/games/journal" -#define DEFAULT_LISTS "/usr/home/fics/FICS.DIST/data/lists" -#define DEFAULT_MESS "/usr/home/fics/FICS.DIST/data/messages" -#define DEFAULT_NEWS "/usr/home/fics/FICS.DIST/data/news" -#define DEFAULT_PLAYERS "/usr/home/fics/FICS.DIST/players" -#define DEFAULT_SOURCE "/usr/home/fics/FICS.DIST/FICS" -#define DEFAULT_STATS "/usr/home/fics/FICS.DIST/data/stats" -#define DEFAULT_USAGE "/usr/home/fics/FICS.DIST/data/usage" -#define DEFAULT_USCF "/usr/home/fics/FICS.DIST/data/uscf" -#define HELP_DANISH "/usr/home/fics/FICS.DIST/data/Danish" -#define HELP_FRENCH "/usr/home/fics/FICS.DIST/data/French" -#define HELP_SPANISH "/usr/home/fics/FICS.DIST/data/Spanish" -#define MESS_FULL "/usr/home/fics/FICS.DIST/data/messages/full" -#define MESS_FULL_UNREG "/usr/home/fics/FICS.DIST/data/messages/full_unreg" -#define USAGE_DANISH "/usr/home/fics/FICS.DIST/data/usage_danish" -#define USAGE_FRENCH "/usr/home/fics/FICS.DIST/data/usage_french" -#define USAGE_SPANISH "/usr/home/fics/FICS.DIST/data/usage_spanish" +#include "ficspaths.h" /* * Where the standard ucb mail program is |