summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index a3500c930..e5f383e15 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,7 +3,7 @@
*
* Configuration file for CUPS.
*
- * Copyright 2007-2011 by Apple Inc.
+ * Copyright 2007-2012 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -687,7 +687,7 @@
* Do we have libusb?
*/
-#undef HAVE_USB_H
+#undef HAVE_LIBUSB
/*
@@ -737,6 +737,13 @@
#undef HAVE_XPC
+/*
+ * Do we have Mini-XML?
+ */
+
+#undef HAVE_MXML_H
+
+
#endif /* !_CUPS_CONFIG_H_ */
/*