Home
last modified time | relevance | path

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

/netbsd/src/tools/dbsym/
DMakefile18 HAVE_LIBDL!= grep -- -ldl ${LDMAKEFILE} || echo no macro
20 HAVE_LIBDL= no macro
23 .if ${HAVE_LIBDL} != "no"
/netbsd/src/tools/mdsetimage/
DMakefile19 HAVE_LIBDL!= grep -- -ldl ${LDMAKEFILE} || echo no macro
21 HAVE_LIBDL= no macro
24 .if ${HAVE_LIBDL} != "no"
/netbsd/src/external/gpl2/lvm2/dist/lib/commands/
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/src/external/gpl2/lvm2/dist/
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
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
DWHATS_NEW1629 Fix typo in configure which left HAVE_LIBDL unset.
/netbsd/src/external/lgpl3/mpc/dist/
Dconfig.h.in28 #undef HAVE_LIBDL
Dconfigure.ac205 AC_DEFINE(HAVE_LIBDL, 1, [Library dl present]) definition
/netbsd/src/external/gpl2/lvm2/dist/lib/locking/
Dlocking.c248 #ifdef HAVE_LIBDL in init_locking()
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dconfig.h.in55 #undef HAVE_LIBDL
/netbsd/src/external/bsd/openpam/dist/
Dconfig.h.in31 #undef HAVE_LIBDL
/netbsd/src/external/gpl2/lvm2/dist/lib/misc/
Dconfigure.h.in109 #undef HAVE_LIBDL
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20111492 * config.in: Add new #define HAVE_LIBDL.