X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=802e2592599cfb2ffccf1b950d118ad8d6f177a7;hp=0d11eff69547da7cf346bf6f61f9b5f6f0c04399;hb=4ef75dec452714e919523663c5b801c52159fb42;hpb=86243a7551807f728b7c2cdc42c8b5c38eef5823 diff --git a/config.h.in b/config.h.in index 0d11eff69..802e25925 100644 --- a/config.h.in +++ b/config.h.in @@ -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. * @@ -305,6 +305,13 @@ #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? */ @@ -624,7 +631,7 @@ #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 $". */