Keywords:
String.h collided with system string.h on case-insensitive file systems.
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.52 2003/01/28 01:29:32 robertc Exp $
+# $Id: Makefile.am,v 1.53 2003/02/02 13:12:36 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
MemBuf.h \
Store.cci \
String.cci \
- String.h \
+ SquidString.h \
ufscommon.cci
nodist_squid_SOURCES = \
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.274 2003/02/02 13:01:42 robertc Exp $
+# $Id: Makefile.in,v 1.275 2003/02/02 13:12:36 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
MemBuf.h \
Store.cci \
String.cci \
- String.h \
+ SquidString.h \
ufscommon.cci
/*
- * $Id: structs.h,v 1.444 2003/01/28 01:29:35 robertc Exp $
+ * $Id: structs.h,v 1.445 2003/02/02 13:12:36 robertc Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
MemBuf mb;
};
-#include "String.h"
+#include "SquidString.h"
/* http header extention field */
struct _HttpHdrExtField {
String name; /* field-name from HTTP/1.1 (no column after name) */