summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-06-27 20:26:20 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-06-27 20:26:20 +0000
commit75bd9771f6e44fdd887ee90faac46f403aefc0fc (patch)
tree354e3067522df9490e905772f73b72bfed8733ae /config.h.in
parentdd1abb6b5f145c5e5f279d8848b5f3ec161fd227 (diff)
downloadcups-75bd9771f6e44fdd887ee90faac46f403aefc0fc.tar.gz
Merge changes from CUPS 1.4svn-r7696.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@818 a1ca3aef-8c08-0410-bb20-df032aa958be
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 5e0c08af1..7c54621fc 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h.in 6930 2007-09-08 00:28:06Z mike $"
+ * "$Id: config.h.in 7687 2008-06-24 01:28:36Z mike $"
*
* Configuration file for the Common UNIX Printing System (CUPS).
*
@@ -571,8 +571,15 @@
#undef HAVE_LRAND48
+/*
+ * Do we have libusb?
+ */
+
+#undef HAVE_USB_H
+
+
#endif /* !_CUPS_CONFIG_H_ */
/*
- * End of "$Id: config.h.in 6930 2007-09-08 00:28:06Z mike $".
+ * End of "$Id: config.h.in 7687 2008-06-24 01:28:36Z mike $".
*/