]> git.ipfire.org Git - thirdparty/cups.git/blame - cgi-bin/cgi-private.h
License change: Apache License, Version 2.0.
[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 *
e3101897 7 * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
ef416fc2 8 */
9
10/*
11 * Include necessary headers...
12 */
13
14#include "cgi.h"
71e16022
MS
15#include <cups/debug-private.h>
16#include <cups/language-private.h>
17#include <cups/string-private.h>
a2326b5b 18#include <cups/ipp-private.h> /* TODO: Update so we don't need this */
ef416fc2 19
20
21/*
22 * Limits...
23 */
24
b19ccc9e 25#define CUPS_PAGE_MAX 100 /* Maximum items per page */