/* src/config.h.  Generated from config.h.in by configure.  */
/* src/config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 if translation of program messages to the user's native
   language is requested. */
#define ENABLE_NLS 1

/* Gettext package name */
#define GETTEXT_PACKAGE "viking"

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

/* Define to 1 if you have the <bzlib.h> header file. */
#define HAVE_BZLIB_H 1

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

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

/* Define if the GNU dcgettext() function is already present or preinstalled.
   */
#define HAVE_DCGETTEXT 1

/* Define to 1 if you have the <expat.h> header file. */
#define HAVE_EXPAT_H 1

/* Define to 1 if you have the `floor' function. */
/* #undef HAVE_FLOOR */

/* Define to 1 if you have the `fmemopen' function. */
#define HAVE_FMEMOPEN 1

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

/* Define to 1 if you have the <gps.h> header file. */
#define HAVE_GPS_H 1

/* Define if you have the iconv() function and it works. */
/* #undef HAVE_ICONV */

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

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

/* Define to 1 if you have the `bz2' library (-lbz2). */
#define HAVE_LIBBZ2 1

/* Define to 1 if you have a functional curl library. */
#define HAVE_LIBCURL 1

/* Define to 1 if you have the `exif' library (-lexif). */
/* #undef HAVE_LIBEXIF */

/* Define to 1 if you have the `geoclue-2' library (-lgeoclue-2). */
#define HAVE_LIBGEOCLUE_2 1

/* Define to 1 if you have the `gexiv2' library (-lgexiv2). */
#define HAVE_LIBGEXIV2 1

/* Define to 1 if you have the `gps' library (-lgps). */
#define HAVE_LIBGPS 1

/* Define to 1 if you have the `icuuc' library (-licuuc). */
#define HAVE_LIBICUUC 1

/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1

/* Define to 1 if you have the `magic' library (-lmagic). */
#define HAVE_LIBMAGIC 1

/* Define to 1 if you have the `mapnik' library (-lmapnik). */
#define HAVE_LIBMAPNIK 1

/* Define to 1 if you have the `nettle' library (-lnettle). */
#define HAVE_LIBNETTLE 1

/* Define to 1 if you have the `oauth' library (-loauth). */
#define HAVE_LIBOAUTH 1

/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
#define HAVE_LIBSQLITE3 1

/* Define to 1 if you have the `stdc++' library (-lstdc++). */
#define HAVE_LIBSTDC__ 1

/* Define to 1 if you have the `X11' library (-lX11). */
#define HAVE_LIBX11 1

/* Define to 1 if you have the `z' library (-lz). */
#define HAVE_LIBZ 1

/* Define to 1 if you have the `zip' library (-lzip). */
#define HAVE_LIBZIP 1

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

/* Define to 1 if you have the <magic.h> header file. */
#define HAVE_MAGIC_H 1

/* Define to 1 if you have the <malloc.h> header file. */
#define HAVE_MALLOC_H 1

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

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

/* Define to 1 if you have the `memset' function. */
#define HAVE_MEMSET 1

/* Define to 1 if you have the `mkdtemp' function. */
#define HAVE_MKDTEMP 1

/* Define to 1 if you have the <oauth.h> header file. */
#define HAVE_OAUTH_H 1

/* Define to 1 if you have the `pow' function. */
/* #undef HAVE_POW */

/* Define to 1 if you have the `realpath' function. */
#define HAVE_REALPATH 1

/* Define to 1 if you have the <sqlite3.h> header file. */
#define HAVE_SQLITE3_H 1

/* Define to 1 if you have the `sqrt' function. */
/* #undef HAVE_SQRT */

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

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

/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1

/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1

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

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

/* Define to 1 if you have the `strncasecmp' function. */
#define HAVE_STRNCASECMP 1

/* Define to 1 if you have the `strtol' function. */
#define HAVE_STRTOL 1

/* Define to 1 if you have the `strtoul' function. */
#define HAVE_STRTOUL 1

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

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

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

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

/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1

/* Enable Viking specifics in otherwise reusable code */
#define HAVE_VIKING 1

/* Define to 1 if you have the <X11/Xlib.h> header file. */
#define HAVE_X11_XLIB_H 1

