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

(kom_par): New field: garb_enable.

parent a03d529d
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: param.h,v 1.8 1995/09/05 19:21:43 ceder Exp $ * $Id: param.h,v 1.9 1995/10/07 15:55:39 ceder Exp $
* Copyright (C) 1994 Lysator Academic Computer Association. * Copyright (C) 1994 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -34,6 +34,7 @@ struct kom_par { ...@@ -34,6 +34,7 @@ struct kom_par {
char *dbase_dir; char *dbase_dir;
char *use_locale; char *use_locale;
Bool send_async_messages; Bool send_async_messages;
Bool garb_enable;
Bool never_save; Bool never_save;
char *logaccess_file; char *logaccess_file;
char *ip_client_port; /* Port to listen to for clients */ char *ip_client_port; /* Port to listen to for clients */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment