--------------------- PatchSet 3612 Date: 2006/08/29 21:56:42 Author: serassio Branch: nt Tag: (none) Log: Use config.h for missing integer types definition Members: include/squid_mswin.h:1.1.2.5->1.1.2.6 port/win32/include/autoconf.h:1.2.18.16->1.2.18.17 Index: squid3/include/squid_mswin.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/include/squid_mswin.h,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- squid3/include/squid_mswin.h 29 Aug 2006 20:32:25 -0000 1.1.2.5 +++ squid3/include/squid_mswin.h 29 Aug 2006 21:56:42 -0000 1.1.2.6 @@ -1,5 +1,5 @@ /* - * $Id: squid_mswin.h,v 1.1.2.5 2006/08/29 20:32:25 serassio Exp $ + * $Id: squid_mswin.h,v 1.1.2.6 2006/08/29 21:56:42 serassio Exp $ * * AUTHOR: Guido Serassio & Andrey Shorin * @@ -51,7 +51,6 @@ typedef unsigned __int64 uint64_t; typedef long pid_t; -typedef int ssize_t; #if defined __USE_FILE_OFFSET64 typedef int64_t off_t; Index: squid3/port/win32/include/autoconf.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/port/win32/include/Attic/autoconf.h,v retrieving revision 1.2.18.16 retrieving revision 1.2.18.17 diff -u -r1.2.18.16 -r1.2.18.17 --- squid3/port/win32/include/autoconf.h 29 Aug 2006 20:32:29 -0000 1.2.18.16 +++ squid3/port/win32/include/autoconf.h 29 Aug 2006 21:56:43 -0000 1.2.18.17 @@ -196,13 +196,13 @@ #define HAVE_INT 1 /* int16_t is defined in system headers */ -#define HAVE_INT16_T 1 +/* #undef HAVE_INT16_T */ /* int32_t is defined in system headers */ -#define HAVE_INT32_T 1 +/* #undef HAVE_INT32_T */ /* int64_t is defined in system headers */ -#define HAVE_INT64_T 1 +/* #undef HAVE_INT64_T */ /* int8_t is defined in system headers */ /* #undef HAVE_INT8_T */ @@ -524,7 +524,7 @@ /* #undef HAVE_SRANDOM */ /* ssize_t is defined by the system headers */ -#define HAVE_SSIZE_T 1 +/* #undef HAVE_SSIZE_T */ /* Define to 1 if you have the `statfs' function. */ #define HAVE_STATFS 1 @@ -686,6 +686,7 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_UTIME_H */ +#define HAVE_CHAR 1 /* u_int16_t is defined in system headers */ /* #undef HAVE_U_INT16_T */ @@ -757,6 +758,7 @@ /* Print stacktraces on fatal errors */ /* #undef PRINT_STACK_TRACE */ +#define SIZEOF_CHAR 1 /* The size of a `char', as computed by sizeof. */ #define SIZEOF_CHAR 1 @@ -765,13 +767,13 @@ #define SIZEOF_INT 4 /* The size of a `int16_t', as computed by sizeof. */ -#define SIZEOF_INT16_T 2 +/* #undef SIZEOF_INT16_T */ /* The size of a `int32_t', as computed by sizeof. */ -#define SIZEOF_INT32_T 4 +/* #undef SIZEOF_INT32_T */ /* The size of a `int64_t', as computed by sizeof. */ -#define SIZEOF_INT64_T 8 +/* #undef SIZEOF_INT64_T */ /* The size of a `int8_t', as computed by sizeof. */ /* #undef SIZEOF_INT8_T */