From: Bradley Nicholes Date: Fri, 8 Feb 2002 18:31:32 +0000 (+0000) Subject: Added .def files for build on NetWare X-Git-Tag: 2.0.32~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ffd318c8845ef5fa7092c6cf6d7187a84d660df;p=apache Added .def files for build on NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93338 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_auth_ldap.def b/modules/experimental/mod_auth_ldap.def new file mode 100644 index 0000000000..599636fb49 --- /dev/null +++ b/modules/experimental/mod_auth_ldap.def @@ -0,0 +1,6 @@ +IMPORT util_ldap_connection_find +IMPORT util_ldap_connection_close +IMPORT util_ldap_cache_checkuserid +IMPORT util_ldap_cache_compare +IMPORT util_ldap_cache_comparedn +EXPORT auth_ldap_module diff --git a/modules/experimental/util_ldap.def b/modules/experimental/util_ldap.def new file mode 100644 index 0000000000..d1fac89b35 --- /dev/null +++ b/modules/experimental/util_ldap.def @@ -0,0 +1,6 @@ +EXPORT ldap_module +EXPORT util_ldap_connection_find +EXPORT util_ldap_connection_close +EXPORT util_ldap_cache_checkuserid +EXPORT util_ldap_cache_compare +EXPORT util_ldap_cache_comparedn