/* $Id$ */
+#ifndef PHP_WIN32_GRP_H
+#define PHP_WIN32_GRP_H
+
struct group {
char *gr_name;
char *gr_passwd;
char **gr_mem;
};
+#endif
+
/*
* Local variables:
* tab-width: 4
+----------------------------------------------------------------------+
*/
+#ifndef PHP_WIN32_INET_H
+#define PHP_WIN32_INET_H
#include <php.h>
#include <Winsock2.h>
PHPAPI int inet_aton(const char *cp, struct in_addr *inp);
+#endif
+
/*
* Local variables:
* tab-width: 4
* Copyright 1994 The Downhill Project *
* *
*****************************************************************************/
+#ifndef PHP_WIN32_PARAM_H
+#define PHP_WIN32_PARAM_H
+
#ifndef MAXPATHLEN
#include "win32/ioutil.h"
#define MAXPATHLEN PHP_WIN32_IOUTIL_MAXPATHLEN
#define howmany(x,y) (((x)+((y)-1))/(y))
#define roundup(x,y) ((((x)+((y)-1))/(y))*(y))
+#endif
+
/*
* Local variables:
* tab-width: 4
// Used by php7dllts.rc
//
+#ifndef PHP_WIN32_RESOURCE_H
+#define PHP_WIN32_RESOURCE_H
+
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#endif
#endif
+#endif
+
/*
* Local variables:
* tab-width: 4
/* $Id$ */
+#ifndef PHP_WIN32_SELECT_H
+#define PHP_WIN32_SELECT_H
+
#include "php_network.h"
PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv);
+#endif
+
/*
* Local variables:
* tab-width: 4
/* Code originally from ext/sockets */
+#ifndef PHP_WIN32_SOCKETS_H
+#define PHP_WIN32_SOCKETS_H
+
PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
+#endif
+
/*
* Local variables:
* tab-width: 4
+----------------------------------------------------------------------+
*/
+#ifndef PHP_WIN32_WINUTIL_H
+#define PHP_WIN32_WINUTIL_H
+
#ifdef PHP_EXPORTS
# define PHP_WINUTIL_API __declspec(dllexport)
#else
PHP_WINUTIL_API char *php_win32_get_username(void);
+#endif
+
/*
* Local variables:
* tab-width: 4