CAPS Universe documentation  1.0.4
All you need to know to be successful
Data Structures | Macros
libcapsppd-local.h File Reference

Some declarations used internaly only. More...

Go to the source code of this file.

Data Structures

struct  caps_ppd_options_table
 Manage the content of a PPD file. More...
 
struct  caps_printing_device_info
 Manage PPD information. More...
 

Macros

#define DSO_VISIBLE
 
#define ARRAY_SIZE(x)   (sizeof(x)/sizeof(x[0]))
 
#define PPD_MAJOR_FORMAT   4
 
#define PPD_MINOR_FORMAT   3
 
#define caps_print_debug(fmt, ...)
 
#define _(string)   (string)
 National Language Support related.
 
#define NLS_(string)   (string)
 National Language Support related.
 

Detailed Description

Author
Jürgen Borleis

Macro Definition Documentation

◆ DSO_VISIBLE

#define DSO_VISIBLE

◆ ARRAY_SIZE

#define ARRAY_SIZE (   x)    (sizeof(x)/sizeof(x[0]))

always useful

◆ PPD_MAJOR_FORMAT

#define PPD_MAJOR_FORMAT   4

we try to be conform to PPD specification 4.3

◆ PPD_MINOR_FORMAT

#define PPD_MINOR_FORMAT   3

◆ caps_print_debug

#define caps_print_debug (   fmt,
  ... 
)

◆ _

#define _ (   string)    (string)

◆ NLS_

#define NLS_ (   string)    (string)