summaryrefslogtreecommitdiff
path: root/netware/sendmail_nw.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2003-02-27 17:43:39 +0000
committerSVN Migration <svn@php.net>2003-02-27 17:43:39 +0000
commit078bcec0997ad0e07b720c43cc9e6d0e046a75ab (patch)
tree36cb0f6be2ef078fe3374de8c087b93ecf82f812 /netware/sendmail_nw.h
parentfd61f69077f6156ca71dde60ecfd9ed9765a02db (diff)
downloadphp-git-PHP-5.tar.gz
This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5
Diffstat (limited to 'netware/sendmail_nw.h')
-rw-r--r--netware/sendmail_nw.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/netware/sendmail_nw.h b/netware/sendmail_nw.h
deleted file mode 100644
index 9d0b7fb73c..0000000000
--- a/netware/sendmail_nw.h
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#ifdef USE_WINSOCK
-/*#include <ws2nlm.h>*/
-#include <novsock2.h>
-#else
-#include <sys/socket.h> /* For struct sockaddr, 'PF_INET' and 'AF_INET' */
-#include <netinet\in.h> /* For struct sockaddr_in */
-#include <netdb.h> /* For struct hostent */
-/*#include <ws2name.h>*/
-#endif /* USE_WINSOCK */
-
-typedef int SOCKET; /* Borrowed from winsock\novsock2.h */
-typedef struct sockaddr_in SOCKADDR_IN;
-typedef struct sockaddr * LPSOCKADDR;
-typedef struct hostent * LPHOSTENT;
-
-#define INVALID_SOCKET (SOCKET)(~0) /* Borrowed from winsock\novsock2.h */