Skip to content
Snippets Groups Projects
Commit 04939d27 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Don't include m-config.h.

parent 02b8649b
No related branches found
No related tags found
No related merge requests found
/*
* $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment