--------------------- PatchSet 2565 Date: 2001/06/28 13:57:00 Author: kinkie Branch: ntlm Tag: (none) Log: Added a couple of integer-size-related checks. Members: configure.in:1.1.1.3.10.31->1.1.1.3.10.32 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.1.1.3.10.31 retrieving revision 1.1.1.3.10.32 diff -u -r1.1.1.3.10.31 -r1.1.1.3.10.32 --- squid/configure.in 18 May 2001 10:00:52 -0000 1.1.1.3.10.31 +++ squid/configure.in 28 Jun 2001 13:57:00 -0000 1.1.1.3.10.32 @@ -3,13 +3,13 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.1.1.3.10.31 2001/05/18 10:00:52 rbcollins Exp $ +dnl $Id: configure.in,v 1.1.1.3.10.32 2001/06/28 13:57:00 kinkie Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.1.1.3.10.31 $)dnl +AC_REVISION($Revision: 1.1.1.3.10.32 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(cfgaux) @@ -1054,6 +1054,8 @@ varargs.h \ byteswap.h \ glib.h \ + stdint.h \ + inttypes.h \ ) AC_C_CONST