diff options
Diffstat (limited to 'backend/backend-private.h')
-rw-r--r-- | backend/backend-private.h | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/backend/backend-private.h b/backend/backend-private.h index d3f8f514..fa829141 100644 --- a/backend/backend-private.h +++ b/backend/backend-private.h @@ -1,9 +1,9 @@ /* - * "$Id: backend-private.h 10064 2011-10-07 21:41:07Z mike $" + * "$Id: backend-private.h 10329 2012-03-05 23:18:31Z mike $" * * Backend support definitions for CUPS. * - * Copyright 2007-2011 by Apple Inc. + * Copyright 2007-2012 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -259,6 +259,20 @@ extern "C" { #define CUPS_TC_inserts 33 #define CUPS_TC_covers 34 +#define CUPS_TC_tenThousandthsOfInches 3 +#define CUPS_TC_micrometers 4 +#define CUPS_TC_impressions 7 +#define CUPS_TC_sheets 8 +#define CUPS_TC_hours 11 +#define CUPS_TC_thousandthsOfOunces 12 +#define CUPS_TC_tenthsOfGrams 13 +#define CUPS_TC_hundrethsOfFluidOunces 14 +#define CUPS_TC_tenthsOfMilliliters 15 +#define CUPS_TC_feet 16 +#define CUPS_TC_meters 17 +#define CUPS_TC_items 18 +#define CUPS_TC_percent 19 + /* These come from RFC 3808 to define character sets we support */ /* Also see http://www.iana.org/assignments/character-sets */ #define CUPS_TC_csASCII 3 @@ -320,5 +334,5 @@ extern int backendWaitLoop(int snmp_fd, http_addr_t *addr, /* - * End of "$Id: backend-private.h 10064 2011-10-07 21:41:07Z mike $". + * End of "$Id: backend-private.h 10329 2012-03-05 23:18:31Z mike $". */ |