]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config.h.in
Import CUPS v2.0.2
[thirdparty/cups.git] / config.h.in
index 0d11eff69547da7cf346bf6f61f9b5f6f0c04399..802e2592599cfb2ffccf1b950d118ad8d6f177a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: config.h.in 12140 2014-08-30 01:51:22Z msweet $"
+ * "$Id: config.h.in 12329 2014-12-09 20:50:51Z msweet $"
  *
  * Configuration file for CUPS.
  *
 #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?
  */
 
 #ifdef HAVE_ARC4RANDOM
 #  define CUPS_RAND() arc4random()
-#  define CUPS_SRAND(v) arc4random_stir()
+#  define CUPS_SRAND(v)
 #elif defined(HAVE_RANDOM)
 #  define CUPS_RAND() random()
 #  define CUPS_SRAND(v) srandom(v)
@@ -712,5 +719,5 @@ static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
 #endif /* !_CUPS_CONFIG_H_ */
 
 /*
- * End of "$Id: config.h.in 12140 2014-08-30 01:51:22Z msweet $".
+ * End of "$Id: config.h.in 12329 2014-12-09 20:50:51Z msweet $".
  */