diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index ae5350f..1f1c41e 100644 --- a/config.h.in +++ b/config.h.in @@ -49,6 +49,9 @@ /* Define to the version of the distribution. */ #undef VERSION +/* Define to the patch level of the distribution. */ +#undef PATCH_LEVEL + /* Define to filename of iid help text. */ #undef IID_HELP_FILE @@ -85,6 +88,9 @@ /* Define if you have the strdup function. */ #undef HAVE_STRDUP +/* Define if you have the strerror function. */ +#undef HAVE_STRERROR + /* Define if you have the strrchr function. */ #undef HAVE_STRRCHR |