From c62a03ec7544d44f4a3f23fcb245ca404bbc5a3e Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sat, 21 Jan 2006 01:05:12 +0000 Subject: [PATCH] Win32/config.h : undef HAVE_INTTYPES_H for win32. --- Win32/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win32/config.h b/Win32/config.h index 88b2d197..8bf1de9b 100644 --- a/Win32/config.h +++ b/Win32/config.h @@ -107,7 +107,7 @@ /* #undef HAVE_GMTIME_R */ /* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 +/* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `m' library (-lm). */ #define HAVE_LIBM 1