]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Sync up config.h.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 26 Jan 2013 05:18:45 +0000 (05:18 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 26 Jan 2013 05:18:45 +0000 (05:18 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10840 7a7537e8-13f0-0310-91df-b6672ffda945

xcode/config.h

index fe3f7c30efba0ba6be67d93da3f46ebb24d00257..f86b269495c1a817e7b9c7610c0b45a47fab468b 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Configuration file for CUPS.
  *
- *   Copyright 2007-2012 by Apple Inc.
+ *   Copyright 2007-2013 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
 
 
 /*
- * Do we have various image libraries?
+ * Do we have ZLIB?
  */
 
-/* #undef HAVE_LIBPNG */
 #define HAVE_LIBZ 1
-/* #undef HAVE_LIBJPEG */
-/* #undef HAVE_LIBTIFF */
 
 
 /*
 #define HAVE_GSS_GSSAPI_H 1
 /* #undef HAVE_GSS_GSSAPI_SPI_H */
 #define HAVE_GSSAPI 1
-/* #undef HAVE_GSSAPI_GENERIC_H */
 /* #undef HAVE_GSSAPI_GSSAPI_H */
 /* #undef HAVE_GSSAPI_H */
-#define HAVE_GSSAPI_KRB5_H 1
-#define HAVE_KRB5_H 1
 
 
 /*