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
952204f2
Commit
952204f2
authored
Oct 12, 1993
by
Per Cederqvist
Browse files
Test HAVE_STRING_H.
parent
9ebc8ac5
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/server/connections.c
View file @
952204f2
/*
* $Id: connections.c,v 0.2
5
1993/10/1
0
1
7:03:4
9 ceder Exp $
* $Id: connections.c,v 0.2
6
1993/10/1
2
1
8:39:0
9 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,14 +30,16 @@
* Created by Willf|r 31/3-90. Mostly written by ceder.
*/
static
char
*
rcsid
=
"$Id: connections.c,v 0.2
5
1993/10/1
0
1
7:03:4
9 ceder Exp $"
;
static
char
*
rcsid
=
"$Id: connections.c,v 0.2
6
1993/10/1
2
1
8:39:0
9 ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
#include
<errno.h>
#include
<stdio.h>
#include
<setjmp.h>
#include
<string.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include
<sys/stat.h>
#ifdef TIME_WITH_SYS_TIME
#include
<sys/time.h>
...
...
src/server/isc-parse.c
View file @
952204f2
/*
* $Id: isc-parse.c,v 0.
5
1993/10/1
0
1
7:04:14
ceder Exp $
* $Id: isc-parse.c,v 0.
6
1993/10/1
2
1
8:42:52
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,11 +26,13 @@
* Generic parse routines.
*/
static
char
*
rcsid
=
"$Id: isc-parse.c,v 0.
5
1993/10/1
0
1
7:04:14
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: isc-parse.c,v 0.
6
1993/10/1
2
1
8:42:52
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
#include
<string.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include
<setjmp.h>
#include
"kom-types.h"
...
...
src/server/membership.c
View file @
952204f2
/*
* $Id: membership.c,v 0.1
2
1993/10/1
0
1
7:04:34
ceder Exp $
* $Id: membership.c,v 0.1
3
1993/10/1
2
1
8:44:12
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,12 +31,14 @@
#define DEBUG_MARK_AS_READ
static
char
*
rcsid
=
"$Id: membership.c,v 0.1
2
1993/10/1
0
1
7:04:34
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: membership.c,v 0.1
3
1993/10/1
2
1
8:44:12
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
#include
<stdio.h>
#include
<string.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include
<time.h>
#include
<setjmp.h>
...
...
src/server/memory.c
View file @
952204f2
/*
* $Id: memory.c,v 0.1
0
1993/10/1
0
1
7:04:39
ceder Exp $
* $Id: memory.c,v 0.1
1
1993/10/1
2
1
8:45:02
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,12 +28,14 @@
* These functions should be used instead of smalloc/srealloc.
*/
static
char
*
rcsid
=
"$Id: memory.c,v 0.1
0
1993/10/1
0
1
7:04:39
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: memory.c,v 0.1
1
1993/10/1
2
1
8:45:02
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
#include
<stdio.h>
#include
<string.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include
"exp.h"
#include
"kom-types.h"
...
...
src/server/mux.c
View file @
952204f2
/*
* $Id: mux.c,v 0.1
0
1993/10/1
0
1
7:04:47
ceder Exp $
* $Id: mux.c,v 0.1
1
1993/10/1
2
1
8:45:52
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,12 +26,14 @@
** mux.c
*/
static
char
*
rcsid
=
"$Id: mux.c,v 0.1
0
1993/10/1
0
1
7:04:47
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: mux.c,v 0.1
1
1993/10/1
2
1
8:45:52
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
#include
<stdarg.h>
#include
<string.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include
<setjmp.h>
#include
"isc-interface.h"
...
...
src/server/ram-parse.c
View file @
952204f2
/*
* $Id: ram-parse.c,v 0.1
1
1993/10/1
0
1
7:05:08
ceder Exp $
* $Id: ram-parse.c,v 0.1
2
1993/10/1
2
1
8:48:21
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -29,13 +29,15 @@
* ram-parse.c -- parse objects from disk file.
*/
static
char
*
rcsid
=
"$Id: ram-parse.c,v 0.1
1
1993/10/1
0
1
7:05:08
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ram-parse.c,v 0.1
2
1993/10/1
2
1
8:48:21
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
#include
<ctype.h>
#include
<stdio.h>
#include
<string.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include
<time.h>
#include
"kom-types.h"
...
...
Write
Preview
Supports
Markdown
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