]> git.ipfire.org Git - thirdparty/cups.git/blob - cgi-bin/cgi-private.h
Import CUPS v1.7.1
[thirdparty/cups.git] / cgi-bin / cgi-private.h
1 /*
2 * "$Id: cgi-private.h 10996 2013-05-29 11:51:34Z msweet $"
3 *
4 * Private CGI definitions for CUPS.
5 *
6 * Copyright 2007-2011 by Apple Inc.
7 * Copyright 1997-2006 by Easy Software Products.
8 *
9 * These coded instructions, statements, and computer programs are the
10 * property of Apple Inc. and are protected by Federal copyright
11 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 * which should have been included with this file. If this file is
13 * file is missing or damaged, see the license at "http://www.cups.org/".
14 */
15
16 /*
17 * Include necessary headers...
18 */
19
20 #include "cgi.h"
21 #include <cups/debug-private.h>
22 #include <cups/language-private.h>
23 #include <cups/string-private.h>
24 #include <cups/ipp-private.h> /* TODO: Update so we don't need this */
25
26
27 /*
28 * Limits...
29 */
30
31 #define CUPS_PAGE_MAX 100 /* Maximum items per page */
32
33
34 /*
35 * End of "$Id: cgi-private.h 10996 2013-05-29 11:51:34Z msweet $".
36 */