Fix server.tag and version output, part 2
parent
96e505bea7
commit
b9f92f704e
|
@ -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
|
Loading…
Reference in New Issue