1 /* include/config.h. Generated by configure. */ 2 /* include/config.h.in. Generated from configure.ac by autoheader. */ 3 4 #define __WINE_CONFIG_H 5 6 #define HAVE_SPAWNVP 1 7 8 /* Define to 1 if you have the `z' library (-lz). */ 9 #define HAVE_ZLIB 1 10 11 /* Define to 1 if you have the <zlib.h> header file. */ 12 #define HAVE_ZLIB_H 1 13 14 /* Define to 1 if you have the <float.h> header file. */ 15 #define HAVE_FLOAT_H 1 16 17 /* Define to 1 if you have the `getpagesize' function. */ 18 #define HAVE_GETPAGESIZE 1 19 20 /* Define to 1 if you have the <inttypes.h> header file. */ 21 #define HAVE_INTTYPES_H 1 22 23 /* Define to 1 if the system has the type `long long'. */ 24 #define HAVE_LONG_LONG 1 25 26 /* Define to 1 if you have the `memmove' function. */ 27 #define HAVE_MEMMOVE 1 28 29 /* Define to 1 if you have the <memory.h> header file. */ 30 #define HAVE_MEMORY_H 1 31 32 /* Define to 1 if the system has the type `mode_t'. */ 33 #define HAVE_MODE_T 1 34 35 /* Define to 1 if the system has the type `size_t'. */ 36 #define HAVE_SIZE_T 1 37 38 /* Define to 1 if you have the `snprintf' function. */ 39 #define HAVE_SNPRINTF 1 40 41 /* Define to 1 if the system has the type `ssize_t'. */ 42 #define HAVE_SSIZE_T 1 43 44 /* Define to 1 if you have the <stdint.h> header file. */ 45 #define HAVE_STDINT_H 1 46 47 /* Define to 1 if you have the <stdlib.h> header file. */ 48 #define HAVE_STDLIB_H 1 49 50 /* Define to 1 if you have the `strcasecmp' function. */ 51 #if !defined(_WIN32) && !defined(_WIN64) 52 #define HAVE_STRCASECMP 1 53 #endif 54 55 /* Define to 1 if you have the `strerror' function. */ 56 #define HAVE_STRERROR 1 57 58 /* Define to 1 if you have the <strings.h> header file. */ 59 #define HAVE_STRINGS_H 1 60 61 /* Define to 1 if you have the <string.h> header file. */ 62 #define HAVE_STRING_H 1 63 64 /* Define to 1 if you have the `strncasecmp' function. */ 65 #if !defined(_WIN32) && !defined(_WIN64) 66 #define HAVE_STRNCASECMP 1 67 #endif 68 69 /* Define to 1 if you have the <tiffio.h> header file. */ 70 #define HAVE_TIFFIO_H 1 71 72 /* Define to 1 if you have the <sys/param.h> header file. */ 73 #define HAVE_SYS_PARAM_H 1 74 75 /* Define to 1 if you have the <sys/stat.h> header file. */ 76 #define HAVE_SYS_STAT_H 1 77 78 /* Define to 1 if you have the <sys/time.h> header file. */ 79 #ifndef _MSC_VER 80 #define HAVE_SYS_TIME_H 1 81 #endif 82 83 /* Define to 1 if you have the <sys/types.h> header file. */ 84 #define HAVE_SYS_TYPES_H 1 85 86 /* Define if you have the timezone variable */ 87 #define HAVE_TIMEZONE 1 88 89 /* Define to 1 if you have the <unistd.h> header file. */ 90 #if !defined(_MSC_VER) 91 #define HAVE_UNISTD_H 1 92 #endif 93 94 /* Define to 1 if you have the <utime.h> header file. */ 95 #define HAVE_UTIME_H 1 96 97 /* Define if we have va_copy */ 98 #define HAVE_VA_COPY 1 99 100 /* Define to 1 if you have the `vsnprintf' function. */ 101 #define HAVE_VSNPRINTF 1 102 103 /* Define to 1 if you have the `_snprintf' function. */ 104 #define HAVE__SNPRINTF 1 105 106 /* Define to 1 if you have the `_stricmp' function. */ 107 #if defined(_WIN32) || defined(_WIN64) 108 #define HAVE__STRICMP 1 109 #endif 110 111 /* Define to 1 if you have the `_strnicmp' function. */ 112 #if defined(_WIN32) || defined(_WIN64) 113 #define HAVE__STRNICMP 1 114 #endif 115 116 /* Define to 1 if you have the `_vsnprintf' function. */ 117 #define HAVE__VSNPRINTF 1 118 119 /* Define if we have __va_copy */ 120 #define HAVE___VA_COPY 1 121 122 /* Define to the address where bug reports for this package should be sent. */ 123 #define PACKAGE_BUGREPORT "ros-dev@reactos.org" 124 125 /* Define to the full name of this package. */ 126 #define PACKAGE_NAME "ReactOS" 127 128 /* Define to the one symbol short name of this package. */ 129 #define PACKAGE_TARNAME "ReactOS" 130 131 /* Define to the version of this package. */ 132 #define PACKAGE_VERSION "<undefined version>" 133 134 /* Define to the full name and version of this package. */ 135 #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION 136 137 /* Define to 1 if you have the ANSI C header files. */ 138 #define STDC_HEADERS 1 139 140 /* Define to 1 if the X Window System is missing or not being used. */ 141 #define X_DISPLAY_MISSING 1 142 143 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 144 `char[]'. */ 145 #define YYTEXT_POINTER 1 146 147 #if defined(_MSC_VER) 148 #define inline __inline 149 #endif 150