Skip to content
GitLab
Menu
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
33c27ed0
Commit
33c27ed0
authored
Aug 11, 2002
by
Per Cederqvist
Browse files
(struct kom_par): Added use_dns and dns_log_threshold. Removed
y2k_compat. (Bug 627).
parent
f702fd5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/param.h
View file @
33c27ed0
/*
* $Id: param.h,v 1.3
3 1999/10/28 13:18:08 by
er
s
Exp $
* $Id: param.h,v 1.3
4 2002/08/11 09:36:45 ced
er Exp $
* Copyright (C) 1994-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -39,6 +39,8 @@ struct kom_par {
char
*
logaccess_file
;
char
*
ip_client_host
;
/* IP to listen to (default: INADDR_ANY) */
char
*
ip_client_port
;
/* Port to listen to for clients */
Bool
use_dns
;
double
dns_log_threshold
;
Conf_no
conf_pres_conf
;
Conf_no
pers_pres_conf
;
Conf_no
motd_conf
;
...
...
@@ -61,7 +63,6 @@ struct kom_par {
char
*
nologin_file
;
char
*
lyskomd_path
;
char
*
savecore_path
;
int
y2k_compat
;
int
timeout
;
int
garbtimeout
;
int
synctimeout
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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