]> granicus.if.org Git - apache/commitdiff
Added .def files for build on NetWare
authorBradley Nicholes <bnicholes@apache.org>
Fri, 8 Feb 2002 18:31:32 +0000 (18:31 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 8 Feb 2002 18:31:32 +0000 (18:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93338 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_auth_ldap.def [new file with mode: 0644]
modules/experimental/util_ldap.def [new file with mode: 0644]

diff --git a/modules/experimental/mod_auth_ldap.def b/modules/experimental/mod_auth_ldap.def
new file mode 100644 (file)
index 0000000..599636f
--- /dev/null
@@ -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 (file)
index 0000000..d1fac89
--- /dev/null
@@ -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