summaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
diff options
context:
space:
mode:
authorRamakrishnan Muthukrishnan <vu3rdd@gmail.com>2010-04-15 09:55:34 +0530
committerRamakrishnan Muthukrishnan <vu3rdd@gmail.com>2010-04-15 09:55:34 +0530
commit0213572493e41375ec2fc6ca863e3ec91d3699c1 (patch)
treeee1956696e4af44a23066a95fd51925e574a2b82 /m4/curl-functions.m4
parent53cb199bdf55de6023e0b69832901d8286bf0594 (diff)
Imported Upstream version 7.20.1
Diffstat (limited to 'm4/curl-functions.m4')
-rw-r--r--m4/curl-functions.m412
1 files changed, 7 insertions, 5 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4
index 1c072658..36bd31c4 100644
--- a/m4/curl-functions.m4
+++ b/m4/curl-functions.m4
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -18,11 +18,10 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id: curl-functions.m4,v 1.62 2010-01-06 18:25:10 yangtse Exp $
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 62
+# serial 64
dnl CURL_INCLUDES_ARPA_INET
@@ -3815,8 +3814,11 @@ AC_DEFUN([CURL_CHECK_FUNC_POLL], [
tst_allow_poll="unknown"
#
case $host_os in
- darwin*)
- dnl poll does not work on this platform
+ darwin*|interix*)
+ dnl poll() does not work on these platforms
+ dnl Interix: "does provide poll(), but the implementing developer must
+ dnl have been in a bad mood, because poll() only works on the /proc
+ dnl filesystem here"
curl_disallow_poll="yes"
;;
esac