diff --git a/src/include/config.h b/src/include/config.h
index a3b3dece2569d8ae6f2c8f3aa8658dc64cbda978..bf341271576e66ec6a211be7a6bc8a64929b4eca 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -1,5 +1,5 @@
 /*
- * $Id: config.h,v 0.7 1992/12/19 00:25:08 ceder Exp $
+ * $Id: config.h,v 0.8 1993/10/07 23:14:52 ceder Exp $
  * Copyright (C) 1991  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -31,8 +31,6 @@
  *  the server, and lots of constants and configuration options.
  */
 
-#include <m-config.h>
-
 #define DEBUG			/* We're still debugging and want traces. */
 #define LOGACCESSES		/* Log all accesses to the data base. */
 /*
@@ -152,7 +150,7 @@ extern const int MAX_CREA_MISC;   /* Sum of recipients, cc_recipients, comm_to
  *   STATISTIC_NAME	     (open after a SIGUSR1)
  *   Two TCP/IP ports	     (normal connections and mux-connections)
  *   One UDP/IP port	     (probably from -lresolv, but I'm not sure)
- *   One TCP/IP port	     (if RFC_931 is defined)
+ *   One TCP/IP port	     (if HAVE_LIBAUTHUSER is defined)
  * Thus, the max number of connections is the number of available file
  * descriptors minus ten. This has not been fully tested for a long
  * while, so we subtract twelve just to be on the safe side. That still