diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-10 05:27:03 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-10 05:27:03 +0000 |
commit | 3a2f06e93704a4187f4ca10ac210246cacbd9b05 (patch) | |
tree | e2098523c3499c3b9f0441e69fa72fd71a73907a /epoc/epocish.h | |
parent | 5a3e78123e3b27b54e7f651bd5fa051044f04189 (diff) | |
download | perl-3a2f06e93704a4187f4ca10ac210246cacbd9b05.tar.gz |
EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
p4raw-id: //depot/perl@4782
Diffstat (limited to 'epoc/epocish.h')
-rw-r--r-- | epoc/epocish.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/epoc/epocish.h b/epoc/epocish.h index 49cac27000..ca992cfdfb 100644 --- a/epoc/epocish.h +++ b/epoc/epocish.h @@ -118,3 +118,18 @@ #define dXSUB_SYS +/* getsockname returns the size of struct sockaddr_in *without* padding */ +#define BOGUS_GETNAME_RETURN 8 + +/* Yes, size_t is size_t */ +#define Sock_size_t size_t + +/* + read() on a socket blocks until buf is filled completly, + recv() returns each massage +*/ +#define PERL_SOCK_SYSREAD_IS_RECV + +/* No /dev/random available*/ + +#define PERL_NO_DEV_RANDOM |