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
60300c54
Commit
60300c54
authored
Nov 11, 2001
by
Per Cederqvist
Browse files
(version-info.c): Include <config.h> if HAVE_CONFIG_H is defined.
parent
6182b304
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/Makefile.am
View file @
60300c54
# $Id: Makefile.am,v 1.3
6
2001/11/11 1
5:58:24
ceder Exp $
# $Id: Makefile.am,v 1.3
7
2001/11/11 1
7:25:50
ceder Exp $
# Copyright (C) 1998-1999, 2001 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -170,6 +170,9 @@ version.incl: $(top_srcdir)/versions
version-info.c
:
$(top_srcdir)/versions
echo
'/* Do not edit -- automaticaly generated file */'
>
$@
.tmp
echo
'#ifdef HAVE_CONFIG_H'
>>
$@
.tmp
echo
'# include <config.h>'
>>
$@
.tmp
echo
'#endif'
>>
$@
.tmp
echo
'#include <limits.h>'
>>
$@
.tmp
echo
'#include <sys/types.h>'
>>
$@
.tmp
echo
'#include "misc-types.h"'
>>
$@
.tmp
...
...
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