summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-03-24 17:55:28 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-03-24 17:55:28 -0400
commitf73476aed9d81290a8f6301840f57d8dde4949e5 (patch)
tree2c4aa6bdc17ac23d8fa0d3f846c1f16e3e767489 /config.h.in
parent1a00f9bf9e6c414dc03c8e3f82d619af561f5186 (diff)
downloadcups-f73476aed9d81290a8f6301840f57d8dde4949e5.tar.gz
Drop unused definitions.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in26
1 files changed, 1 insertions, 25 deletions
diff --git a/config.h.in b/config.h.in
index 9a4ed16cd..e242d5611 100644
--- a/config.h.in
+++ b/config.h.in
@@ -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
@@ -512,24 +510,6 @@
/*
- * 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$".
- */