]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
HAVE_SNPRINTF check
authorwessels <>
Fri, 27 Jun 1997 04:43:51 +0000 (04:43 +0000)
committerwessels <>
Fri, 27 Jun 1997 04:43:51 +0000 (04:43 +0000)
src/squid.h

index 7f4d28cae1ce81a0186c804e579ea9f9707be89e..b9fd3ca1f1a14237ee33bec163d2e68ab882f3f5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.125 1997/06/26 22:41:46 wessels Exp $
+ * $Id: squid.h,v 1.126 1997/06/26 22:43:51 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -321,6 +321,10 @@ typedef void STCB _PARAMS((void *, char *, ssize_t));      /* store callback */
 #include "tempnam.h"
 #endif
 
+#if !HAVE_SNPRINTF
+#include "snprintf.h"
+#endif
+
 extern void serverConnectionsClose _PARAMS((void));
 extern void shut_down _PARAMS((int));