Blame cgi-bin/cgi-private.h

Packit 2fc92b
/*
Packit 2fc92b
 * Private CGI definitions for CUPS.
Packit 2fc92b
 *
Packit 2fc92b
 * Copyright 2007-2011 by Apple Inc.
Packit 2fc92b
 * Copyright 1997-2006 by Easy Software Products.
Packit 2fc92b
 *
Packit 2fc92b
 * These coded instructions, statements, and computer programs are the
Packit 2fc92b
 * property of Apple Inc. and are protected by Federal copyright
Packit 2fc92b
 * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
Packit 2fc92b
 * which should have been included with this file.  If this file is
Packit 2fc92b
 * missing or damaged, see the license at "http://www.cups.org/".
Packit 2fc92b
 */
Packit 2fc92b
Packit 2fc92b
/*
Packit 2fc92b
 * Include necessary headers...
Packit 2fc92b
 */
Packit 2fc92b
Packit 2fc92b
#include "cgi.h"
Packit 2fc92b
#include <cups/debug-private.h>
Packit 2fc92b
#include <cups/language-private.h>
Packit 2fc92b
#include <cups/string-private.h>
Packit 2fc92b
#include <cups/ipp-private.h>	/* TODO: Update so we don't need this */
Packit 2fc92b
Packit 2fc92b
Packit 2fc92b
/*
Packit 2fc92b
 * Limits...
Packit 2fc92b
 */
Packit 2fc92b
Packit 2fc92b
#define CUPS_PAGE_MAX	100		/* Maximum items per page */