From ac03873f5da56b149fb6974d7da5dfe297d683b4 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 31 Dec 2009 01:56:27 +0100 Subject: [PATCH] build update --- config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.h.in b/config.h.in index 9b9d9a8dc8..fedf813681 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY @@ -111,6 +114,10 @@ /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE