ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

config.h
Go to the documentation of this file.
00001 /* include/config.h.  Generated by configure.  */
00002 /* include/config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 #define __WINE_CONFIG_H
00005 
00006 #define HAVE_SPAWNVP 1
00007 
00008 /* Define to 1 if you have the <float.h> header file. */
00009 #define HAVE_FLOAT_H 1
00010 
00011 /* Define to 1 if you have the `getpagesize' function. */
00012 #define HAVE_GETPAGESIZE 1
00013 
00014 /* Define to 1 if you have the <inttypes.h> header file. */
00015 #define HAVE_INTTYPES_H 1
00016 
00017 /* Define to 1 if the system has the type `long long'. */
00018 #define HAVE_LONG_LONG 1
00019 
00020 /* Define to 1 if you have the `memmove' function. */
00021 #define HAVE_MEMMOVE 1
00022 
00023 /* Define to 1 if you have the <memory.h> header file. */
00024 #define HAVE_MEMORY_H 1
00025 
00026 /* Define to 1 if the system has the type `mode_t'. */
00027 #define HAVE_MODE_T 1
00028 
00029 /* Define to 1 if the system has the type `size_t'. */
00030 #define HAVE_SIZE_T 1
00031 
00032 /* Define to 1 if you have the `snprintf' function. */
00033 #define HAVE_SNPRINTF 1
00034 
00035 /* Define to 1 if the system has the type `ssize_t'. */
00036 #define HAVE_SSIZE_T 1
00037 
00038 /* Define to 1 if you have the <stdint.h> header file. */
00039 #define HAVE_STDINT_H 1
00040 
00041 /* Define to 1 if you have the <stdlib.h> header file. */
00042 #define HAVE_STDLIB_H 1
00043 
00044 /* Define to 1 if you have the `strcasecmp' function. */
00045 #if !defined(_WIN32) && !defined(_WIN64)
00046 #define HAVE_STRCASECMP 1
00047 #endif
00048 
00049 /* Define to 1 if you have the `strerror' function. */
00050 #define HAVE_STRERROR 1
00051 
00052 /* Define to 1 if you have the <strings.h> header file. */
00053 #define HAVE_STRINGS_H 1
00054 
00055 /* Define to 1 if you have the <string.h> header file. */
00056 #define HAVE_STRING_H 1
00057 
00058 /* Define to 1 if you have the `strncasecmp' function. */
00059 #if !defined(_WIN32) && !defined(_WIN64)
00060 #define HAVE_STRNCASECMP 1
00061 #endif
00062 
00063 /* Define to 1 if you have the <tiffio.h> header file. */
00064 #define HAVE_TIFFIO_H 1
00065 
00066 /* Define to 1 if you have the <sys/param.h> header file. */
00067 #define HAVE_SYS_PARAM_H 1
00068 
00069 /* Define to 1 if you have the <sys/stat.h> header file. */
00070 #define HAVE_SYS_STAT_H 1
00071 
00072 /* Define to 1 if you have the <sys/time.h> header file. */
00073 #ifndef _MSC_VER
00074   #define HAVE_SYS_TIME_H 1
00075 #endif
00076 
00077 /* Define to 1 if you have the <sys/types.h> header file. */
00078 #define HAVE_SYS_TYPES_H 1
00079 
00080 /* Define if you have the timezone variable */
00081 #define HAVE_TIMEZONE 1
00082 
00083 /* Define to 1 if you have the <unistd.h> header file. */
00084 #if !defined(_MSC_VER)
00085 #define HAVE_UNISTD_H 1
00086 #endif
00087 
00088 /* Define to 1 if you have the <utime.h> header file. */
00089 #define HAVE_UTIME_H 1
00090 
00091 /* Define if we have va_copy */
00092 #define HAVE_VA_COPY 1
00093 
00094 /* Define to 1 if you have the `vsnprintf' function. */
00095 #define HAVE_VSNPRINTF 1
00096 
00097 /* Define to 1 if you have the `_snprintf' function. */
00098 #define HAVE__SNPRINTF 1
00099 
00100 /* Define to 1 if you have the `_stricmp' function. */
00101 #if defined(_WIN32) || defined(_WIN64)
00102 #define HAVE__STRICMP 1
00103 #endif
00104 
00105 /* Define to 1 if you have the `_strnicmp' function. */
00106 #if defined(_WIN32) || defined(_WIN64)
00107 #define HAVE__STRNICMP 1
00108 #endif
00109 
00110 /* Define to 1 if you have the `_vsnprintf' function. */
00111 #define HAVE__VSNPRINTF 1
00112 
00113 /* Define if we have __va_copy */
00114 #define HAVE___VA_COPY 1
00115 
00116 /* Define to the address where bug reports for this package should be sent. */
00117 #define PACKAGE_BUGREPORT "ros-dev@reactos.org"
00118 
00119 /* Define to the full name of this package. */
00120 #define PACKAGE_NAME "ReactOS"
00121 
00122 /* Define to the one symbol short name of this package. */
00123 #define PACKAGE_TARNAME "ReactOS"
00124 
00125 /* Define to the version of this package. */
00126 #define PACKAGE_VERSION "<undefined version>"
00127 
00128 /* Define to the full name and version of this package. */
00129 #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
00130 
00131 /* Define to 1 if you have the ANSI C header files. */
00132 #define STDC_HEADERS 1
00133 
00134 /* Define to 1 if the X Window System is missing or not being used. */
00135 #define X_DISPLAY_MISSING 1
00136 
00137 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
00138    `char[]'. */
00139 #define YYTEXT_POINTER 1
00140 
00141 #if defined(_MSC_VER)
00142 #define inline __inline
00143 #endif

Generated on Sat May 26 2012 04:17:01 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.