From 3def424a4ce103ec137fec4463be93adbbab354a Mon Sep 17 00:00:00 2001 From: hno <> Date: Tue, 23 Oct 2001 05:35:07 +0000 Subject: [PATCH] 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.. --- include/squid_types.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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 */ -- 2.47.2