]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testfile.c
Load cups into easysw/current.
[thirdparty/cups.git] / cups / testfile.c
index aa4a6fd7a0ede96ace9bc197ad50e3460ea4c1fa..7bd0c2b14b46a6fecc9c452f8f0a76c64c9115a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: testfile.c 5057 2006-02-02 20:38:29Z mike $"
+ * "$Id: testfile.c 5194 2006-02-27 20:57:07Z mike $"
  *
  *   File test program for the Common UNIX Printing System (CUPS).
  *
@@ -39,7 +39,9 @@
 #include "string.h"
 #include "file.h"
 #include "debug.h"
-#include <zlib.h>
+#ifdef HAVE_LIBZ
+#  include <zlib.h>
+#endif /* HAVE_LIBZ */
 
 
 /*
@@ -442,5 +444,5 @@ read_write_tests(int compression)   /* I - Use compression? */
 
 
 /*
- * End of "$Id: testfile.c 5057 2006-02-02 20:38:29Z mike $".
+ * End of "$Id: testfile.c 5194 2006-02-27 20:57:07Z mike $".
  */