summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 4cb49bd5..1d1c7f4a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h.in 9837 2011-06-16 20:12:16Z mike $"
+ * "$Id: config.h.in 10371 2012-03-21 04:45:48Z mike $"
*
* Configuration file for CUPS.
*
@@ -300,6 +300,13 @@
/*
+ * Do we have the SSL_set_tlsext_host_name function?
+ */
+
+#undef HAVE_SSL_SET_TLSEXT_HOST_NAME
+
+
+/*
* What Security framework headers do we have?
*/
@@ -691,7 +698,7 @@
* Do we have libusb?
*/
-#undef HAVE_USB_H
+#undef HAVE_LIBUSB
/*
@@ -744,5 +751,5 @@
#endif /* !_CUPS_CONFIG_H_ */
/*
- * End of "$Id: config.h.in 9837 2011-06-16 20:12:16Z mike $".
+ * End of "$Id: config.h.in 10371 2012-03-21 04:45:48Z mike $".
*/