summaryrefslogtreecommitdiff
path: root/xcode/config.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-05-11 05:36:13 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-05-11 05:36:13 +0000
commiteac3a0a01bf37d95f4129b28296cb697c54b2613 (patch)
treea209bfa09edda04d8a339b869b4d5ce3057d8bbe /xcode/config.h
parent22c9029b44a790ba1ee894027431dcea1ec2aeab (diff)
Merge changes from CUPS 1.5svn-r9763.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3242 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'xcode/config.h')
-rw-r--r--xcode/config.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/xcode/config.h b/xcode/config.h
index 7ff88561d..fabfac8d1 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -577,17 +577,16 @@
* Do we have the GSSAPI support library (for Kerberos support)?
*/
+/* #undef HAVE_GSS_ACQUIRE_CRED_EX_F */
+#define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1
+/* #undef HAVE_GSS_GSSAPI_H */
+/* #undef HAVE_GSS_GSSAPI_SPI_H */
#define HAVE_GSSAPI 1
#define HAVE_GSSAPI_H 1
#define HAVE_GSSAPI_GSSAPI_H 1
#define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
#define HAVE_GSSAPI_GSSAPI_KRB5_H 1
-/* #undef HAVE_GSSKRB5_REGISTER_ACCEPTOR_IDENTITY */
-#define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1
-#define HAVE_KRB5_CC_NEW_UNIQUE 1
-#define HAVE_KRB5_IPC_CLIENT_SET_TARGET_UID 1
#define HAVE_KRB5_H 1
-/* #undef HAVE_HEIMDAL */
/*
@@ -718,6 +717,13 @@
#define HAVE_COLORSYNCREGISTERDEVICE 1
+/*
+ * Do we have XPC?
+ */
+
+/* #undef HAVE_XPC */
+
+
#endif /* !_CUPS_CONFIG_H_ */
/*