~ubuntu-branches/debian/experimental/cups-filters/experimental

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2015-01-15 18:06:05 UTC
  • mfrom: (1.2.25)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: package-import@ubuntu.com-20150115180605-fnfbqv85k3y5zggk
Tags: upstream-1.0.62
ImportĀ upstreamĀ versionĀ 1.0.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
/* CUPS datadir */
13
13
#undef CUPS_DATADIR
14
14
 
 
15
/* "Domain socket of CUPS" */
 
16
#undef CUPS_DEFAULT_DOMAINSOCKET
 
17
 
15
18
/* Path to CUPS fonts dir */
16
19
#undef CUPS_FONTPATH
17
20
 
24
27
/* Define default renderer */
25
28
#undef CUPS_PDFTOPS_RENDERER
26
29
 
 
30
/* pdftocairo binary to use. */
 
31
#undef CUPS_POPPLER_PDFTOCAIRO
 
32
 
27
33
/* pdftops binary to use. */
28
34
#undef CUPS_POPPLER_PDFTOPS
29
35
 
33
39
/* CUPS serverroot */
34
40
#undef CUPS_SERVERROOT
35
41
 
 
42
/* Transient run-time state dir of CUPS */
 
43
#undef CUPS_STATEDIR
 
44
 
36
45
/* Define that we provide acroread. */
37
46
#undef HAVE_ACROREAD
38
47
 
90
99
/* Define to 1 if you have the `open_memstream' function. */
91
100
#undef HAVE_OPEN_MEMSTREAM
92
101
 
 
102
/* Define that we provide poppler pdftocairo. */
 
103
#undef HAVE_POPPLER_PDFTOCAIRO
 
104
 
93
105
/* Define that we provide poppler pdftops. */
94
106
#undef HAVE_POPPLER_PDFTOPS
95
107
 
117
129
/* Define to 1 if you have the <string.h> header file. */
118
130
#undef HAVE_STRING_H
119
131
 
 
132
/* Define to 1 if you have the `strlcat' function. */
 
133
#undef HAVE_STRLCAT
 
134
 
 
135
/* Define to 1 if you have the `strlcpy' function. */
 
136
#undef HAVE_STRLCPY
 
137
 
120
138
/* Define to 1 if you have the `strtoll' function. */
121
139
#undef HAVE_STRTOLL
122
140
 
148
166
   */
149
167
#undef LT_OBJDIR
150
168
 
151
 
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
152
 
#undef NO_MINUS_C_MINUS_O
153
 
 
154
169
/* Name of package */
155
170
#undef PACKAGE
156
171