You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
229 B
C
13 lines
229 B
C
14 years ago
|
#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
|