Searched refs:HAVE_LIBDL (Results 1 – 13 of 13) sorted by relevance
18 HAVE_LIBDL!= grep -- -ldl ${LDMAKEFILE} || echo no macro20 HAVE_LIBDL= no macro23 .if ${HAVE_LIBDL} != "no"
19 HAVE_LIBDL!= grep -- -ldl ${LDMAKEFILE} || echo no macro21 HAVE_LIBDL= no macro24 .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()
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]) definition
248 #ifdef HAVE_LIBDL in init_locking()
55 #undef HAVE_LIBDL
31 #undef HAVE_LIBDL
109 #undef HAVE_LIBDL
1492 * config.in: Add new #define HAVE_LIBDL.