Home
last modified time | relevance | path

Searched refs:HAVE_LIBDL (Results 1 – 21 of 21) sorted by relevance

/netbsd/tools/mdsetimage/
H A DMakefile18 HAVE_LIBDL!= grep -- -ldl ${LDMAKEFILE} || echo no
20 HAVE_LIBDL= no macro
23 .if ${HAVE_LIBDL} != "no"
/netbsd/tools/dbsym/
H A DMakefile17 HAVE_LIBDL!= grep -- -ldl ${LDMAKEFILE} || echo no
19 HAVE_LIBDL= no macro
22 .if ${HAVE_LIBDL} != "no"
/netbsd/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c41 #ifdef HAVE_LIBDL
731 #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()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DCMakeLists.txt33 if( HAVE_LIBDL )
/netbsd/external/gpl2/lvm2/dist/
H A Dconfigure.in808 AC_CHECK_LIB(dl, dlopen, HAVE_LIBDL=yes, HAVE_LIBDL=no)
810 if [[ "x$HAVE_LIBDL" = xyes ]]; then
811 AC_DEFINE([HAVE_LIBDL], 1, [Define to 1 if dynamic libraries are available.]) definition
814 HAVE_LIBDL=no
980 if test x$HAVE_LIBDL = xyes; then
1098 AC_SUBST(HAVE_LIBDL) subst
H A Dconfigure676 HAVE_LIBDL
12793 HAVE_LIBDL=yes
12795 HAVE_LIBDL=no
12799 if [ "x$HAVE_LIBDL" = xyes ]; then
12807 HAVE_LIBDL=no
14692 if test x$HAVE_LIBDL = xyes; then
H A DWHATS_NEW1629 Fix typo in configure which left HAVE_LIBDL unset.
/netbsd/external/lgpl3/mpc/dist/
H A Dconfig.h.in28 #undef HAVE_LIBDL
H A Dconfigure.ac205 AC_DEFINE(HAVE_LIBDL, 1, [Library dl present])
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCMakeLists.txt55 if (HAVE_LIBDL)
/netbsd/external/gpl2/lvm2/dist/lib/locking/
H A Dlocking.c248 #ifdef HAVE_LIBDL in init_locking()
/netbsd/external/apache2/llvm/dist/llvm/cmake/
H A Dconfig-ix.cmake102 check_library_exists(dl dlopen "" HAVE_LIBDL)
271 if( HAVE_LIBDL )
276 if( HAVE_LIBDL )
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dconfig.h.in55 #undef HAVE_LIBDL
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dconfig.h.in55 #undef HAVE_LIBDL
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DCMakeLists.txt15 if( HAVE_LIBDL )
/netbsd/external/bsd/openpam/dist/
H A Dconfig.h.in31 #undef HAVE_LIBDL
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dconfig.in141 #undef HAVE_LIBDL
/netbsd/external/gpl2/lvm2/dist/lib/misc/
H A Dconfigure.h.in109 #undef HAVE_LIBDL
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dconfig.in141 #undef HAVE_LIBDL
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20111492 * config.in: Add new #define HAVE_LIBDL.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20111492 * config.in: Add new #define HAVE_LIBDL.