]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: String.h collided with system string.h on case-insensitive file systems.
authorrobertc <>
Sun, 2 Feb 2003 20:12:36 +0000 (20:12 +0000)
committerrobertc <>
Sun, 2 Feb 2003 20:12:36 +0000 (20:12 +0000)
Keywords:

String.h collided with system string.h on case-insensitive file systems.

src/Makefile.am
src/Makefile.in
src/structs.h

index 1cc6c818d17efd00c03ea2db655ae9e03028e6f7..7b4e1004b3fe453cffd058b3067f77c781c4647c 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  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:
 #
@@ -275,7 +275,7 @@ noinst_HEADERS = MemBuf.cci \
        MemBuf.h \
        Store.cci \
        String.cci \
-       String.h \
+       SquidString.h \
        ufscommon.cci 
 
 nodist_squid_SOURCES = \
index 55b9dc8012fa756e1ab0b08e983bc0c8323dde25..a8ed2d3d030e9dcfafffacc8a2a1924b3b2262ef 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  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:
 #
@@ -367,7 +367,7 @@ noinst_HEADERS = MemBuf.cci \
        MemBuf.h \
        Store.cci \
        String.cci \
-       String.h \
+       SquidString.h \
        ufscommon.cci 
 
 
index 71386da8347d10235fb24d40d6aff94ceb868473..f8c8e6052a5f1133168fbfbd84a38dceac336227 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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/
@@ -699,7 +699,7 @@ struct _HttpBody {
     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) */