From f73476aed9d81290a8f6301840f57d8dde4949e5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 24 Mar 2016 17:55:28 -0400 Subject: [PATCH] Drop unused definitions. --- config.h.in | 26 +------------------------- vcnet/config.h | 25 +------------------------ xcode/config.h | 26 +------------------------- 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 @@ -511,24 +509,6 @@ #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$". - */ 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 @@ -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$". - */ 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 @@ -510,24 +508,6 @@ #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$". - */ -- 2.39.2