summaryrefslogtreecommitdiff
path: root/config.hw.in
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2004-10-02 22:25:13 +0000
committerJoe Orton <notroj@users.noreply.github.com>2004-10-02 22:25:13 +0000
commit6e070f0fc5b91dd790cecda04d66068b5bad1175 (patch)
treecf9918a8d8eca8f1e6327a2d1b90c6b8b46efb2a /config.hw.in
parent31c4974d084dde8946a2cdc34b4f51d2e708148a (diff)
downloadneon-git-6e070f0fc5b91dd790cecda04d66068b5bad1175.tar.gz
Merge r266, r267 from 0.24.x branch:
* config.hw.in: Define HAVE_SETSOCKOPT to enable Nagle on Windows. * macros/neon.m4: Check for socket() in ws2_32 for CygWin.
Diffstat (limited to 'config.hw.in')
-rw-r--r--config.hw.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.hw.in b/config.hw.in
index 1f09719..7b4ab63 100644
--- a/config.hw.in
+++ b/config.hw.in
@@ -1,7 +1,7 @@
/*
Win32 config.h
Copyright (C) 1999-2000, Peter Boos <pedib@colorfullife.com>
- Copyright (C) 2002, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2002, 2004, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -35,6 +35,7 @@
#define HAVE_STRING_H
#define HAVE_MEMCPY
+#define HAVE_SETSOCKOPT
#ifndef NEON_NODAV
#define USE_DAV_LOCKS