%s/HAS_ZLIB/HAVE_ZLIB/g

This commit is contained in:
Bill Currie 2000-09-30 05:56:00 +00:00
parent e4c9ccff8f
commit 677b7de94d
7 changed files with 29 additions and 29 deletions

View file

@ -35,7 +35,7 @@
#endif
#include <stdio.h>
#ifdef HAS_ZLIB
#ifdef HAVE_ZLIB
#include <zlib.h>
#endif
@ -43,7 +43,7 @@
typedef struct {
FILE *file;
#ifdef HAS_ZLIB
#ifdef HAVE_ZLIB
gzFile *gzfile;
#endif
} QFile;

View file

@ -244,7 +244,7 @@
#undef HAVE_LIBM
/* Define if you have the zlib library (-lz). */
#define HAS_ZLIB
#define HAVE_ZLIB
/* Posix, needed for limits.h and Unix stuffs to work right */
#define _POSIX_