]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config.h.in
Load cups into easysw/current.
[thirdparty/cups.git] / config.h.in
index 032146ea62720faddf6a7c80050dd19c1b4451b5..bad25cb09682d7df75916a3c085f2bcaf7cebe86 100644 (file)
@@ -1,11 +1,9 @@
 /*
- * "$Id: config.h.in 5028 2006-01-31 01:16:43Z mike $"
+ * "$Id: config.h.in 6238 2007-02-06 16:04:25Z mike $"
  *
  *   Configuration file for the Common UNIX Printing System (CUPS).
  *
- *   @configure_input@
- *
- *   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
 #define CUPS_DEFAULT_IPP_PORT  631
 
 
+/*
+ * Default printcap file...
+ */
+
+#define CUPS_DEFAULT_PRINTCAP  "/etc/printcap"
+
+
 /*
  * Maximum number of file descriptors to support.
  */
 #undef HAVE_CRYPT_H
 
 
+/*
+ * Do we have <scsi/sg.h>?
+ */
+
+#undef HAVE_SCSI_SG_H
+
+
 /*
  * Use <string.h>, <strings.h>, and/or <bstring.h>?
  */
 
 
 /*
- * Do we have the OpenSLP library?
+ * 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
+
+
+/*
+ * Do we have the SLP library?
  */
 
 #undef HAVE_LIBSLP
 
 
+/*
+ * Do we have an LDAP library?
+ */
+
+#undef HAVE_LDAP
+#undef HAVE_OPENLDAP
+
+
 /*
  * Do we have libpaper?
  */
 #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_MEMBERSHIP_H
-#undef HAVE_MEMBERSHIPPRIV_H
 #undef HAVE_MBR_UID_TO_UUID
 
 
  */
 
 #undef HAVE_DBUS
+#undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND
+
+
+/*
+ * Do we have the AppleTalk/at_proto.h header?
+ */
+
+#undef HAVE_APPLETALK_AT_PROTO_H
 
 
 #endif /* !_CUPS_CONFIG_H_ */
 
 /*
- * End of "$Id: config.h.in 5028 2006-01-31 01:16:43Z mike $".
+ * End of "$Id: config.h.in 6238 2007-02-06 16:04:25Z mike $".
  */