From: hno <> Date: Mon, 7 Oct 2002 20:15:32 +0000 (+0000) Subject: Clarified the intended use of squid_types.h, and removed a redundant X-Git-Tag: SQUID_3_0_PRE1~695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6443f51111f9217f1b8edd9f6a6510dd0d1638b;p=thirdparty%2Fsquid.git Clarified the intended use of squid_types.h, and removed a redundant include of autoconf.h --- diff --git a/include/squid_types.h b/include/squid_types.h index 134649f016..ef5981e4ef 100644 --- a/include/squid_types.h +++ b/include/squid_types.h @@ -1,5 +1,5 @@ /* - * $Id: squid_types.h,v 1.5 2002/08/09 10:57:42 robertc Exp $ + * $Id: squid_types.h,v 1.6 2002/10/07 14:15:32 hno Exp $ * * * * * * * * * Legal stuff * * * * * * * * @@ -48,13 +48,14 @@ * Here are defined several known-width types, obtained via autoconf * from system locations or various attempts. This is just a convenience * header to include which takes care of proper preprocessor stuff + * + * This file is only intended to be included via config.h, do + * not include directly. */ #ifndef SQUID_TYPES_H #define SQUID_TYPES_H -#include "autoconf.h" - /* This should be in synch with what we have in acinclude.m4 */ #if HAVE_SYS_TYPES_H #include