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
c707f0f0
Commit
c707f0f0
authored
Jan 12, 1994
by
Per Cederqvist
Browse files
Added conf-file.h and conf-file.c.
parent
204666d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/Makefile.in
View file @
c707f0f0
#
# $Id: Makefile.in,v 1.
5
199
3/10/16 17:44:14
ceder Exp $
# $Id: Makefile.in,v 1.
6
199
4/01/12 01:28:00
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -32,7 +32,7 @@ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc-interface.h \
manipulate.h ram-parse.h end-of-atomic.h memory.h send-async.h exp.h
\
minmax.h internal-connections.h mux-parse.h
\
internal-services.h mux.h text-garb.h
\
version.incl cache-node.h
version.incl cache-node.h
conf-file.h
# See config/sun4os4-defs.make about LIBRESOLV if you are running SunOS 4.1.1.
...
...
@@ -69,13 +69,15 @@ GENOBJS = connections.o log.o $(ATOMS) \
kom-types.o
\
send-async.o server-config.o text-garb.o
\
isc-parse.o memory.o
$(PROTA)
$(MUX)
\
internal-connections.o rfc931.o isc-malloc.o
internal-connections.o rfc931.o isc-malloc.o
\
conf-file.o
GEN_SRCS
=
connections.c log.c
$(ATOMS_SRCS)
\
kom-types.c
\
send-async.c server-config.c text-garb.c
\
isc-parse.c memory.c
$(PROTA_SRCS)
$(MUX_SRCS)
\
internal-connections.c rfc931.c isc-malloc.c
internal-connections.c rfc931.c isc-malloc.c
\
conf-file.c
# Files for lyskomd.
...
...
src/server/Makefile.src
View file @
c707f0f0
#
# $Id: Makefile.src,v 1.
5
199
3/10/16 17:44:14
ceder Exp $
# $Id: Makefile.src,v 1.
6
199
4/01/12 01:28:00
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -32,7 +32,7 @@ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc-interface.h \
manipulate.h ram-parse.h end-of-atomic.h memory.h send-async.h exp.h
\
minmax.h internal-connections.h mux-parse.h
\
internal-services.h mux.h text-garb.h
\
version.incl cache-node.h
version.incl cache-node.h
conf-file.h
# See config/sun4os4-defs.make about LIBRESOLV if you are running SunOS 4.1.1.
...
...
@@ -69,13 +69,15 @@ GENOBJS = connections.o log.o $(ATOMS) \
kom-types.o
\
send-async.o server-config.o text-garb.o
\
isc-parse.o memory.o
$(PROTA)
$(MUX)
\
internal-connections.o rfc931.o isc-malloc.o
internal-connections.o rfc931.o isc-malloc.o
\
conf-file.o
GEN_SRCS
=
connections.c log.c
$(ATOMS_SRCS)
\
kom-types.c
\
send-async.c server-config.c text-garb.c
\
isc-parse.c memory.c
$(PROTA_SRCS)
$(MUX_SRCS)
\
internal-connections.c rfc931.c isc-malloc.c
internal-connections.c rfc931.c isc-malloc.c
\
conf-file.c
# Files for lyskomd.
...
...
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