Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c4f9e975
Commit
c4f9e975
authored
Aug 07, 1998
by
Per Cederqvist
Browse files
(parameters): Added "Aux-item definition file".
(AUX_DEF_FILE): Removed.
parent
12aeefef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
c4f9e975
/*
* $Id: server-config.c,v 0.4
6
1998/0
7
/0
8 17:02:21
ceder Exp $
* $Id: server-config.c,v 0.4
7
1998/0
8
/0
7 23:15:07
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -32,7 +32,7 @@
*/
static
const
char
*
rcsid
=
"$Id: server-config.c,v 0.4
6
1998/0
7
/0
8 17:02:21
ceder Exp $"
;
rcsid
=
"$Id: server-config.c,v 0.4
7
1998/0
8
/0
7 23:15:07
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -121,6 +121,9 @@ static const struct parameter parameters[] = {
assign_string
,
0
,
1
,
"etc/pid"
,
&
param
.
pid_name
},
{
"Memory usage file"
,
assign_string
,
0
,
1
,
"etc/memory-usage"
,
&
param
.
memuse_name
},
/* Other files. */
{
"Aux-item definition file"
,
assign_string
,
0
,
1
,
"etc/aux-items.conf"
,
&
param
.
aux_def_file
},
/* Where to dump core. */
{
"Core directory"
,
assign_string
,
0
,
1
,
"cores"
,
&
param
.
core_dir
},
...
...
@@ -232,7 +235,6 @@ static const struct parameter parameters[] = {
const
char
*
DEFAULT_DBASE_DIR
=
DEFAULT_PREFIX
;
const
char
*
CONFIG_FILE
=
"etc/config"
;
const
char
*
AUX_DEF_FILE
=
"etc/aux-items.conf"
;
/*
* The following should always be true:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment