diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index d2a0cca6..8f7d8c0f 100644 --- a/config.h.in +++ b/config.h.in @@ -12,6 +12,9 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the <errno.h> header file. */ +#undef HAVE_ERRNO_H + /* Define if fabs is there */ #undef HAVE_FABS @@ -147,8 +150,7 @@ /* Define to 1 if you have the `_stat' function. */ #undef HAVE__STAT -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ |