summaryrefslogtreecommitdiffstats
path: root/config.h.in
blob: 11baed56493355fb9e106cabcea904fd98737310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 if you are compiling for PowerPC. */
#undef ARCH_PPC

/* Define to 1 if you are compiling for PowerPC64. */
#undef ARCH_PPC64

/* Define to 1 if you are compiling for ix86. */
#undef ARCH_X86

/* Define to 1 if you are compiling for amd64. */
#undef ARCH_X86_64

/* The URL to open in order to report bugs */
#undef BUG_REPORT_URL

/* Define to 1 if automatic update check is enabled */
#undef CHECK_UPDATE

/* The path to default color profiles for this system */
#undef COLOR_PROFILE_DIRECTORY

/* Define to 1 if SSE2 intrinsics are available. */
#undef COMPILE_SSE2_INTRINISICS

/* Define to 1 if SSE4.1 intrinsics are available. */
#undef COMPILE_SSE4_1_INTRINISICS

/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
   systems. This function is required for `alloca.c' support on those systems.
   */
#undef CRAY_STACKSEG_END

/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA

/* Define to 1 to enable support for multiple processors. */
#undef ENABLE_MP

/* always defined to indicate that i18n is enabled */
#undef ENABLE_NLS

/* Define to 1 if resources are considered bundled under the same prefix */
#undef ENABLE_RELOCATABLE_RESOURCES

/* Define to 1 if GIMP should open a debug console at start */
#undef ENABLE_WIN32_DEBUG_CONSOLE

/* The prefix for our gettext translation domains. */
#undef GETTEXT_PACKAGE

/* The string defining the build */
#undef GIMP_BUILD_ID

/* The OS this was built for */
#undef GIMP_BUILD_PLATFORM

/* The OS family this was built for */
#undef GIMP_BUILD_PLATFORM_FAMILY

/* libgimp pkg-config version */
#undef GIMP_PKGCONFIG_VERSION

/* Define to 1 if this is a release version of GIMP */
#undef GIMP_RELEASE

/* GIMP tools version */
#undef GIMP_TOOL_VERSION

/* Define to 1 if this is code from the unstable branch of GIMP */
#undef GIMP_UNSTABLE

/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA

/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   */
#undef HAVE_ALLOCA_H

/* Define to 1 if alsa is available */
#undef HAVE_ALSA

/* Define to 1 if you have the <altivec.h> header file. */
#undef HAVE_ALTIVEC_H

/* Define to 1 if the altivec runtime test should use a sysctl. */
#undef HAVE_ALTIVEC_SYSCTL

/* Define to 1 if you have the `backtrace' function. */
#undef HAVE_BACKTRACE

/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET

/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
   CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT

/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
   the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE

/* define if the compiler supports basic C++14 syntax */
#undef HAVE_CXX14

/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT

/* Define to 1 if you have the `difftime' function. */
#undef HAVE_DIFFTIME

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
#undef HAVE_DOPRNT

/* Define to 1 if you have DirectX DirectInput headers and libraries */
#undef HAVE_DX_DINPUT

/* Define to 1 when Dr. MingW is available */
#undef HAVE_EXCHNDL

/* Define to 1 if you have the <execinfo.h> header file. */
#undef HAVE_EXECINFO_H

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the `finite' function. */
#undef HAVE_FINITE

/* Define to 1 if you have the `fsync' function. */
#undef HAVE_FSYNC

/* Define to 1 if the system has the `destructor' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_DESTRUCTOR

/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO

/* Define to 1 if you have the `getnameinfo' function. */
#undef HAVE_GETNAMEINFO

/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT

/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <sys/ipc.h> header file. */
#undef HAVE_IPC_H

/* Define to 1 if you have the `isfinite' function. */
#undef HAVE_ISFINITE

/* Define to 1 if the iso-codes package is available */
#undef HAVE_ISO_CODES

/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES

/* Define to 1 if you have the `asound' library (-lasound). */
#undef HAVE_LIBASOUND

/* Define to 1 if libbacktrace is available */
#undef HAVE_LIBBACKTRACE

/* Define to 1 if you have the `execinfo' library (-lexecinfo). */
#undef HAVE_LIBEXECINFO

/* Define to 1 if libgudev is available */
#undef HAVE_LIBGUDEV

/* Define to 1 if libheif >= 1.4.0 is available */
#undef HAVE_LIBHEIF_1_4_0

/* Define to 1 if you have the `jpeg' library (-ljpeg). */
#undef HAVE_LIBJPEG

/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL

/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET

/* Define to 1 if libunwind is available */
#undef HAVE_LIBUNWIND

/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H

/* Define to 1 if you have the <math.h> header file. */
#undef HAVE_MATH_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_MMAN_H

/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP

/* Define to 1 if you have the rint function. */
#undef HAVE_RINT

/* Define to 1 if you have the <sys/shm.h> header file. */
#undef HAVE_SHM_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/prctl.h> header file. */
#undef HAVE_SYS_PRCTL_H

/* Define to 1 if you have the <sys/select.h> header. */
#undef HAVE_SYS_SELECT_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/thr.h> header file. */
#undef HAVE_SYS_THR_H

/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H

/* Define to 1 if you have the `thr_self' function. */
#undef HAVE_THR_SELF

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `vfork' function. */
#undef HAVE_VFORK

/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF

/* Define to 1 if webkit is available */
#undef HAVE_WEBKIT

/* Define to 1 if you have the <X11/extensions/shape.h> header file. */
#undef HAVE_X11_EXTENSIONS_SHAPE_H

/* Define to 1 if you have the <X11/Xmu/WinUtil.h> header file. */
#undef HAVE_X11_XMU_WINUTIL_H

/* Define to 1 to if the XFIXES X extension is available */
#undef HAVE_XFIXES

/* Define to 1 if xvfb-run is available */
#undef HAVE_XVFB_RUN

/* Define to 1 if _NL_MEASUREMENT_MEASUREMENT is available */
#undef HAVE__NL_MEASUREMENT_MEASUREMENT

/* Define to 1 if shared memory segments are released deferred. */
#undef IPC_RMID_DEFERRED_RELEASE

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Define to 1 if you don't have the fd_set typedef. */
#undef NO_FD_SET

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* define to 1 if compiling for Mac OS X */
#undef PLATFORM_OSX

/* The MTA used by the mail plug-in. */
#undef SENDMAIL

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at runtime.
	STACK_DIRECTION > 0 => grows toward higher addresses
	STACK_DIRECTION < 0 => grows toward lower addresses
	STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME

/* Define to 1 if AltiVec support is available. */
#undef USE_ALTIVEC

/* Define to 1 if MMX assembly is available. */
#undef USE_MMX

/* Define to 1 to use POSIX shared memory */
#undef USE_POSIX_SHM

/* Define to 1 if SSE assembly is available. */
#undef USE_SSE

/* Define to 1 to use SYSV shared memory */
#undef USE_SYSV_SHM

/* Define if 32-bit versions of libraries are packaged in an alternative
   folder */
#undef WIN32_32BIT_DLL_FOLDER

/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING

/* Enable large inode numbers on Mac OS X 10.5.  */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t

/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t