From 04939d27e578af5c5343e8fea9b55b41b25933cc Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Thu, 7 Oct 1993 23:14:52 +0000 Subject: [PATCH] Don't include m-config.h. --- src/include/config.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/include/config.h b/src/include/config.h index a3b3dece2..bf3412715 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 -- GitLab