]> git.ipfire.org Git - thirdparty/cups.git/blame - cgi-bin/cgi-private.h
Update svn:keyword properties.
[thirdparty/cups.git] / cgi-bin / cgi-private.h
CommitLineData
ef416fc2 1/*
f2d18633 2 * "$Id$"
ef416fc2 3 *
71e16022 4 * Private CGI definitions for CUPS.
ef416fc2 5 *
a2326b5b 6 * Copyright 2007-2011 by Apple Inc.
7594b224 7 * Copyright 1997-2006 by Easy Software Products.
ef416fc2 8 *
9 * These coded instructions, statements, and computer programs are the
bc44d920 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/".
ef416fc2 14 */
15
16/*
17 * Include necessary headers...
18 */
19
20#include "cgi.h"
71e16022
MS
21#include <cups/debug-private.h>
22#include <cups/language-private.h>
23#include <cups/string-private.h>
a2326b5b 24#include <cups/ipp-private.h> /* TODO: Update so we don't need this */
ef416fc2 25
26
27/*
28 * Limits...
29 */
30
b19ccc9e 31#define CUPS_PAGE_MAX 100 /* Maximum items per page */
ef416fc2 32
33
34/*
f2d18633 35 * End of "$Id$".
ef416fc2 36 */