]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/globals.h
Load cups into easysw/current.
[thirdparty/cups.git] / cups / globals.h
index d3bb3ad9c2739e6f005e79c06a37c91017dc0bd9..0db1dac2ffa02b916d31d5b29a4f0aa35ccd3996 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * "$Id: globals.h 6073 2006-11-02 20:01:54Z mike $"
+ * "$Id: globals.h 6253 2007-02-10 18:48:40Z mike $"
  *
  *   Global variable definitions for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 1997-2006 by Easy Software Products, all rights reserved.
+ *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Easy Software Products and are protected by Federal
 #    include <pthread.h>
 #  endif /* HAVE_PTHREAD_H */
 
+#  ifdef HAVE_AUTHORIZATION_H
+#    include <Security/Authorization.h>
+#  endif /* HAVE_AUTHORIZATION_H */
+
 
 /*
  * C++ magic...
@@ -126,6 +130,11 @@ typedef struct _cups_globals_s             /**** CUPS global state data ****/
                                        /* Default printer */
   char                 ppd_filename[HTTP_MAX_URI];
                                        /* PPD filename */
+
+#ifdef HAVE_AUTHORIZATION_H
+  /* auth.c */
+  AuthorizationRef     auth_ref;       /* Authorization ref */
+#endif /* HAVE_AUTHORIZATION_H */
 } _cups_globals_t;
 
 
@@ -148,5 +157,5 @@ extern void         _cupsSetError(ipp_status_t status, const char *message);
 #endif /* !_CUPS_GLOBALS_H_ */
 
 /*
- * End of "$Id: globals.h 6073 2006-11-02 20:01:54Z mike $".
+ * End of "$Id: globals.h 6253 2007-02-10 18:48:40Z mike $".
  */