summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in185
1 files changed, 185 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 00000000..cddf8aea
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,185 @@
+/* config.h.in. Generated from configure.in by autoheader. */
+#undef ENABLE_INSTALLER
+#undef ENABLE_NLS
+#undef ENABLE_PROFILER
+#undef GETTEXT_PACKAGE
+#undef HAVE_CATGETS
+#undef HAVE_GETTEXT
+#undef HAVE_LC_MESSAGES
+#undef HAVE_LIBBZ2
+#undef HAVE_LIBJPEG
+#undef HAVE_MEDUSA
+#undef HAVE_STPCPY
+#undef bzclose
+#undef bzCompress
+#undef bzCompressInit
+#undef bzDecompress
+#undef bzDecompressInit
+#undef bzdopen
+#undef bzerror
+#undef bzflush
+#undef bzopen
+#undef bzread
+#undef bzwrite
+#define HAVE_GTK_MULTIHEAD /* needed for egg-screen-exec functions */
+#undef HAVE_STARTUP_NOTIFICATION
+#undef HAVE_EXIF
+#undef HAVE_OLD_EXIF
+#undef HAVE_RENDER
+
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
+/* define to enable the empty view that is used for performance measurement */
+#undef ENABLE_EMPTY_VIEW
+
+/* always defined to indicate that i18n is enabled */
+#undef ENABLE_NLS
+
+/* define to enable PackageKit mimetype installer */
+#undef ENABLE_PACKAGEKIT
+
+/* define to enable the profiler */
+#undef ENABLE_PROFILER
+
+/* the gettext translation domain */
+#undef GETTEXT_PACKAGE
+
+/* Define to 1 if you have the `bind_textdomain_codeset' function. */
+#undef HAVE_BIND_TEXTDOMAIN_CODESET
+
+/* Define to 1 if you have the `dcgettext' function. */
+#undef HAVE_DCGETTEXT
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to enable xmp support */
+#undef HAVE_EXEMPI
+
+/* Define if we have exempi with the new API */
+#undef HAVE_EXEMPI_NEW_API
+
+/* Define to enable EXIF support */
+#undef HAVE_EXIF
+
+/* Define if the GNU gettext() function is already present or preinstalled. */
+#undef HAVE_GETTEXT
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES
+
+/* Define to 1 if you have the `m' library (-lm). */
+#undef HAVE_LIBM
+
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
+/* Define to 1 if you have the `mallopt' function. */
+#undef HAVE_MALLOPT
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define if your EXIF library has old API */
+#undef HAVE_OLD_EXIF
+
+/* Define to 1 if libselinux is available */
+#undef HAVE_SELINUX
+
+/* Define to 1 if you have the <selinux/selinux.h> header file. */
+#undef HAVE_SELINUX_SELINUX_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 if strftime supports %E and %O modifiers. */
+#undef HAVE_STRFTIME_EXTENSION
+
+/* 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/mount.h> header file. */
+#undef HAVE_SYS_MOUNT_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/stat.h> header file. */
+#undef HAVE_SYS_STAT_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/vfs.h> header file. */
+#undef HAVE_SYS_VFS_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to 1 if you have the <X11/XF86keysym.h> header file. */
+#undef HAVE_X11_XF86KEYSYM_H
+
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
+/* Define the location where the catalogs will be installed */
+#undef MATELOCALEDIR
+
+/* Name of package */
+#undef PACKAGE
+
+/* 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 you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Version number of package */
+#undef VERSION
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+# undef WORDS_BIGENDIAN
+# endif
+#endif
+
+/* Define to 1 if the X Window System is missing or not being used. */
+#undef X_DISPLAY_MISSING
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const