diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-13 18:56:55 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-13 18:56:55 +0000 |
commit | 17d2a464ad42c47ec37870e4b01a18ef5593877f (patch) | |
tree | 00948db22881746fb3d2740cd080587694829f56 /packages | |
parent | ae6530ee82fc81506ec7c34ffea4fcf3be7c3717 (diff) | |
download | curl-17d2a464ad42c47ec37870e4b01a18ef5593877f.tar.gz |
Refactor configure script detection of functions used to set sockets into
non-blocking mode, and decouple function detection from function capability.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/vms/config-vms.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index 7efbc3c0d..fe51c9a72 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -61,6 +61,12 @@ /* Define if you have the inet_addr function. */ #define HAVE_INET_ADDR 1 +/* Define if you have the ioctl function. */ +#define HAVE_IOCTL 1 + +/* Define if you have a working ioctl FIONBIO function. */ +#define HAVE_IOCTL_FIONBIO 1 + /* Define if you have the perror function. */ #define HAVE_PERROR 1 @@ -247,8 +253,6 @@ /* Define if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 -#define HAVE_FIONBIO 1 - /* Define if you have the `sigsetjmp' function. */ #define HAVE_SIGSETJMP 1 |