diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 95d7e2c..86a60af 100644 --- a/config.h.in +++ b/config.h.in @@ -78,6 +78,10 @@ /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -111,7 +115,7 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to `long' if <sys/types.h> does not define. */ +/* Define to `long int' if <sys/types.h> does not define. */ #undef off_t /* if socklen_t is not defined, provide something useful */ |