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