/* config.h.in. Generated from configure.ac by autoheader. */ /** \file * \short autogenerated definition by autoheader. * \author Bruclik */ /* * This file is a part of Geeqie project (http://www.geeqie.org/). * Copyright (C) 2008 - 2016 The Geeqie Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #ifndef _INCLUDE_CONFIG_H #define _INCLUDE_CONFIG_H /* Defined if Geeqie is compiled with debugging messages support */ #undef DEBUG /* always defined to indicate that i18n is enabled */ #undef ENABLE_NLS /* Name of gettext file */ #undef GETTEXT_PACKAGE /* Location of application data */ #undef GQ_APP_DIR /* Location of helper scripts and executables */ #undef GQ_BIN_DIR /* Location of documentation files */ #undef GQ_HELPDIR /* Location of html documentation */ #undef GQ_HTMLDIR /* Define the location where the catalogs will be installed */ #undef GQ_LOCALEDIR /* Define to 1 if you have the `access' function. */ #undef HAVE_ACCESS /* 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 to enable use of clutter library */ #undef HAVE_CLUTTER /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT /* define to enable DjVu support */ #undef HAVE_DJVU /* define to enable exiv2 support */ #undef HAVE_EXIV2 /* Define to 1 if you have the `fflush' function. */ #undef HAVE_FFLUSH /* define to enable ffmpegthumbnailer support */ #undef HAVE_FFMPEGTHUMBNAILER /* define if ffmpegthumbnailer supports embedded metadata */ #undef HAVE_FFMPEGTHUMBNAILER_METADATA /* define if ffmpegthumbnailer supports raw RGB output */ #undef HAVE_FFMPEGTHUMBNAILER_RGB /* define if ffmpegthumbnailer supports specifying size by width/height */ #undef HAVE_FFMPEGTHUMBNAILER_WH /* Define to 1 if you have the `fsync' function. */ #undef HAVE_FSYNC /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define if you have gthread library */ #undef HAVE_GTHREAD /* define to enable heif support */ #undef HAVE_HEIF /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* define to enable j2k support */ #undef HAVE_J2K /* define to enable use of custom jpeg loader */ #undef HAVE_JPEG /* define to enable use of color profiles with lcms */ #undef HAVE_LCMS /* lcms2 is used */ #undef HAVE_LCMS2 /* Define if your file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES /* define to enable use of maps */ #undef HAVE_LIBCHAMPLAIN /* define to enable use of maps */ #undef HAVE_LIBCHAMPLAIN_GTK /* Define to 1 if LIRC must be used */ #undef HAVE_LIRC /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H /* define to enable lua support */ #undef HAVE_LUA /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* define to enable pdf support */ #undef HAVE_PDF /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strverscmp' function. */ #undef HAVE_STRVERSCMP /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* define to enable use of custom tiff loader */ #undef HAVE_TIFF /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* define to enable webp support */ #undef HAVE_WEBP /* Define if _NL_TIME_FIRST_WEEKDAY is available */ #undef HAVE__NL_TIME_FIRST_WEEKDAY /* Build on native win32 OS */ #undef OS_WIN32 /* 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 /* Build on win32 OS */ #undef PLATFORM_WIN32 /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* 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 #endif