~naesten/tex-live/trunk

« back to all changes in this revision

Viewing changes to libs/poppler/poppler-src/config.h.cmake

  • Committer: karl
  • Date: 2018-01-09 18:53:05 UTC
  • Revision ID: svn-v4:c570f23f-e606-0410-a88d-b1316a301751:trunk/Build/source:46257
poppler 0.62.0, requiring C++11; luatex not updated yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
/* Use cairo for rendering. */
31
31
#cmakedefine HAVE_CAIRO 1
32
32
 
 
33
/* Do we have any DCT decoder?. */
 
34
#cmakedefine HAVE_DCT_DECODER 1
 
35
 
 
36
/* Do we have any JPX decoder?. */
 
37
#cmakedefine HAVE_JPX_DECODER 1
 
38
 
33
39
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
34
40
   */
35
41
#cmakedefine HAVE_DIRENT_H 1
40
46
/* Define to 1 if you have the <fcntl.h> header file. */
41
47
#cmakedefine HAVE_FCNTL_H 1
42
48
 
43
 
/* Have FreeType2 include files */
44
 
#cmakedefine HAVE_FREETYPE_H 1
45
 
 
46
49
/* Define to 1 if you have the `fseek64' function. */
47
50
#cmakedefine HAVE_FSEEK64 1
48
51
 
70
73
/* Define if you have the iconv() function and it works. */
71
74
#cmakedefine HAVE_ICONV 1
72
75
 
73
 
/* Define to 1 if you have the <inttypes.h> header file. */
74
 
#cmakedefine HAVE_INTTYPES_H 1
75
 
 
76
 
/* Define to 1 if you have the `openjpeg' library (-lopenjpeg). */
77
 
#cmakedefine HAVE_LIBOPENJPEG 1
78
 
 
79
76
/* Define to 1 if you have the `z' library (-lz). */
80
77
#cmakedefine HAVE_LIBZ 1
81
78
 
82
79
/* Defines if localtime_r is available on your system */
83
80
#cmakedefine HAVE_LOCALTIME_R 1
84
81
 
85
 
/* Define to 1 if you have the <memory.h> header file. */
86
 
#cmakedefine HAVE_MEMORY_H 1
87
 
 
88
82
/* Define to 1 if you have the `mkstemp' function. */
89
83
#cmakedefine HAVE_MKSTEMP 1
90
84
 
91
 
/* Define to 1 if you have the `mkstemps' function. */
92
 
#cmakedefine HAVE_MKSTEMPS 1
93
 
 
94
85
/* Define to 1 if you have the `rand_r' function. */
95
86
#cmakedefine HAVE_RAND_R 1
96
87
 
 
88
/* Define to 1 if you have the `strcpy_s' function. */
 
89
#cmakedefine HAVE_STRCPY_S 1
 
90
 
 
91
/* Define to 1 if you have the `strcat_s' function. */
 
92
#cmakedefine HAVE_STRCAT_S 1
 
93
 
 
94
/* Defines if strtok_r is available on your system */
 
95
#cmakedefine HAVE_STRTOK_R 1
 
96
 
97
97
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
98
98
#cmakedefine HAVE_NDIR_H 1
99
99
 
100
 
/* Define to 1 if you have the <openjpeg.h> header file. */
101
 
#cmakedefine HAVE_OPENJPEG_H 1
102
 
 
103
100
/* Define to 1 if you have the `popen' function. */
104
101
#cmakedefine HAVE_POPEN 1
105
102
 
106
 
/* Define if you have POSIX threads libraries and header files. */
107
 
#cmakedefine HAVE_PTHREAD 1
108
 
 
109
103
/* Use splash for rendering. */
110
104
#cmakedefine HAVE_SPLASH 1
111
105
 
112
 
/* Define to 1 if you have the <stdint.h> header file. */
113
 
#cmakedefine HAVE_STDINT_H 1
114
 
 
115
 
/* Define to 1 if you have the <stdlib.h> header file. */
116
 
#cmakedefine HAVE_STDLIB_H 1
117
 
 
118
 
/* Define to 1 if you have the <strings.h> header file. */
119
 
#cmakedefine HAVE_STRINGS_H 1
120
 
 
121
 
/* Define to 1 if you have the <string.h> header file. */
122
 
#cmakedefine HAVE_STRING_H 1
123
 
 
124
106
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
125
107
   */
126
108
#cmakedefine HAVE_SYS_DIR_H 1
135
117
/* Define to 1 if you have the <sys/stat.h> header file. */
136
118
#cmakedefine HAVE_SYS_STAT_H 1
137
119
 
138
 
/* Define to 1 if you have the <sys/types.h> header file. */
139
 
#cmakedefine HAVE_SYS_TYPES_H 1
140
 
 
141
120
/* Define to 1 if you have the <unistd.h> header file. */
142
121
#cmakedefine HAVE_UNISTD_H 1
143
122
 
144
 
/* Define to 1 if you have the <zlib.h> header file. */
145
 
#cmakedefine HAVE_ZLIB_H 1
146
 
 
147
123
/* Define to 1 if you have a big endian machine */
148
124
#cmakedefine WORDS_BIGENDIAN 1
149
125
 
186
162
/* Include support for CMYK rasterization */
187
163
#cmakedefine SPLASH_CMYK 1
188
164
 
189
 
/* Define to 1 if you have the ANSI C header files. */
190
 
#define STDC_HEADERS 1
191
 
 
192
165
/* Enable word list support. */
193
166
#cmakedefine TEXTOUT_WORD_LIST 1
194
167
 
201
174
/* Use single precision arithmetic in the Splash backend */
202
175
#cmakedefine USE_FLOAT 1
203
176
 
204
 
/* Defines if use lcms1 */
205
 
#cmakedefine USE_LCMS1 1
206
 
 
207
177
/* Version number of package */
208
178
#define VERSION "${POPPLER_VERSION}"
209
179
 
216
186
/* OpenJPEG with the OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG flag */
217
187
#cmakedefine WITH_OPENJPEG_IGNORE_PCLR_CMAP_CDEF_FLAG 1
218
188
 
219
 
/* Define to 1 if the X Window System is missing or not being used. */
220
 
/* #undef X_DISPLAY_MISSING */
221
 
 
222
 
/*
223
 
 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
224
 
 * headers and I'm too lazy to write a configure test as long as only
225
 
 * unixware is related
226
 
 */
227
 
#ifdef _UNIXWARE
228
 
#define HAVE_BOOLEAN
229
 
#endif
230
 
 
231
189
/* MS defined snprintf as deprecated but then added it in Visual Studio 2015. */
232
190
#if defined(_MSC_VER) && _MSC_VER < 1900
233
191
#define snprintf _snprintf
234
192
#endif
235
193
 
 
194
//------------------------------------------------------------------------
 
195
// popen
 
196
//------------------------------------------------------------------------
 
197
#if defined(_MSC_VER) || defined(__BORLANDC__)
 
198
#define popen _popen
 
199
#define pclose _pclose
 
200
#endif
 
201
 
236
202
/* Number of bits in a file offset, on hosts where this is settable. */
237
203
#cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
238
204