]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Drop unused definitions.
authorMichael R Sweet <michaelrsweet@gmail.com>
Thu, 24 Mar 2016 21:55:28 +0000 (17:55 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Thu, 24 Mar 2016 21:55:28 +0000 (17:55 -0400)
config.h.in
vcnet/config.h
xcode/config.h

index 9a4ed16cdcb748c837f0f1ed8e39b3e1ac3d9350..e242d561185169b2e802bda50a2b7e96936157da 100644 (file)
@@ -1,9 +1,7 @@
 /*
- * "$Id$"
- *
  * Configuration file for CUPS.
  *
- * 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?
  */
@@ -738,7 +718,3 @@ static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
 #endif /* !HAVE_ABS && !abs */
 
 #endif /* !_CUPS_CONFIG_H_ */
-
-/*
- * End of "$Id$".
- */
index 98f26d7bcda3b87d727fe3a8dcb81894eb39df75..08643b21640bea5a375f37755d1080c39eaa134b 100644 (file)
@@ -1,9 +1,7 @@
 /*
- * "$Id$"
- *
  * Configuration file for CUPS on Windows.
  *
- * Copyright 2007-2014 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
@@ -564,23 +562,6 @@ typedef unsigned long useconds_t;
 #define CUPS_PYTHON    ""
 
 
-/*
- * Location of the poppler/Xpdf pdftops program...
- */
-
-/* #undef HAVE_PDFTOPS */
-/* #undef HAVE_PDFTOPS_WITH_ORIGPAGESIZES */
-#define CUPS_PDFTOPS ""
-
-
-/*
- * Location of the Ghostscript gs program...
- */
-
-/* #undef HAVE_GHOSTSCRIPT */
-#define CUPS_GHOSTSCRIPT ""
-
-
 /*
  * Do we have CoreFoundation public and private headers?
  */
@@ -797,7 +778,3 @@ static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
 #endif /* !HAVE_ABS && !abs */
 
 #endif /* !_CUPS_CONFIG_H_ */
-
-/*
- * End of "$Id$".
- */
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$".
- */