1/* config.h. Generated from config.h.in by configure. */ 2/* config.h.in. Generated from configure.ac by autoheader. */ 3 4/* generate PSL data using libicu */ 5/* #undef BUILTIN_GENERATOR_LIBICU */ 6 7/* generate PSL data using libidn */ 8/* #undef BUILTIN_GENERATOR_LIBIDN */ 9 10/* generate PSL data using libidn2 */ 11/* #undef BUILTIN_GENERATOR_LIBIDN2 */ 12 13/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 14 systems. This function is required for `alloca.c' support on those systems. 15 */ 16/* #undef CRAY_STACKSEG_END */ 17 18/* Define to 1 if using `alloca.c'. */ 19/* #undef C_ALLOCA */ 20 21/* Define to 1 if translation of program messages to the user's native 22 language is requested. */ 23#ifdef USE_GETTEXT 24# define ENABLE_NLS 1 25#endif 26 27/* Define to 1 if you have `alloca', as a function or macro. */ 28#ifdef _MSC_VER 29# define alloca _alloca 30#endif 31#define HAVE_ALLOCA 1 32 33/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 34 */ 35/* #undef HAVE_ALLOCA_H */ 36 37/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 38 CoreFoundation framework. */ 39/* #undef HAVE_CFLOCALECOPYCURRENT */ 40 41/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 42 the CoreFoundation framework. */ 43/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 44 45/* Define to 1 if you have the `clock_gettime' function. */ 46#ifndef _MSC_VER 47# define HAVE_CLOCK_GETTIME 1 48#endif 49 50/* Define if the GNU dcgettext() function is already present or preinstalled. 51 */ 52#ifdef USE_GETTEXT 53# define HAVE_DCGETTEXT 1 54#endif 55 56/* Define to 1 if you have the <dlfcn.h> header file. */ 57/* #undef HAVE_DLFCN_H */ 58 59/* Define to 1 if you have the `fmemopen' function. */ 60/* #undef HAVE_FMEMOPEN */ 61 62/* Define if the GNU gettext() function is already present or preinstalled. */ 63#ifdef USE_GETTEXT 64# define HAVE_GETTEXT 1 65#endif 66 67/* Define if you have the iconv() function and it works. */ 68#ifdef USE_ICONV 69# define HAVE_ICONV 1 70#endif 71 72/* Define to 1 if you have the <inttypes.h> header file. */ 73#if !defined (_MSC_VER) || (_MSC_VER >= 1800) 74# define HAVE_INTTYPES_H 1 75#endif 76 77/* Define to 1 if you have the <memory.h> header file. */ 78#define HAVE_MEMORY_H 1 79 80/* Define to 1 if you have the <stdint.h> header file. */ 81#if !defined (_MSC_VER) || (_MSC_VER >= 1600) 82# define HAVE_STDINT_H 1 83#endif 84 85/* Define to 1 if you have the <stdlib.h> header file. */ 86#define HAVE_STDLIB_H 1 87 88/* Define to 1 if you have the <strings.h> header file. */ 89#ifndef _MSC_VER 90# define HAVE_STRINGS_H 1 91#endif 92 93/* Define to 1 if you have the <string.h> header file. */ 94#define HAVE_STRING_H 1 95 96/* Define to 1 if you have the `strndup' function. */ 97/* #undef HAVE_STRNDUP */ 98 99/* Define to 1 if you have the <sys/stat.h> header file. */ 100#define HAVE_SYS_STAT_H 1 101 102/* Define to 1 if you have the <sys/types.h> header file. */ 103#define HAVE_SYS_TYPES_H 1 104 105/* Define to 1 if you have the <unistd.h> header file. */ 106#ifndef _MSC_VER 107# define HAVE_UNISTD_H 1 108#endif 109 110/* Define to 1 or 0, depending whether the compiler supports simple visibility 111 declarations. */ 112#ifndef _MSC_VER 113# define HAVE_VISIBILITY 1 114#endif 115 116/* Define as const if the declaration of iconv() needs const. */ 117/* #undef ICONV_CONST */ 118 119/* Define to the sub-directory where libtool stores uninstalled libraries. */ 120#define LT_OBJDIR ".libs/" 121 122/* Define to the address where bug reports for this package should be sent. */ 123#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@" 124 125/* Define to the full name of this package. */ 126#define PACKAGE_NAME "@PACKAGE_NAME@" 127 128/* Define to the full name and version of this package. */ 129#define PACKAGE_STRING "@PACKAGE_NAME@ @PACKAGE_VERSION@" 130 131/* Define to the one symbol short name of this package. */ 132#define PACKAGE_TARNAME "@PACKAGE_TARNAME@" 133 134/* Define to the home page for this package. */ 135#define PACKAGE_URL "@PACKAGE_URL@" 136 137/* Define to the version of this package. */ 138#define PACKAGE_VERSION "@PACKAGE_VERSION@" 139 140/* If using the C implementation of alloca, define if you know the 141 direction of stack growth for your system; otherwise it will be 142 automatically deduced at runtime. 143 STACK_DIRECTION > 0 => grows toward higher addresses 144 STACK_DIRECTION < 0 => grows toward lower addresses 145 STACK_DIRECTION = 0 => direction of growth unknown */ 146/* #undef STACK_DIRECTION */ 147 148/* Define to 1 if you have the ANSI C header files. */ 149#define STDC_HEADERS 1 150 151/* generate PSL data using libicu */ 152/* #undef WITH_LIBICU */ 153 154/* generate PSL data using libidn */ 155/* #undef WITH_LIBIDN */ 156 157/* generate PSL data using libidn2 */ 158/* #undef WITH_LIBIDN2 */ 159 160/* Define to `__inline__' or `__inline' if that's what the C compiler 161 calls it, or to nothing if 'inline' is not supported under any name. */ 162#ifndef __cplusplus 163# if defined (_MSC_VER) && (_MSC_VER < 1900) 164# define inline __inline 165# endif 166#endif 167 168/* Define to `unsigned int' if <sys/types.h> does not define. */ 169/* #undef size_t */ 170