]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - xcode/config.h
Drop unused definitions.
[thirdparty/cups.git] / xcode / config.h
index 704124360a85b4f164d8557eafba72484c5eaa67..8bb08af12c45d7d3690a05252a7e3915265a3fab 100644 (file)
@@ -1,9 +1,7 @@
 /*
- * "$Id$"
- *
  * Configuration file for CUPS and Xcode.
  *
- * Copyright 2007-2015 by Apple Inc.
+ * Copyright 2007-2016 by Apple Inc.
  * Copyright 1997-2007 by Easy Software Products.
  *
  * These coded instructions, statements, and computer programs are the
 #define CUPS_PYTHON "/usr/bin/python"
 
 
-/*
- * Location of the poppler/Xpdf pdftops program...
- */
-
-/* #undef HAVE_PDFTOPS */
-/* #undef HAVE_PDFTOPS_WITH_ORIGPAGESIZES */
-#define CUPS_PDFTOPS   "/usr/bin/pdftops"
-
-
-/*
- * Location of the Ghostscript gs program...
- */
-
-/* #undef HAVE_GHOSTSCRIPT */
-/* #undef HAVE_GHOSTSCRIPT_PS2WRITE */
-#define CUPS_GHOSTSCRIPT "/usr/bin/gs"
-
-
 /*
  * Do we have CoreFoundation public and private headers?
  */
@@ -736,7 +716,3 @@ static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
 #endif /* !HAVE_ABS && !abs */
 
 #endif /* !_CUPS_CONFIG_H_ */
-
-/*
- * End of "$Id$".
- */