1cups-config(1)                    Apple Inc.                    cups-config(1)
2
3
4

NAME

6       cups-config - get cups api, compiler, directory, and link information.
7

SYNOPSIS

9       cups-config --api-version
10       cups-config --build
11       cups-config --cflags
12       cups-config --datadir
13       cups-config --help
14       cups-config --ldflags
15       cups-config [ --image ] [ --static ] --libs
16       cups-config --serverbin
17       cups-config --serverroot
18       cups-config --version
19

DESCRIPTION

21       cups-config  is  the  CUPS  program configuration utility. It should be
22       used by application developers to determine the necessary  command-line
23       options  for  the compiler and linker, as well as determining installa‐
24       tion directories for filters, configuration files, and drivers.
25

OPTIONS

27       --api-version
28            Displays the current API version (major.minor).
29
30       --build
31            Displays a system-specific build number.
32
33       --cflags
34            Displays the necessary compiler options.
35
36       --datadir
37            Displays the default CUPS data directory.
38
39       --help
40            Displays the program usage message.
41
42       --image
43            When used with --libs, adds the CUPS imaging library to  the  list
44            of displayed libraries.
45
46       --ldflags
47            Displays the necessary linker options.
48
49       --libs
50            Displays the necessary librarys to link to.
51
52       --serverbin
53            Displays  the  default  CUPS  binary  directory, where filters and
54            backends are stored.
55
56       --serverroot
57            Displays the default CUPS configuration file directory.
58
59       --static
60            When used with --libs, shows the static libraries instead  of  the
61            default (shared) libraries.
62
63       --version
64            Displays   the  full  version  number  of  the  CUPS  installation
65            (major.minor.patch).
66

SEE ALSO

68       http://localhost:631/help
69
71       Copyright 2007-2013 by Apple Inc.
72
73
74
7523 October 2008                      CUPS                       cups-config(1)
Impressum