]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - vcnet/config.h
Add project for ippserver on Windows.
[thirdparty/cups.git] / vcnet / config.h
index a951f5485c970a684438192dcf716e5277e2f97c..d764e41dbf48a1fd90b8ff57e380b89c2a1762e2 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Configuration file for CUPS on Windows.
  *
- * Copyright 2007-2013 by Apple Inc.
+ * Copyright 2007-2014 by Apple Inc.
  * Copyright 1997-2007 by Easy Software Products.
  *
  * These coded instructions, statements, and computer programs are the
@@ -163,7 +163,7 @@ typedef unsigned long useconds_t;
 
 
 /*
- * Do we have domain socket support?
+ * Do we have domain socket support, and if so what is the default one?
  */
 
 #undef CUPS_DEFAULT_DOMAINSOCKET
@@ -197,6 +197,13 @@ typedef unsigned long useconds_t;
 #define CUPS_STATEDIR "C:/CUPS/run"
 
 
+/*
+ * Do we have posix_spawn?
+ */
+
+/* #undef HAVE_POSIX_SPAWN */
+
+
 /*
  * Do we have ZLIB?
  */
@@ -209,10 +216,7 @@ typedef unsigned long useconds_t;
  * Do we have PAM stuff?
  */
 
-#ifndef HAVE_LIBPAM
 #define HAVE_LIBPAM 0
-#endif /* !HAVE_LIBPAM */
-
 /* #undef HAVE_PAM_PAM_APPL_H */
 /* #undef HAVE_PAM_SET_ITEM */
 /* #undef HAVE_PAM_SETCRED */
@@ -360,6 +364,13 @@ typedef unsigned long useconds_t;
 #define HAVE_SSL
 
 
+/*
+ * Do we have the gnutls_transport_set_pull_timeout_function function?
+ */
+
+/* #undef HAVE_GNUTLS_TRANSPORT_SET_PULL_TIMEOUT_FUNCTION */
+
+
 /*
  * What Security framework headers do we have?
  */
@@ -382,6 +393,20 @@ typedef unsigned long useconds_t;
 /* #undef HAVE_CSSMERRORSTRING */
 
 
+/*
+ * Do we have the SecGenerateSelfSignedCertificate function?
+ */
+
+/* #undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE */
+
+
+/*
+ * Do we have the SecKeychainOpen function?
+ */
+
+/* #undef HAVE_SECKEYCHAINOPEN */
+
+
 /*
  * Do we have libpaper?
  */
@@ -502,6 +527,13 @@ typedef unsigned long useconds_t;
 /* #undef HAVE_LAUNCHD */
 
 
+/*
+ * Do we have systemd support?
+ */
+
+/* #undef HAVE_SYSTEMD */
+
+
 /*
  * Various scripting languages...
  */
@@ -579,6 +611,7 @@ typedef unsigned long useconds_t;
 
 /* #undef HAVE_DBUS */
 /* #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */
+/* #undef HAVE_DBUS_THREADS_INIT */
 
 
 /*