summaryrefslogtreecommitdiff
path: root/xcode
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-11-18 09:14:06 -0500
committerMichael Sweet <michael.r.sweet@gmail.com>2016-11-18 09:14:06 -0500
commit61b7ebde7c55ddb8883713c0a7ae170068f8a8fe (patch)
tree40740e6813b63d406336b964411ebe1c01306d45 /xcode
parent5dcbe84df8f1a8d1d306b5f9c867096d5ed48ded (diff)
downloadcups-61b7ebde7c55ddb8883713c0a7ae170068f8a8fe.tar.gz
Bump version to 2.2.2, sync up IDE config.h files with the autoconf one.
Diffstat (limited to 'xcode')
-rw-r--r--xcode/config.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/xcode/config.h b/xcode/config.h
index 51519c81b..4e9a2fcd8 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -22,8 +22,8 @@
* Version of software...
*/
-#define CUPS_SVERSION "CUPS v2.2"
-#define CUPS_MINIMAL "CUPS/2.2"
+#define CUPS_SVERSION "CUPS v2.2.2"
+#define CUPS_MINIMAL "CUPS/2.2.2"
/*
@@ -50,7 +50,7 @@
*/
#define CUPS_DEFAULT_LOG_LEVEL "warn"
-#define CUPS_DEFAULT_ACCESS_LOG_LEVEL "actions"
+#define CUPS_DEFAULT_ACCESS_LOG_LEVEL "none"
/*
@@ -250,7 +250,7 @@
* Do we have the systemd journal functions?
*/
-/*#undef HAVE_SYSTEMD_SD_JOURNAL_H*/
+/* #undef HAVE_SYSTEMD_SD_JOURNAL_H */
/*
@@ -305,6 +305,7 @@
#define HAVE_CDSASSL 1
/* #undef HAVE_GNUTLS */
+/* #undef HAVE_SSPISSL */
#define HAVE_SSL 1
@@ -588,6 +589,7 @@
/* #undef HAVE_DBUS */
/* #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */
+/* #undef HAVE_DBUS_THREADS_INIT */
/*
@@ -595,7 +597,7 @@
*/
#if !TARGET_OS_IOS
-# define HAVE_GSS_ACQUIRE_CRED_EX_F 1
+# define HAVE_GSS_ACQUIRED_CRED_EX_F 1
# define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1
# define HAVE_GSS_GSSAPI_H 1
/* #undef HAVE_GSS_GSSAPI_SPI_H */
@@ -666,7 +668,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)