From d9e99f91af7e5c52a9b5cbb998c26271249fe5b6 Mon Sep 17 00:00:00 2001 From: "josh.macdonald" Date: Sat, 9 Feb 2013 09:36:58 +0000 Subject: Fix for printf warnings (independent of 32/64bit) --- xdelta3/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xdelta3/config.h.in') diff --git a/xdelta3/config.h.in b/xdelta3/config.h.in index f01f64a..45309d0 100644 --- a/xdelta3/config.h.in +++ b/xdelta3/config.h.in @@ -54,5 +54,8 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of `size_t', as computed by sizeof. */ +#undef SIZEOF_SIZE_T + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -- cgit v1.2.3