]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config.h.in
Bring back RPM test script, tweak makesrcdist to work.
[thirdparty/cups.git] / config.h.in
index 4081f7db87e2ce6bed13d0d7adfae3ddf5c8e7a7..f3b5e4c7a417fddad6f7b0a09d180d2f6103206a 100644 (file)
@@ -1,16 +1,14 @@
 /*
- * "$Id: config.h.in 7918 2008-09-08 22:03:01Z mike $"
+ * Configuration file for CUPS.
  *
- *   Configuration file for CUPS.
+ * Copyright 2007-2017 by Apple Inc.
+ * Copyright 1997-2007 by Easy Software Products.
  *
- *   Copyright 2007-2012 by Apple Inc.
- *   Copyright 1997-2007 by Easy Software Products.
- *
- *   These coded instructions, statements, and computer programs are the
- *   property of Apple Inc. and are protected by Federal copyright
- *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
- *   which should have been included with this file.  If this file is
- *   file is missing or damaged, see the license at "http://www.cups.org/".
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+ * which should have been included with this file.  If this file is
+ * missing or damaged, see the license at "http://www.cups.org/".
  */
 
 #ifndef _CUPS_CONFIG_H_
@@ -32,6 +30,7 @@
 #define CUPS_DEFAULT_GROUP     "sys"
 #define CUPS_DEFAULT_SYSTEM_GROUPS     "sys root system"
 #define CUPS_DEFAULT_PRINTOPERATOR_AUTH        "@SYSTEM"
+#define CUPS_DEFAULT_SYSTEM_AUTHKEY    "system.print.admin"
 
 
 /*
@@ -92,7 +91,7 @@
  * Default MaxCopies value...
  */
 
-#define CUPS_DEFAULT_MAX_COPIES        100
+#define CUPS_DEFAULT_MAX_COPIES        9999
 
 
 /*
 
 
 /*
- * Do we have various image libraries?
+ * Do we have posix_spawn?
+ */
+
+#undef HAVE_POSIX_SPAWN
+
+
+/*
+ * Do we have ZLIB?
  */
 
-#undef HAVE_LIBPNG
 #undef HAVE_LIBZ
-#undef HAVE_LIBJPEG
-#undef HAVE_LIBTIFF
+#undef HAVE_INFLATECOPY
 
 
 /*
  * 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
 
 
 /*
- * Do we have <scsi/sg.h>?
+ * Use <stdint.h>?
  */
 
-#undef HAVE_SCSI_SG_H
+#undef HAVE_STDINT_H
 
 
 /*
 #undef HAVE_VSYSLOG
 
 
+/*
+ * Do we have the systemd journal functions?
+ */
+
+#undef HAVE_SYSTEMD_SD_JOURNAL_H
+
+
 /*
  * Do we have the (v)snprintf() functions?
  */
 
 #undef HAVE_CDSASSL
 #undef HAVE_GNUTLS
-#undef HAVE_LIBSSL
+#undef HAVE_SSPISSL
 #undef HAVE_SSL
 
 
 /*
- * Do we have the SSL_set_tlsext_host_name function?
+ * Do we have the gnutls_transport_set_pull_timeout_function function?
+ */
+
+#undef HAVE_GNUTLS_TRANSPORT_SET_PULL_TIMEOUT_FUNCTION
+
+
+/*
+ * Do we have the gnutls_priority_set_direct function?
  */
 
-#undef HAVE_SSL_SET_TLSEXT_HOST_NAME
+#undef HAVE_GNUTLS_PRIORITY_SET_DIRECT
 
 
 /*
 
 
 /*
- * Do we have the SecCertificateCopyData function?
- */
-
-#undef HAVE_SECCERTIFICATECOPYDATA
-
-
-/*
- * Do we have the SecIdentitySearchCreateWithPolicy function?
- */
-
-#undef HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY
-
-
-/*
- * Do we have the SecPolicyCreateSSL function?
- */
-
-#undef HAVE_SECPOLICYCREATESSL
-
-
-/*
- * Do we have the SecPolicyCreateSSL function?
- */
-
-#undef HAVE_SECPOLICYCREATESSL
-
-
-/*
- * Do we have the SSLSetProtocolVersionMax function?
+ * Do we have the cssmErrorString function?
  */
 
-#undef HAVE_SSLSETPROTOCOLVERSIONMAX
+#undef HAVE_CSSMERRORSTRING
 
 
 /*
- * Do we have the cssmErrorString function?
+ * Do we have the SecGenerateSelfSignedCertificate function?
  */
 
-#undef HAVE_CSSMERRORSTRING
+#undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE
 
 
 /*
- * Do we have the SLP library?
+ * Do we have the SecKeychainOpen function?
  */
 
-#undef HAVE_LIBSLP
+#undef HAVE_SECKEYCHAINOPEN
 
 
 /*
- * Do we have an LDAP library?
+ * Do we have (a working) SSLSetEnabledCiphers function?
  */
 
