summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-12-24 04:21:30 +0000
committerGurusamy Sarathy <gsar@cpan.org>1997-12-24 04:21:30 +0000
commitf998180f71571d04f7a71972eb8eb78805338f5c (patch)
treeb8dfd588a195e6aacb01d3878a7f08d2d94b4153 /dosish.h
parente34ffe5a86599b66240875a414d90fdf19ed7649 (diff)
downloadperl-f998180f71571d04f7a71972eb8eb78805338f5c.tar.gz
[win32] support ioctl() on sockets (does what ioctlsocket() does) to make
non-blocking IO on sockets possible p4raw-id: //depot/win32/perl@387
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dosish.h b/dosish.h
index c71ecd5e22..5704c78cb2 100644
--- a/dosish.h
+++ b/dosish.h
@@ -46,6 +46,7 @@
#define TMPPATH "plXXXXXX"
#ifdef WIN32
+#define HAS_IOCTL
#define HAS_UTIME
#define HAS_KILL
#endif