Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
aeb20bc7
Commit
aeb20bc7
authored
33 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
0.13 was bogus.
parent
317e437b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/server/Makefile
+8
-2
8 additions, 2 deletions
src/server/Makefile
src/server/server-config.c
+5
-5
5 additions, 5 deletions
src/server/server-config.c
with
13 additions
and
7 deletions
src/server/Makefile
+
8
−
2
View file @
aeb20bc7
#
#
# $Id: Makefile,v 0.1
6
1991/09/
19 13:10:29
ceder Exp $
# $Id: Makefile,v 0.1
7
1991/09/
22 08:24:46
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
# Copyright (C) 1991 Lysator Academic Computer Association.
#
#
# This file is part of the LysKOM server.
# This file is part of the LysKOM server.
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
#
# $Id: Makefile,v 0.1
6
1991/09/
19 13:10:29
ceder Exp $
# $Id: Makefile,v 0.1
7
1991/09/
22 08:24:46
ceder Exp $
include
Topdir.make
include
Topdir.make
SCRIPTDIR
=
$(
TOPDIR
)
/scripts
SCRIPTDIR
=
$(
TOPDIR
)
/scripts
...
@@ -87,6 +87,9 @@ DBCK_SRCS = dbck.c dbck-cache.c ram-smalloc.c ram-parse.c server-config.c\
...
@@ -87,6 +87,9 @@ DBCK_SRCS = dbck.c dbck-cache.c ram-smalloc.c ram-parse.c server-config.c\
kom-types.c
\
kom-types.c
\
missing-ansi.c ram-output.c memory.c
missing-ansi.c ram-output.c memory.c
ENCRYPT
=
encrypt-passwd.o dbck-cache.o ram-smalloc.o ram-parse.o server-config.o
\
kom-types.o
\
missing-ansi.o ram-output.o memory.o
SPECIALS
=
call-switch.incl com.h fnc-def-init.incl prot-a-parse-arg.c
\
SPECIALS
=
call-switch.incl com.h fnc-def-init.incl prot-a-parse-arg.c
\
prot-a-parse-arg.h fncdef-no-str-limit.txt .gdbinit
prot-a-parse-arg.h fncdef-no-str-limit.txt .gdbinit
...
@@ -106,6 +109,9 @@ libraries:;
...
@@ -106,6 +109,9 @@ libraries:;
lyskomd
:
$(DISKOBJS) $(GENOBJS)
lyskomd
:
$(DISKOBJS) $(GENOBJS)
$(
CC
)
$(
LDFLAGS
)
-o
lyskomd
$(
DISKOBJS
)
$(
GENOBJS
)
$(
LIBS
)
$(
CC
)
$(
LDFLAGS
)
-o
lyskomd
$(
DISKOBJS
)
$(
GENOBJS
)
$(
LIBS
)
encrypt
:
$(ENCRYPT)
$(
CC
)
$(
LDFLAGS
)
-o
enrypt
$(
ENCRYPT
)
$(
LIBS
)
dbck
:
$(DBCK)
dbck
:
$(DBCK)
$(
CC
)
$(
LDFLAGS
)
-o
dbck
$(
DBCK
)
$(
LIBS
)
$(
CC
)
$(
LDFLAGS
)
-o
dbck
$(
DBCK
)
$(
LIBS
)
...
...
This diff is collapsed.
Click to expand it.
src/server/server-config.c
+
5
−
5
View file @
aeb20bc7
/*
/*
* $Id: server-config.c,v 0.1
3
1991/09/2
1 13:06
:4
7
ceder Exp $
* $Id: server-config.c,v 0.1
4
1991/09/2
2 08:24
:4
8
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* Copyright (C) 1991 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include
<config.h>
#include
<config.h>
#include
<m-config.h>
#include
<m-config.h>
static
char
*
rcsid
=
"$Id: server-config.c,v 0.1
3
1991/09/2
1 13:06
:4
7
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: server-config.c,v 0.1
4
1991/09/2
2 08:24
:4
8
ceder Exp $"
;
...
@@ -63,13 +63,13 @@ const char * DEFAULT_MUX_SERVICE = "lyskom-mux"; /* Can be number! */
...
@@ -63,13 +63,13 @@ const char * DEFAULT_MUX_SERVICE = "lyskom-mux"; /* Can be number! */
*
*
* GARBTIMEOUT and SYNCTIMEOUT are only used in diskomd.
* GARBTIMEOUT and SYNCTIMEOUT are only used in diskomd.
*/
*/
const
int
TIMEOUT
=
100
0
;
/* Timeout to select() when totally idle.
const
int
TIMEOUT
=
100
;
/* Timeout to select() when totally idle.
* Should be much larger. Is this small
* Should be much larger. Is this small
to work around the famous select bug
to work around the famous select bug
in isc. */
in isc. */
const
int
GARBTIMEOUT
=
100
0
;
/* Timeout to select() when garbing texts
const
int
GARBTIMEOUT
=
100
;
/* Timeout to select() when garbing texts
but not syncing. */
but not syncing. */
const
int
SYNCTIMEOUT
=
10
0
;
/* Timeout to select() when syncing. */
const
int
SYNCTIMEOUT
=
10
;
/* Timeout to select() when syncing. */
/* Times in minutes. */
/* Times in minutes. */
const
int
GARB_INTERVAL
=
60
*
24
;
/* Minutes between deletion of
const
int
GARB_INTERVAL
=
60
*
24
;
/* Minutes between deletion of
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment