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