summaryrefslogtreecommitdiff
path: root/wince/include/netdb.h
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2003-08-06 00:12:18 +0400
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-05 15:14:35 +0000
commit814ffeea94204182cbcf139fdf8f39db5d45122e (patch)
tree39a14b39a0fceff24a4e5410c84827d41b6948e5 /wince/include/netdb.h
parent2535a4f71a2208467dfdb5b9b31ccb3976f18b7d (diff)
downloadperl-814ffeea94204182cbcf139fdf8f39db5d45122e.tar.gz
WinCE more implemented functions
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com> p4raw-id: //depot/perl@20500
Diffstat (limited to 'wince/include/netdb.h')
-rw-r--r--wince/include/netdb.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/wince/include/netdb.h b/wince/include/netdb.h
deleted file mode 100644
index 43c03c7544..0000000000
--- a/wince/include/netdb.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* netdb.h */
-
-/* djl */
-/* Provide UNIX compatibility */
-
-
-#ifndef _INC_NETDB
-#define _INC_NETDB
-
-#include <sys/socket.h>
-
-#endif /* _INC_NETDB */