Home
last modified time | relevance | path

Searched refs:have_dlopen (Results 1 – 25 of 84) sorted by relevance

1234

/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dconfigure.ac64 have_dlopen=no
65 AC_SEARCH_LIBS([dlopen],[dl dld],[have_dlopen=yes])
66 AC_CHECK_HEADERS([dlfcn.h],[],[have_dlopen=no])
67 if test "x${have_dlopen}" = xno ; then
73 if test "x${have_ffi}" = xyes && test "x${have_dlopen}" = xyes; then
/dports/sysutils/ipa/ipa-2.1.2/
H A Dconfigure.ac162 have_dlopen=yes,
163 have_dlopen=no)
169 if test "${with_libltdl}" = "yes" -o "${have_dlopen}" = "no"; then
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dset_var.h312 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dset_var.h348 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dset_var.h348 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dset_var.h340 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dset_var.h347 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dset_var.h348 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dset_var.h337 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dset_var.h401 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dset_var.h401 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dset_var.h392 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dset_var.h389 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dset_var.h401 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dset_var.h417 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dset_var.h408 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dset_var.h408 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dset_var.h399 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dset_var.h399 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dset_var.h417 extern SHOW_COMP_OPTION have_ssl, have_symlink, have_dlopen;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dset_var.h495 extern SHOW_COMP_OPTION have_symlink, have_dlopen;
/dports/net/mediastreamer/mediastreamer-2.16.1/
H A Dconfigure.ac861 have_dlopen=false
862 AC_CHECK_LIB(dl,dlopen,[LIBS="$LIBS -ldl"; have_dlopen=true])
863 AC_CHECK_FUNC(dlopen,[have_dlopen=true])
864 if test "$have_dlopen" = "true" ; then
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/mysqlse/
H A Dsphinx.5.0.27.diff229 {"have_dynamic_loading", (char*) &have_dlopen, SHOW_HAVE},
H A Dsphinx.5.0.37.diff255 {"have_dynamic_loading", (char*) &have_dlopen, SHOW_HAVE},
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/mysqlse/
H A Dsphinx.5.0.27.diff229 {"have_dynamic_loading", (char*) &have_dlopen, SHOW_HAVE},

1234