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
9dce8a1f
Commit
9dce8a1f
authored
Mar 05, 1994
by
Per Cederqvist
Browse files
Remove #ifndef DEFAULT_PREFIX...#error...#endif, to facilitate "make depend".
parent
d9d3e938
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/server-config.c
View file @
9dce8a1f
/*
* $Id: server-config.c,v 0.2
7
1994/03/05
17:29:36
ceder Exp $
* $Id: server-config.c,v 0.2
8
1994/03/05
22:18:08
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
* Compile with -DDEFAULT_PREFIX='"/usr/lyskom"' or something similar.
*/
static
char
*
rcsid
=
"$Id: server-config.c,v 0.2
7
1994/03/05
17:29:36
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: server-config.c,v 0.2
8
1994/03/05
22:18:08
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -53,9 +53,6 @@ USE(rcsid);
#include
"manipulate.h"
#include
"lyskomd.h"
#ifndef DEFAULT_PREFIX
#error DEFAULT_PREFIX should have been defined by the Makefile.
#endif
static
Success
log_param
(
const
char
*
val
,
const
struct
parameter
*
par
);
static
Success
jubel
(
const
char
*
val
,
const
struct
parameter
*
par
);
...
...
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