]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed type dependency on glib.h. This is not needed as configure
authorhno <>
Tue, 23 Oct 2001 05:35:07 +0000 (05:35 +0000)
committerhno <>
Tue, 23 Oct 2001 05:35:07 +0000 (05:35 +0000)
checks for all variants, and the glib wrappers crashes the build if
activated as glib.h is not always included..

include/squid_types.h

index 92389de4a737dbdd097be3adaaa71dbb78f04a1a..917f4e24550973092fd0e5880eac1cfd67224e08 100644 (file)
@@ -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 * * * * * * *
  *
 #include <sys/types.h>
 #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 */