X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=xcode%2Fconfig.h;fp=xcode%2Fconfig.h;h=c10087464de3606607085ee1a008c9b14607a31c;hp=33cc55ae2cac21e0595b11f418fb437530dd54d5;hb=4ef75dec452714e919523663c5b801c52159fb42;hpb=86243a7551807f728b7c2cdc42c8b5c38eef5823 diff --git a/xcode/config.h b/xcode/config.h index 33cc55ae2..c10087464 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -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 and Xcode. * @@ -300,6 +300,20 @@ #define HAVE_SSL 1 +/* + * Do we have the gnutls_transport_set_pull_timeout_function function? + */ + +/* #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? */ @@ -699,5 +713,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 $". */