summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-02-14 19:18:46 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-02-14 19:18:46 +0000
commitb86bc4cf571c35972a94a634ea884baff9799fa9 (patch)
tree9337cdf0bf4a63518307072ab0c75ce665c8a20a /config.h.in
parent411affcf6ae840dbe82786a1f42c16cb3127d20f (diff)
downloadcups-b86bc4cf571c35972a94a634ea884baff9799fa9.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@266 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 14 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index ae2fb9dc7..bad25cb09 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,9 +1,9 @@
/*
- * "$Id: config.h.in 6073 2006-11-02 20:01:54Z mike $"
+ * "$Id: config.h.in 6238 2007-02-06 16:04:25Z mike $"
*
* Configuration file for the Common UNIX Printing System (CUPS).
*
- * Copyright 1997-2006 by Easy Software Products.
+ * Copyright 1997-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
* property of Easy Software Products and are protected by Federal
@@ -268,10 +268,20 @@
/*
- * Do we have <Security/SecBasePriv.h>?
+ * What Security framework headers do we have?
*/
+#undef HAVE_SECPOLICY_H
+#undef HAVE_SECPOLICYPRIV_H
#undef HAVE_SECBASEPRIV_H
+#undef HAVE_SECIDENTITYSEARCHPRIV_H
+
+
+/*
+ * Do we have the SecIdentitySearchCreateWithPolicy function?
+ */
+
+#undef HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY
/*
@@ -461,5 +471,5 @@
#endif /* !_CUPS_CONFIG_H_ */
/*
- * End of "$Id: config.h.in 6073 2006-11-02 20:01:54Z mike $".
+ * End of "$Id: config.h.in 6238 2007-02-06 16:04:25Z mike $".
*/