summaryrefslogtreecommitdiff
path: root/vcnet
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 /vcnet
parent1a00f9bf9e6c414dc03c8e3f82d619af561f5186 (diff)
downloadcups-f73476aed9d81290a8f6301840f57d8dde4949e5.tar.gz
Drop unused definitions.
Diffstat (limited to 'vcnet')
-rw-r--r--vcnet/config.h25
1 files changed, 1 insertions, 24 deletions
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$".
- */