]> granicus.if.org Git - apache/commit
Fix some serious, hard-core breakage :-( I don't even know how it
authorGreg Stein <gstein@apache.org>
Fri, 25 Jan 2002 00:17:31 +0000 (00:17 +0000)
committerGreg Stein <gstein@apache.org>
Fri, 25 Jan 2002 00:17:31 +0000 (00:17 +0000)
commitb1e2262cffa8f42e36c1e4ae796513d2fca67028
tree490a945acf23de1cd4e0da72257180fc9d493607
parentf885c784d2fbda2864a055545727695d98154547
Fix some serious, hard-core breakage :-(  I don't even know how it
compiled and linked.

* there is no UNIX symbol, so go back to #ifndef WIN32. that other
  platforms can pile on as needed until we have a proper mechanism.

* reinstate the liveprop callbacks and the dav_hooks_liveprop_fs
  structure. since the latter structure is referred to elsewhere in
  the file, it better be defined.

* use a "feature" name of DAV_FS_HAS_EXECUTABLE rather than
  conditionally specifying the property. convert the tests over to
  that symbol.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93012 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/fs/repos.c