From: Alan T. DeKok Date: Tue, 7 Jul 2015 20:16:51 +0000 (-0400) Subject: Define HAVE_DLADDR X-Git-Tag: release_3_0_9~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f996c7bee33a034ce83c8ea67af4d5536542aa0;p=thirdparty%2Ffreeradius-server.git Define HAVE_DLADDR --- diff --git a/src/include/autoconf.h.in b/src/include/autoconf.h.in index 75816181247..eab1227ae6f 100644 --- a/src/include/autoconf.h.in +++ b/src/include/autoconf.h.in @@ -77,6 +77,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the `dladdr' function. */ +#undef HAVE_DLADDR + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H