Searched refs:HAVE_LIBDL (Results 1 – 21 of 21) sorted by relevance
18 HAVE_LIBDL!= grep -- -ldl ${LDMAKEFILE} || echo no20 HAVE_LIBDL= no macro23 .if ${HAVE_LIBDL} != "no"
17 HAVE_LIBDL!= grep -- -ldl ${LDMAKEFILE} || echo no19 HAVE_LIBDL= no macro22 .if ${HAVE_LIBDL} != "no"
41 #ifdef HAVE_LIBDL731 #ifdef HAVE_LIBDL in _init_formats()751 #ifdef HAVE_LIBDL in _init_formats()875 #ifdef HAVE_LIBDL in _init_segtypes()913 #ifdef HAVE_LIBDL in _init_segtypes()1199 #ifdef HAVE_LIBDL in _destroy_formats()1217 #ifdef HAVE_LIBDL in _destroy_segtypes()
33 if( HAVE_LIBDL )
808 AC_CHECK_LIB(dl, dlopen, HAVE_LIBDL=yes, HAVE_LIBDL=no)810 if [[ "x$HAVE_LIBDL" = xyes ]]; then811 AC_DEFINE([HAVE_LIBDL], 1, [Define to 1 if dynamic libraries are available.]) definition814 HAVE_LIBDL=no980 if test x$HAVE_LIBDL = xyes; then1098 AC_SUBST(HAVE_LIBDL) subst
676 HAVE_LIBDL12793 HAVE_LIBDL=yes12795 HAVE_LIBDL=no12799 if [ "x$HAVE_LIBDL" = xyes ]; then12807 HAVE_LIBDL=no14692 if test x$HAVE_LIBDL = xyes; then
1629 Fix typo in configure which left HAVE_LIBDL unset.
28 #undef HAVE_LIBDL
205 AC_DEFINE(HAVE_LIBDL, 1, [Library dl present])
55 if (HAVE_LIBDL)
248 #ifdef HAVE_LIBDL in init_locking()
102 check_library_exists(dl dlopen "" HAVE_LIBDL)271 if( HAVE_LIBDL )276 if( HAVE_LIBDL )
55 #undef HAVE_LIBDL
15 if( HAVE_LIBDL )
31 #undef HAVE_LIBDL
141 #undef HAVE_LIBDL
109 #undef HAVE_LIBDL
1492 * config.in: Add new #define HAVE_LIBDL.