Experimental - correct helper functionality still NOT TESTED
#if HAVE_FCNTL_H
#include <fcntl.h>
#endif
+#ifdef _SQUID_WIN32_
+#include <io.h>
+#endif
#if HAVE_CTYPE_H
#include <ctype.h>
#if HAVE_STRING_H
#include <string.h>
#endif
+#if HAVE_GETOPT_H
+#include <getopt.h>
+#endif
+#if HAVE_ERRNO_H
+#include <errno.h>
+#endif
#include "md5.h"
#include "radius.h"
exit(1);
}
+#ifdef _SQUID_MSWIN_
+ {
+ WSADATA wsaData;
+ WSAStartup(2, &wsaData);
+ }
+#endif
/*
* Open a connection to the server.
*/
+#include "../../../include/util.h"
+
/* util.c */
u_int32_t get_ipaddr (char *);