summaryrefslogtreecommitdiff
path: root/lib/config-riscos.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-13 18:56:55 +0000
committerYang Tse <yangsita@gmail.com>2008-11-13 18:56:55 +0000
commit17d2a464ad42c47ec37870e4b01a18ef5593877f (patch)
tree00948db22881746fb3d2740cd080587694829f56 /lib/config-riscos.h
parentae6530ee82fc81506ec7c34ffea4fcf3be7c3717 (diff)
downloadgnurl-17d2a464ad42c47ec37870e4b01a18ef5593877f.tar.gz
gnurl-17d2a464ad42c47ec37870e4b01a18ef5593877f.tar.bz2
gnurl-17d2a464ad42c47ec37870e4b01a18ef5593877f.zip
Refactor configure script detection of functions used to set sockets into
non-blocking mode, and decouple function detection from function capability.
Diffstat (limited to 'lib/config-riscos.h')
-rw-r--r--lib/config-riscos.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/config-riscos.h b/lib/config-riscos.h
index f863f634e..fb1bb521e 100644
--- a/lib/config-riscos.h
+++ b/lib/config-riscos.h
@@ -383,7 +383,11 @@
#define IOCTL_3_ARGS
-#define HAVE_FIONBIO
+/* Define if you have the ioctl function. */
+#define HAVE_IOCTL
+
+/* Define if you have a working ioctl FIONBIO function. */
+#define HAVE_IOCTL_FIONBIO
/* to disable LDAP */
#define CURL_DISABLE_LDAP