diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 1f1c41e..60d663a 100644 --- a/config.h.in +++ b/config.h.in @@ -46,9 +46,18 @@ /* Define to 1 if ANSI function prototypes are usable. */ #undef PROTOTYPES -/* Define to the version of the distribution. */ +/* Define to the major version # of the distribution. */ +#undef MAJOR_VERSION + +/* Define to the minor version # of the distribution. */ +#undef MINOR_VERSION + +/* Define to the minor.minor version # of the distribution. */ #undef VERSION +/* Define to the minor.minor.patch_level # of the distribution. */ +#undef FULL_VERSION + /* Define to the patch level of the distribution. */ #undef PATCH_LEVEL |