aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/makerank.c
diff options
context:
space:
mode:
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;