]> git.ipfire.org Git - thirdparty/cups.git/blame - cgi-bin/cgi-private.h
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cgi-bin / cgi-private.h
CommitLineData
ef416fc2 1/*
503b54c9 2 * Private CGI definitions for CUPS.
ef416fc2 3 *
503b54c9
MS
4 * Copyright 2007-2011 by Apple Inc.
5 * Copyright 1997-2006 by Easy Software Products.
ef416fc2 6 *
503b54c9
MS
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/".
ef416fc2 12 */
13
14/*
15 * Include necessary headers...
16 */
17
18#include "cgi.h"
71e16022
MS
19#include <cups/debug-private.h>
20#include <cups/language-private.h>
21#include <cups/string-private.h>
a2326b5b 22#include <cups/ipp-private.h> /* TODO: Update so we don't need this */
ef416fc2 23
24
25/*
26 * Limits...
27 */
28
b19ccc9e 29#define CUPS_PAGE_MAX 100 /* Maximum items per page */