1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-13 21:42:17 +03:00
Files
apache/modules/dav/lock/Makefile.in
Justin Erenkrantz 3b7508c5aa Add a generic locking provider to DAV - mod_dav_lock. Other DAV providers
can use the dav_hooks_locks_generic structure to implement locking in a
non-optimal, but compliant fashion.  (Use 'dav-lock', 'generic', '0' to
ap_lookup_provider to retrieve it.)

Use the DavGenericLockDB directive to configure the location of the lock
database (may be server-relative or absolute).

This allows all DAV providers to use a baseline locking API rather than roll
their own.

This code is based mainly off the mod_dav_fs locking code (which uses the
on-disk storage for locking), but removing components that aren't needed in a
non-file-backed repository (such as recording inodes).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98161 13f79535-47bb-0310-9956-ffa450edef68
2003-01-04 23:19:39 +00:00

4 lines
183 B
Makefile

# a modules Makefile has no explicit targets -- they will be defined by
# whatever modules are enabled. just grab special.mk to deal with this.
include $(top_srcdir)/build/special.mk