]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config.h.in
Merge CUPS 1.4svn-r7319.
[thirdparty/cups.git] / config.h.in
index 4c4a217141bc508c31d83ca9adb2edcc29a567ed..fc9013137363fb9c394f76c831e68362bf516462 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: config.h.in 6878 2007-08-29 17:22:26Z mike $"
+ * "$Id: config.h.in 6930 2007-09-08 00:28:06Z mike $"
  *
  *   Configuration file for the Common UNIX Printing System (CUPS).
  *
 
 
 /*
- * Default MaxCopies value...
+ * Default Samba and LPD config files...
  */
 
-#define CUPS_DEFAULT_MAX_COPIES        100
+#define CUPS_DEFAULT_SMB_CONFIG_FILE   ""
+#define CUPS_DEFAULT_LPD_CONFIG_FILE   ""
 
 
 /*
- * Maximum number of file descriptors to support.
+ * Default MaxCopies value...
  */
 
-#define CUPS_MAX_FDS           4096
+#define CUPS_DEFAULT_MAX_COPIES        100
 
 
 /*
 #endif /* !HAVE_LIBPAM */
 
 #undef HAVE_PAM_PAM_APPL_H
+#undef HAVE_PAM_SET_ITEM
 
 
 /*
 #define CUPS_PYTHON    "/usr/bin/python"
 
 
+/*
+ * Location of the poppler/Xpdf pdftops program...
+ */
+
+#define CUPS_PDFTOPS   "/usr/bin/pdftops"
+
+
 /*
  * Do we have Darwin's CoreFoundation and SystemConfiguration frameworks?
  */
 #undef HAVE_CFBUNDLEPRIV_H
 
 
-/*
- * Do we have CFLocaleCreateCanonicalLocaleIdentifierFromString()?
- */
-
-#undef HAVE_CF_LOCALE_ID
-
-
 /*
  * Do we have MacOSX 10.4's mbr_XXX functions()?
  */
 #undef HAVE_REMOVEFILE
 
 
+/*
+ * Do we have <sandbox.h>?
+ */
+
+#undef HAVE_SANDBOX_H
+
+
+/*
+ * Which random number generator function to use...
+ */
+
+#undef HAVE_RANDOM
+#undef HAVE_MRAND48
+#undef HAVE_LRAND48
+
+
 #endif /* !_CUPS_CONFIG_H_ */
 
 /*
- * End of "$Id: config.h.in 6878 2007-08-29 17:22:26Z mike $".
+ * End of "$Id: config.h.in 6930 2007-09-08 00:28:06Z mike $".
  */