From: hno <> Date: Tue, 23 Oct 2001 05:35:07 +0000 (+0000) Subject: Removed type dependency on glib.h. This is not needed as configure X-Git-Tag: SQUID_3_0_PRE1~1331 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3def424a4ce103ec137fec4463be93adbbab354a;p=thirdparty%2Fsquid.git Removed type dependency on glib.h. This is not needed as configure checks for all variants, and the glib wrappers crashes the build if activated as glib.h is not always included.. --- diff --git a/include/squid_types.h b/include/squid_types.h index 92389de4a7..917f4e2455 100644 --- a/include/squid_types.h +++ b/include/squid_types.h @@ -1,5 +1,5 @@ /* - * $Id: squid_types.h,v 1.2 2001/10/08 16:18:31 hno Exp $ + * $Id: squid_types.h,v 1.3 2001/10/22 23:35:07 hno Exp $ * * * * * * * * * Legal stuff * * * * * * * * @@ -59,17 +59,4 @@ #include #endif -/* unsigned variants are defined by default by configure */ -#if HAVE_GLIB_H -#ifndef int16_t -#define int16_t gint16 -#endif -#ifndef int32_t -#define int32_t gint32 -#endif -#ifndef int64_t -#define int64_t gint64 -#endif -#endif /* HAVE_GLIB_H */ - #endif /* SQUID_TYPES_H */