summaryrefslogtreecommitdiff
path: root/config.hw.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2004-12-01 08:42:49 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2004-12-01 08:42:49 +0000
commit9e610617c1b2655e67fb7a6925379dbc9dc58565 (patch)
treeaf71ca229f2975062f30434a1830148b98360ce9 /config.hw.in
parentfe0fda2e98c42a624f7eea14b4bf4df90175a5db (diff)
downloadneon-9e610617c1b2655e67fb7a6925379dbc9dc58565.tar.gz
From Vladimir Berezniker: update Win32 make file to match the
preprocessor definition changes applied to source code in r256: * neon.mak: OpenSSL: Change NEON_SSL to NE_HAVE_SSL and add a missing HAVE_OPENSSL. ZLib: Change NEON_ZLIB to NE_HAVE_ZLIB. Expat: Replace NEON_NODAV with NE_HAVE_DAV * config.hw.in: Discard no longer used USE_DAV_LOCKS. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@357 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'config.hw.in')
-rw-r--r--config.hw.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.hw.in b/config.hw.in
index 7b4ab63..5a5fe1b 100644
--- a/config.hw.in
+++ b/config.hw.in
@@ -37,10 +37,6 @@
#define HAVE_MEMCPY
#define HAVE_SETSOCKOPT
-#ifndef NEON_NODAV
-#define USE_DAV_LOCKS
-#endif
-
#define NE_FMT_SIZE_T "u"
#define NE_FMT_SSIZE_T "d"
#define NE_FMT_OFF_T "ld"