diff src/zlib-1.2.7/zconf.h @ 91:9fe94270bdf5

Further builds
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 14:58:12 +0000
parents 8a15ff55d9af
children
line wrap: on
line diff
--- a/src/zlib-1.2.7/zconf.h	Wed Mar 20 14:01:32 2013 +0000
+++ b/src/zlib-1.2.7/zconf.h	Wed Mar 20 14:58:12 2013 +0000
@@ -388,7 +388,7 @@
    typedef Byte       *voidp;
 #endif
 
-/* ./configure may #define Z_U4 here */
+#define Z_U4 unsigned
   /* ./configure put the #define Z_U4 here */
 
 #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
 #  include <limits.h>
@@ -411,11 +411,11 @@
    typedef unsigned long z_crc_t;
 #endif
 
-#ifdef HAVE_UNISTD_H    /* may be set to #if 1 by ./configure */
+#if 1    /* was set to #if 1 by ./configure */
 #  define Z_HAVE_UNISTD_H
 #endif
 
-#ifdef HAVE_STDARG_H    /* may be set to #if 1 by ./configure */
+#if 1    /* was set to #if 1 by ./configure */
 #  define Z_HAVE_STDARG_H
 #endif