/*
- * $Id: ufsdump.cc,v 1.6 2006/05/03 14:04:44 robertc Exp $
+ * $Id: ufsdump.cc,v 1.7 2006/05/12 19:14:31 serassio Exp $
*
* DEBUG: section 0 UFS Store Dump
* AUTHOR: Robert Collins
#include <iostream>
#include <cassert>
+#if USE_WIN32_SERVICE
+#include "squid_windows.h"
+#endif
+
/* stub functions for parts of squid not factored to be dynamic yet */
void shut_down(int)
{}
+#if USE_WIN32_SERVICE
+void
+rotate_logs(int)
+{}
+
+void
+reconfigure(int)
+{}
+
+#endif
+
#if WHENITMINIMAL
void
eventAdd(const char *name, EVH * func, void *arg, double when, int, bool cbdata)
/*
- * $Id: squidclient.cc,v 1.2 2006/05/11 21:41:50 wessels Exp $
+ * $Id: squidclient.cc,v 1.3 2006/05/12 19:14:31 serassio Exp $
*
* DEBUG: section 0 WWW Client
* AUTHOR: Harvest Derived
#include "config.h"
+#ifdef _SQUID_WIN32_
+#include <io.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>