summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h.in26
-rw-r--r--vcnet/config.h25
-rw-r--r--xcode/config.h26
3 files changed, 3 insertions, 74 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$".
- */
diff --git a/vcnet/config.h b/vcnet/config.h
index 98f26d7bc..08643b216 100644
--- a/vcnet/config.h
+++ b/vcnet/config.h
@@ -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
@@ -565,23 +563,6 @@ typedef unsigned long useconds_t;
/*
- * 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$".
- */
diff --git a/xcode/config.h b/xcode/config.h
index 704124360..8bb08af12 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -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
@@ -511,24 +509,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?
*/
@@ -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$".
- */