]> git.ipfire.org Git - thirdparty/cups.git/blame - cgi-bin/cgi-private.h
Load cups into easysw/current.
[thirdparty/cups.git] / cgi-bin / cgi-private.h
CommitLineData
ef416fc2 1/*
bc44d920 2 * "$Id: cgi-private.h 6649 2007-07-11 21:46:42Z mike $"
ef416fc2 3 *
4 * Private CGI definitions for the Common UNIX Printing System (CUPS).
5 *
bc44d920 6 * Copyright 2007 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"
21#include <cups/debug.h>
22#include <cups/i18n.h>
23#include <cups/string.h>
24
25
26/*
27 * Limits...
28 */
29
30#define CUPS_PAGE_MAX 10 /* Maximum items per page */
31
32
33/*
bc44d920 34 * End of "$Id: cgi-private.h 6649 2007-07-11 21:46:42Z mike $".
ef416fc2 35 */