13 lines
229 B
C
13 lines
229 B
C
|
#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
|