]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - vcnet/config.h
Import CUPS v2.0.2
[thirdparty/cups.git] / vcnet / config.h
index de30ae62d1ac87eb6fe5f6132460d6ef09c7b093..b2655fb18ebb3f3c29fe5113a69c1b65ee2730b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: config.h 12254 2014-11-14 17:24:18Z msweet $"
+ * "$Id: config.h 12280 2014-12-02 01:49:48Z msweet $"
  *
  * Configuration file for CUPS on Windows.
  *
@@ -380,6 +380,13 @@ typedef unsigned long useconds_t;
 /* #undef HAVE_GNUTLS_TRANSPORT_SET_PULL_TIMEOUT_FUNCTION */
 
 
+/*
+ * Do we have the gnutls_priority_set_direct function?
+ */
+
+/* #undef HAVE_GNUTLS_PRIORITY_SET_DIRECT */
+
+
 /*
  * What Security framework headers do we have?
  */
@@ -792,5 +799,5 @@ static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
 #endif /* !_CUPS_CONFIG_H_ */
 
 /*
- * End of "$Id: config.h 12254 2014-11-14 17:24:18Z msweet $".
+ * End of "$Id: config.h 12280 2014-12-02 01:49:48Z msweet $".
  */