-#undef HAVE_LDAP
-#undef HAVE_OPENLDAP
-#undef HAVE_MOZILLA_LDAP
-#undef HAVE_LDAP_SSL_H
-#undef HAVE_LDAP_SSL
-#undef HAVE_LDAP_REBIND_PROC
+#undef HAVE_SSLSETENABLEDCIPHERS
 
 
 /*
 
 
 /*
- * Do we have the AIX usersec.h header file?
+ * Do we have pthread support?
  */
 
-#undef HAVE_USERSEC_H
+#undef HAVE_PTHREAD_H
 
 
 /*
- * Do we have pthread support?
+ * Do we have on-demand support (launchd/systemd/upstart)?
  */
 
-#undef HAVE_PTHREAD_H
+#undef HAVE_ONDEMAND
 
 
 /*
 
 
 /*
- * Various scripting languages...
- */
-
-#undef HAVE_JAVA
-#define CUPS_JAVA      "/usr/bin/java"
-#undef HAVE_PERL
-#define CUPS_PERL      "/usr/bin/perl"
-#undef HAVE_PHP
-#define CUPS_PHP       "/usr/bin/php"
-#undef HAVE_PYTHON
-#define CUPS_PYTHON    "/usr/bin/python"
-
-
-/*
- * Location of the poppler/Xpdf pdftops program...
+ * Do we have systemd support?
  */
 
-#undef HAVE_PDFTOPS
-#undef HAVE_PDFTOPS_WITH_ORIGPAGESIZES
-#define CUPS_PDFTOPS   "/usr/bin/pdftops"
+#undef HAVE_SYSTEMD
 
 
 /*
- * Location of the Ghostscript gs program...
+ * Do we have upstart support?
  */
 
-#undef HAVE_GHOSTSCRIPT
-#undef HAVE_GHOSTSCRIPT_PS2WRITE
-#define CUPS_GHOSTSCRIPT "/usr/bin/gs"
+#undef HAVE_UPSTART
 
 
 /*
- * Do we have Darwin's CoreFoundation and SystemConfiguration frameworks?
+ * Various scripting languages...
  */
 
-#undef HAVE_COREFOUNDATION
-#undef HAVE_SYSTEMCONFIGURATION
+#undef HAVE_JAVA
+#define CUPS_JAVA      "/usr/bin/java"
+#undef HAVE_PERL
+#define CUPS_PERL      "/usr/bin/perl"
+#undef HAVE_PHP
+#define CUPS_PHP       "/usr/bin/php"
+#undef HAVE_PYTHON
+#define CUPS_PYTHON    "/usr/bin/python"
 
 
 /*
 
 
 /*
- * Do we have Mac OS X 10.4's mbr_XXX functions?
+ * Do we have the getgrouplist() function?
+ */
+
+#undef HAVE_GETGROUPLIST
+
+
+/*
+ * Do we have macOS 10.4's mbr_XXX functions?
  */
 
 #undef HAVE_MEMBERSHIP_H
 #undef HAVE_NOTIFY_POST
 
 
-/*
- * Do we have Darwin's IOKit private headers?
- */
-
-#undef HAVE_IOKIT_PWR_MGT_IOPMLIBPRIVATE_H
-
-
 /*
  * Do we have DBUS?
  */
 
 #undef HAVE_DBUS
 #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND
+#undef HAVE_DBUS_THREADS_INIT
 
 
 /*
 #undef HAVE_GSS_GSSAPI_H
 #undef HAVE_GSS_GSSAPI_SPI_H
 #undef HAVE_GSSAPI
-#undef HAVE_GSSAPI_GENERIC_H
 #undef HAVE_GSSAPI_GSSAPI_H
 #undef HAVE_GSSAPI_H
-#undef HAVE_GSSAPI_KRB5_H
-#undef HAVE_KRB5_H
 
 
 /*
 
 #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)
 #endif /* HAVE_ARC4RANDOM */
 
 
-/*
- * Do we have vproc_transaction_begin/end?
- */
-
-#undef HAVE_VPROC_TRANSACTION_BEGIN
-
-
 /*
  * Do we have libusb?
  */
 
 
 /*
- * Location of Mac OS X localization bundle, if any.
+ * Location of macOS localization bundle, if any.
  */
 
 #undef CUPS_BUNDLEDIR
 #undef HAVE_MXML_H
 
 
-#endif /* !_CUPS_CONFIG_H_ */
-
 /*
- * End of "$Id: config.h.in 7918 2008-09-08 22:03:01Z mike $".
+ * Do we have the C99 abs() function?
  */
+
+#undef HAVE_ABS
+#if !defined(HAVE_ABS) && !defined(abs)
+#  if defined(__GNUC__) || __STDC_VERSION__ >= 199901L
+#    define abs(x) _cups_abs(x)
+static inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
+#  elif defined(_MSC_VER)
+#    define abs(x) _cups_abs(x)
+static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
+#  else
+#    define abs(x) ((x) < 0 ? -(x) : (x))
+#  endif /* __GNUC__ || __STDC_VERSION__ */
+#endif /* !HAVE_ABS && !abs */
+
+#endif /* !_CUPS_CONFIG_H_ */