/* Define to 1 if you have the <zip.h> header file. */
#define HAVE_ZIP_H 1

/* Defined if libcurl supports AsynchDNS */
#define LIBCURL_FEATURE_ASYNCHDNS 1

/* Defined if libcurl supports IDN */
#define LIBCURL_FEATURE_IDN 1

/* Defined if libcurl supports IPv6 */
#define LIBCURL_FEATURE_IPV6 1

/* Defined if libcurl supports KRB4 */
/* #undef LIBCURL_FEATURE_KRB4 */

/* Defined if libcurl supports libz */
#define LIBCURL_FEATURE_LIBZ 1

/* Defined if libcurl supports NTLM */
#define LIBCURL_FEATURE_NTLM 1

/* Defined if libcurl supports SSL */
#define LIBCURL_FEATURE_SSL 1

/* Defined if libcurl supports SSPI */
/* #undef LIBCURL_FEATURE_SSPI */

/* Defined if libcurl supports DICT */
#define LIBCURL_PROTOCOL_DICT 1

/* Defined if libcurl supports FILE */
#define LIBCURL_PROTOCOL_FILE 1

/* Defined if libcurl supports FTP */
#define LIBCURL_PROTOCOL_FTP 1

/* Defined if libcurl supports FTPS */
#define LIBCURL_PROTOCOL_FTPS 1

/* Defined if libcurl supports HTTP */
#define LIBCURL_PROTOCOL_HTTP 1

/* Defined if libcurl supports HTTPS */
#define LIBCURL_PROTOCOL_HTTPS 1

/* Defined if libcurl supports LDAP */
#define LIBCURL_PROTOCOL_LDAP 1

/* Defined if libcurl supports TELNET */
#define LIBCURL_PROTOCOL_TELNET 1

/* Defined if libcurl supports TFTP */
#define LIBCURL_PROTOCOL_TFTP 1

/* Define the location where the catalogs will be installed */
#define LOCALEDIR "/usr/local/share/locale"

/* Name of package */
#define PACKAGE "viking"

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

/* Define to the full name of this package. */
#define PACKAGE_NAME "viking"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "viking 1.8"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "viking"

/* Define to the home page for this package. */
#define PACKAGE_URL "http://viking.sf.net/"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.8"

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

/* The Year */
#define THEYEAR "2020"

/* Version number of package */
#define VERSION "1.8"

/* BING STUFF */
#define VIK_CONFIG_BING /**/

/* BLUEMARBLE STUFF */
#define VIK_CONFIG_BLUEMARBLE /**/

/* Age of tiles before checking it (in seconds) */
#define VIK_CONFIG_DEFAULT_TILE_AGE 604800

/* DEM24K STUFF */
/* #undef VIK_CONFIG_DEM24K */

/* EXPEDIA STUFF */
/* #undef VIK_CONFIG_EXPEDIA */

/* GEOCACHES STUFF */
/* #undef VIK_CONFIG_GEOCACHES */

/* GEONAMES STUFF */
#define VIK_CONFIG_GEONAMES /**/

/* geonames username */
#define VIK_CONFIG_GEONAMES_USERNAME "viking"

/* GEOTAG STUFF */
#define VIK_CONFIG_GEOTAG /**/

/* GOOGLE STUFF */
#define VIK_CONFIG_GOOGLE /**/

/* Mapbox Token */
#define VIK_CONFIG_MAPBOX_TOKEN "pk.eyJ1Ijoicndub3JyaXMiLCJhIjoiY2lxc294anN2MDA5bWhzbWFseWsxMW1ydiJ9.HcybKtZsiG6RVuOHg481Kg"

/* Size of the map cache */
#define VIK_CONFIG_MAPCACHE_SIZE 128

/* OPENSTREETMAP STUFF */
#define VIK_CONFIG_OPENSTREETMAP /**/

/* REALTIME GPS TRACKING STUFF */
#define VIK_CONFIG_REALTIME_GPS_TRACKING /**/

/* TERRASERVER STUFF */
/* #undef VIK_CONFIG_TERRASERVER */

/* Thunderforest key */
#define VIK_CONFIG_THUNDERFOREST_KEY "7387c111d85642b18f63608bd4cb8b4f"

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */

/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */

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