aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/config.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-17 23:24:30 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-17 23:24:30 +0100
commit0e5767e9321288b282f3ef9c949932a0730ca6de (patch)
treeeaec6e9befb8e54498030ddbf6304d13a7d58f8c /FICS/config.h
parentdb07de0c8eb67ae825207e3d16e10558bc0dc843 (diff)
Sorted defines
Diffstat (limited to 'FICS/config.h')
-rw-r--r--FICS/config.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/FICS/config.h b/FICS/config.h
index d09aa4b..1d46068 100644
--- a/FICS/config.h
+++ b/FICS/config.h
@@ -49,33 +49,33 @@
/*
* Locations of the data, players and games directories.
*/
-#define DEFAULT_MESS "/usr/home/fics/FICS.DIST/data/messages"
-#define DEFAULT_INDEX "/usr/home/fics/FICS.DIST/data/index"
-#define DEFAULT_HELP "/usr/home/fics/FICS.DIST/data/help"
-#define DEFAULT_COMHELP "/usr/home/fics/FICS.DIST/data/com_help"
-#define HELP_SPANISH "/usr/home/fics/FICS.DIST/data/Spanish"
-#define HELP_FRENCH "/usr/home/fics/FICS.DIST/data/French"
-#define HELP_DANISH "/usr/home/fics/FICS.DIST/data/Danish"
-#define DEFAULT_INFO "/usr/home/fics/FICS.DIST/data/info"
#define DEFAULT_ADHELP "/usr/home/fics/FICS.DIST/data/admin"
-#define DEFAULT_USCF "/usr/home/fics/FICS.DIST/data/uscf"
-#define DEFAULT_STATS "/usr/home/fics/FICS.DIST/data/stats"
-#define DEFAULT_CONFIG "/usr/home/fics/FICS.DIST/config"
-#define DEFAULT_PLAYERS "/usr/home/fics/FICS.DIST/players"
#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_BOARDS "/usr/home/fics/FICS.DIST/data/boards"
-#define DEFAULT_SOURCE "/usr/home/fics/FICS.DIST/FICS"
#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_BOOK "/usr/home/fics/FICS.DIST/data/book"
+#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 DEFAULT_USAGE "/usr/home/fics/FICS.DIST/data/usage"
-#define USAGE_SPANISH "/usr/home/fics/FICS.DIST/data/usage_spanish"
-#define USAGE_FRENCH "/usr/home/fics/FICS.DIST/data/usage_french"
#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"
/*
* Where the standard ucb mail program is