diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-12-24 04:21:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-12-24 04:21:30 +0000 |
commit | f998180f71571d04f7a71972eb8eb78805338f5c (patch) | |
tree | b8dfd588a195e6aacb01d3878a7f08d2d94b4153 /dosish.h | |
parent | e34ffe5a86599b66240875a414d90fdf19ed7649 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ #define TMPPATH "plXXXXXX" #ifdef WIN32 +#define HAS_IOCTL #define HAS_UTIME #define HAS_KILL #endif |