summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:30:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:30:19 +0000
commit5c1676dfe6d2f3c837a5e074117b45613fd29a72 (patch)
treecbffb45144febf451e54061db2b21395faf94bfe /config.h.in
parentInitial commit. (diff)
downloadgimp-5c1676dfe6d2f3c837a5e074117b45613fd29a72.tar.xz
gimp-5c1676dfe6d2f3c837a5e074117b45613fd29a72.zip
Adding upstream version 2.10.34.upstream/2.10.34upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in368
1 files changed, 368 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..11baed5
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,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