]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ipp.h
Merge changes from 1.4svn-r7067.
[thirdparty/cups.git] / cups / ipp.h
index 04f689a914a6b180688dad29f03b8e891278be2a..29ef86afd37e38fff89f0f783fd8f884ebe5d131 100644 (file)
@@ -55,7 +55,8 @@ extern "C" {
  * Common limits...
  */
 
-#  define IPP_MAX_NAME         256
+#  define IPP_MAX_LENGTH       32767   /* Maximum size of any single value */
+#  define IPP_MAX_NAME         256     /* Maximum length of common name values */
 #  define IPP_MAX_VALUES       8       /* Power-of-2 allocation increment */