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

Removed DEBUG, LOGACCESSES and DEFENSIVE_CHECKS.

Use configure to set NDEBUG, LOGACCESSES or NDEFENSIVE_CHECKS instead.
parent ea856dbb
No related branches found
No related tags found
No related merge requests found
/*
* $Id: config.h,v 0.12 1994/04/05 07:52:59 ceder Exp $
* $Id: config.h,v 0.13 1994/06/18 18:48:14 ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -34,14 +34,6 @@
* There is normally no reason to change anything in this file.
*/
#define DEBUG /* We're still debugging and want traces. */
#define LOGACCESSES /* Log all accesses to the data base. */
/*
* Add some checks that really shouldn't be necessary.
*/
#define DEFENSIVE_CHECKS
/* Collating sequence used. */
#define DEFAULT_COLLAT_TAB swedish_collate_tab
......
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