aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/makerank.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-13 23:57:44 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-13 23:57:44 +0100
commit74a0c7e32287256b48d75b87966b61fd4b6ae0bb (patch)
tree394968042e68f9c3060b0593d70dd421173f6884 /FICS/makerank.c
parent749bb281d23b374a4d69f5d448ea57dda978e55e (diff)
Moved preprocessor directives to the header
Diffstat (limited to 'FICS/makerank.c')
-rw-r--r--FICS/makerank.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/FICS/makerank.c b/FICS/makerank.c
index c132e1c..72ee966 100644
--- a/FICS/makerank.c
+++ b/FICS/makerank.c
@@ -4,12 +4,8 @@
#include <stdlib.h>
#include <string.h>
-#include "config.h"
#include "makerank.h"
-#define COMPUTER_FILE DEFAULT_LISTS "/computer"
-#define MAX_LOGIN_NAME 21
-
static ENTRY **list;
static ENTRY **sortme;