2
0
Fork 0

Fix server.tag and version output, part 2

personal/stbuehler/wip
Stefan Bühler 2009-09-16 00:21:01 +02:00
parent 96e505bea7
commit b9f92f704e
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#ifndef _LIGHTTPD_VERSION_H_
#define _LIGHTTPD_VERSION_H_
#ifdef HAVE_VERSION_H
#include <lighttpd/versionstamp.h>
#else
#define REPO_VERSION ""
#endif
#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION
#endif