summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index af0813dc6..13e2da071 100644
--- a/config.h.in
+++ b/config.h.in
@@ -289,6 +289,7 @@
*/
#undef HAVE_AUTHORIZATION_H
+#undef HAVE_SECCERTIFICATE_H
#undef HAVE_SECITEMPRIV_H
#undef HAVE_SECPOLICY_H
#undef HAVE_SECPOLICYPRIV_H
@@ -302,6 +303,12 @@
#undef HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY
+/*
+ * Do we have the SecPolicyCreateSSL function?
+ */
+
+#undef HAVE_SECPOLICYCREATESSL
+
/*
* Do we have the SecPolicyCreateSSL function?
@@ -311,6 +318,13 @@
/*
+ * Do we have the cssmErrorString function?
+ */
+
+#undef HAVE_CSSMERRORSTRING
+
+
+/*
* Do we have the SLP library?
*/
@@ -661,6 +675,18 @@
#undef HAVE_ICONV_H
+/*
+ * Do we have statfs or statvfs and one of the corresponding headers?
+ */
+
+#undef HAVE_STATFS
+#undef HAVE_STATVFS
+#undef HAVE_SYS_MOUNT_H
+#undef HAVE_SYS_STATFS_H
+#undef HAVE_SYS_STATVFS_H
+#undef HAVE_SYS_VFS_H
+
+
#endif /* !_CUPS_CONFIG_H_ */
/*