From dbfcf4d1cf200f46350d92b447fa06287becb19e Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 18 Dec 2023 23:18:48 +0100 Subject: Include ficspaths.h --- FICS/config.h | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'FICS/config.h') 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 -- cgit v1.2.3