diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-16 00:03:55 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-16 00:03:55 +0000 |
commit | f41e5c719f41d4bc243f3a8b295042d214625cac (patch) | |
tree | b380acbd3462dd4ad103afd3aa1dd01b94258509 /app/sessreg/config.h.in | |
parent | 3f5a0af50bdd5302dfc3a7dd37a3008672d52ca5 (diff) |
regen
Diffstat (limited to 'app/sessreg/config.h.in')
-rw-r--r-- | app/sessreg/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/sessreg/config.h.in b/app/sessreg/config.h.in index 4f488be26..e7d3f1c6f 100644 --- a/app/sessreg/config.h.in +++ b/app/sessreg/config.h.in @@ -57,6 +57,15 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Major version of this package */ +#undef PACKAGE_VERSION_MAJOR + +/* Minor version of this package */ +#undef PACKAGE_VERSION_MINOR + +/* Patch version of this package */ +#undef PACKAGE_VERSION_PATCHLEVEL + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |