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
4a3cf3fc
Commit
4a3cf3fc
authored
Nov 11, 2001
by
Per Cederqvist
Browse files
Include <config.h> if HAVE_CONFIG_H is defined. (Bug 191.)
parent
60300c54
Changes
18
Hide whitespace changes
Inline
Side-by-side
src/libraries/libansi/empty.c
View file @
4a3cf3fc
/*
* $Id: empty.c,v 1.
7
2001/11/
04 21:03:55
ceder Exp $
* $Id: empty.c,v 1.
8
2001/11/
11 17:28:42
ceder Exp $
* Copyright (C) 1993, 1998-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,4 +23,8 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
char
neveruse
=
'B'
;
src/libraries/libansi/memchr.c
View file @
4a3cf3fc
/*
* $Id: memchr.c,v 1.
7 1999/05/24 09:38:19
ceder Exp $
* $Id: memchr.c,v 1.
8 2001/11/11 17:28:42
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,14 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: memchr.c,v 1.
7 1999/05/24 09:38:19
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: memchr.c,v 1.
8 2001/11/11 17:28:42
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_STDDEF_H
# include <stddef.h>
#endif
...
...
src/libraries/libansi/memcmp.c
View file @
4a3cf3fc
/*
* $Id: memcmp.c,v 1.
2 1996/08/03 21:45:0
2 ceder Exp $
* $Id: memcmp.c,v 1.
3 2001/11/11 17:28:4
2 ceder Exp $
* Copyright (C) 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,14 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: memcmp.c,v 1.
2 1996/08/03 21:45:0
2 ceder Exp $"
;
static
char
*
rcsid
=
"$Id: memcmp.c,v 1.
3 2001/11/11 17:28:4
2 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_STDDEF_H
# include <stddef.h>
#endif
...
...
src/libraries/libansi/memcpy.c
View file @
4a3cf3fc
/*
* $Id: memcpy.c,v 1.
8 1999/05/24 09:38:19
ceder Exp $
* $Id: memcpy.c,v 1.
9 2001/11/11 17:28:42
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,14 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: memcpy.c,v 1.
8 1999/05/24 09:38:19
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: memcpy.c,v 1.
9 2001/11/11 17:28:42
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
...
...
src/libraries/libansi/memset.c
View file @
4a3cf3fc
/*
* $Id: memset.c,v 1.
7 1999/05/24 09:38:19
ceder Exp $
* $Id: memset.c,v 1.
8 2001/11/11 17:28:42
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,14 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: memset.c,v 1.
7 1999/05/24 09:38:19
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: memset.c,v 1.
8 2001/11/11 17:28:42
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
void
...
...
src/libraries/libansi/remove.c
View file @
4a3cf3fc
/*
* $Id: remove.c,v 1.
6 1999/05/24 09:38:19
ceder Exp $
* $Id: remove.c,v 1.
7 2001/11/11 17:28:42
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,14 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: remove.c,v 1.
6 1999/05/24 09:38:19
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: remove.c,v 1.
7 2001/11/11 17:28:42
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <unistd.h>
#include <stdio.h>
...
...
src/libraries/libansi/setsid.c
View file @
4a3cf3fc
/*
* $Id: setsid.c,v 1.
2
2001/1
0/29 09:22:04
ceder Exp $
* $Id: setsid.c,v 1.
3
2001/1
1/11 17:28:41
ceder Exp $
* Copyright (C) 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,6 +23,10 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <unistd.h>
...
...
src/libraries/libansi/strdup.c
View file @
4a3cf3fc
...
...
@@ -22,6 +22,10 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
...
...
src/libraries/libansi/strerror.c
View file @
4a3cf3fc
/*
* $Id: strerror.c,v 0.1
8 1999/05/24 09:38:20
ceder Exp $
* $Id: strerror.c,v 0.1
9 2001/11/11 17:28:41
ceder Exp $
* Copyright (C) 1991-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,13 +26,17 @@
** strerror.c
*/
static
char
*
rcsid
=
"$Id: strerror.c,v 0.1
8 1999/05/24 09:38:20
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: strerror.c,v 0.1
9 2001/11/11 17:28:41
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
#
include <string.h>
#endif
extern
int
sys_nerr
;
...
...
src/libraries/libcommon/kom-errno.c
View file @
4a3cf3fc
/*
* $Id: kom-errno.c,v 0.
19
2001/11/
04 21:03:55
ceder Exp $
* $Id: kom-errno.c,v 0.
20
2001/11/
11 17:28:41
ceder Exp $
* Copyright (C) 1991-1996, 1998-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,6 +30,10 @@
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include "kom-errno.h"
...
...
src/libraries/libcommon/misc-parser.c
View file @
4a3cf3fc
/*
* $Id: misc-parser.c,v 0.1
6
2001/11/
04 21:03:55
ceder Exp $
* $Id: misc-parser.c,v 0.1
7
2001/11/
11 17:28:41
ceder Exp $
* Copyright (C) 1990-1991, 1993-1995, 1998-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -47,6 +47,10 @@
* even if so stated.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <time.h>
...
...
src/libraries/libcommon/parser.c
View file @
4a3cf3fc
/*
* $Id: parser.c,v 0.1
7
2001/11/
04 21:03:55
ceder Exp $
* $Id: parser.c,v 0.1
8
2001/11/
11 17:28:41
ceder Exp $
* Copyright (C) 1990-1991, 1993-1995, 1998-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -47,6 +47,10 @@
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_STDDEF_H
# include <stddef.h>
#endif
...
...
src/libraries/libmisc/ldifftime.c
View file @
4a3cf3fc
/*
* $Id: ldifftime.c,v 1.
5 1999/05/24 09:38:23
ceder Exp $
* $Id: ldifftime.c,v 1.
6 2001/11/11 17:28:41
ceder Exp $
* Copyright (C) 1994-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,6 +23,10 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
/* Some systems, e.g. Dynix 3, defines time_t in sys/types.h. */
#include <sys/types.h>
...
...
src/libraries/libmisc/numlist.c
View file @
4a3cf3fc
/*
* $Id: numlist.c,v 0.1
1
2001/11/
03
17:2
5
:4
7
ceder Exp $
* $Id: numlist.c,v 0.1
2
2001/11/
11
17:2
8
:4
1
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,11 @@
* Author: Inge Wallin
*/
static
char
*
rcsid
=
"$Id: numlist.c,v 0.11 2001/11/03 17:25:47 ceder Exp $"
;
static
char
*
rcsid
=
"$Id: numlist.c,v 0.12 2001/11/11 17:28:41 ceder Exp $"
;
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#ifdef HAVE_STDLIB_H
...
...
src/libraries/libmisc/numlist2.c
View file @
4a3cf3fc
/*
* $Id: numlist2.c,v 0.1
0 1999/05/24 09:38:24
ceder Exp $
* $Id: numlist2.c,v 0.1
1 2001/11/11 17:28:40
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,7 +30,11 @@
* Author: Inge Wallin
*/
static
char
*
rcsid
=
"$Id: numlist2.c,v 0.10 1999/05/24 09:38:24 ceder Exp $"
;
static
char
*
rcsid
=
"$Id: numlist2.c,v 0.11 2001/11/11 17:28:40 ceder Exp $"
;
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#ifdef HAVE_STDLIB_H
...
...
src/libraries/libmisc/s-collat-tabs.c
View file @
4a3cf3fc
/*
* $Id: s-collat-tabs.c,v 1.1
3
2001/11/
04 21:03:55
ceder Exp $
* $Id: s-collat-tabs.c,v 1.1
4
2001/11/
11 17:28:40
ceder Exp $
* Copyright (C) 1990-1991, 1993-1995, 1998-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -43,6 +43,10 @@
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <limits.h>
#include "s-collat-tabs.h"
...
...
src/libraries/libmisc/s-string.c
View file @
4a3cf3fc
/*
* $Id: s-string.c,v 1.2
3
2001/11/
04 21:03:54
ceder Exp $
* $Id: s-string.c,v 1.2
4
2001/11/
11 17:28:40
ceder Exp $
* Copyright (C) 1990-1996, 1998-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -46,6 +46,10 @@
* even if so stated.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <stdio.h>
#include <ctype.h>
...
...
src/libraries/libmisc/testnumlist.c
View file @
4a3cf3fc
/*
* $Id: testnumlist.c,v 0.
9 1999/05/24 09:38:25
ceder Exp $
* $Id: testnumlist.c,v 0.
10 2001/11/11 17:28:40
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -22,7 +22,11 @@
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: testnumlist.c,v 0.9 1999/05/24 09:38:25 ceder Exp $"
;
static
char
*
rcsid
=
"$Id: testnumlist.c,v 0.10 2001/11/11 17:28:40 ceder Exp $"
;
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
...
...
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