repo.or.cz
/
lighttpd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build with libressl
[lighttpd.git]
/
src
/
version.h
blob
c1e4ee005d926c2de995b778c16412899bf3cf29
1
#ifndef _VERSION_H_
2
#define _VERSION_H_
3
#include
"first.h"
4
5
#ifdef HAVE_VERSION_H
6
# include
"versionstamp.h"
7
#else
8
# define REPO_VERSION
""
9
#endif
10
11
#define PACKAGE_DESC PACKAGE_NAME
"/"
PACKAGE_VERSION REPO_VERSION
12
13
#endif