]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/dirsvc.h
Import CUPS 1.4svn r7023 into easysw/current.
[thirdparty/cups.git] / scheduler / dirsvc.h
index 3a2e5a9735d5cfa2ce515bd07d45ec5b8967678a..5ff06c3eea2e36351df95ca44d7fbd39ee314cd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: dirsvc.h 6649 2007-07-11 21:46:42Z mike $"
+ * "$Id: dirsvc.h 6930 2007-09-08 00:28:06Z mike $"
  *
  *   Directory services definitions for the Common UNIX Printing System
  *   (CUPS) scheduler.
@@ -37,7 +37,9 @@
 #define        BROWSE_SLP      2               /* SLPv2 */
 #define BROWSE_LDAP    4               /* LDAP */
 #define BROWSE_DNSSD   8               /* DNS Service Discovery (aka Bonjour) */
-#define BROWSE_ALL     15              /* All protocols */
+#define BROWSE_SMB     16              /* SMB/Samba */
+#define BROWSE_LPD     32              /* LPD via xinetd or launchd */
+#define BROWSE_ALL     63              /* All protocols */
 
 
 /*
@@ -150,6 +152,10 @@ VAR char           *BrowseLDAPBindDN VALUE(NULL),
                        *BrowseLDAPCACertFile VALUE(NULL);
                                        /* LDAP CA CERT file to use */
 #endif /* HAVE_LDAP */
+VAR char               *LPDConfigFile  VALUE(NULL),
+                                       /* LPD configuration file */
+                       *SMBConfigFile  VALUE(NULL);
+                                       /* SMB configuration file */
 
 
 /*
@@ -176,5 +182,5 @@ extern void cupsdUpdateSLPBrowse(void);
 
 
 /*
- * End of "$Id: dirsvc.h 6649 2007-07-11 21:46:42Z mike $".
+ * End of "$Id: dirsvc.h 6930 2007-09-08 00:28:06Z mike $".
  */