Annotation of embedaddon/lighttpd/src/version.h, revision 1.1.1.2

1.1       misho       1: #ifndef _VERSION_H_
                      2: #define _VERSION_H_
1.1.1.2 ! misho       3: #include "first.h"
1.1       misho       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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>