• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Private CGI definitions for CUPS.
3  *
4  * Copyright © 2020-2024 by OpenPrinting.
5  * Copyright © 2007-2011 by Apple Inc.
6  * Copyright © 1997-2006 by Easy Software Products.
7  *
8  * Licensed under Apache License v2.0.  See the file "LICENSE" for more
9  * information.
10  */
11 
12 /*
13  * Include necessary headers...
14  */
15 
16 #include "cgi.h"
17 #include <cups/debug-private.h>
18 #include <cups/language-private.h>
19 #include <cups/string-private.h>
20 #include <cups/ipp-private.h>	/* TODO: Update so we don't need this */
21 
22 
23 /*
24  * Limits...
25  */
26 
27 #define CUPS_PAGE_MAX	100		/* Maximum items per page */
28