📄 win-config.h
字号:
#ifndef WIN_CONFIG_H
#define WIN_CONFIG_H
#include "boinc_win.h"
#define HAVE_XMMINTRIN_H 1
#define HAVE_EMMINTRIN_H 1
#define USE_INTRINSICS 1
/* Define to 1 if you have the _aligned_malloc() function */
/*#define HAVE__ALIGNED_MALLOC 1
#define HAVE_ALLOCA */
/* Define to 1 if you have the atanf() function */
#define HAVE_ATANF 1
/* Define to 1 if you have the `atexit' function. */
#define HAVE_ATEXIT 1
/* Define to 1 if you have the `atoll' function. */
#ifdef __MINGW32__
#define HAVE_ATOLL 1
#endif
/* Define to 1 if the system has the type `bool'. */
#define HAVE_BOOL 1
/* Define to 1 if you have the cosf() function */
#define HAVE_COSF 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the `floor' function. */
#define HAVE_FLOOR 1
/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1
/* Define to 1 if you have the <GLUT/glut.h> header file. */
#define HAVE_GLUT_GLUT_H 1
/* Define to 1 if you have the <glut.h> header file. */
#define HAVE_GLUT_H 1
/* Define to 1 if you have the <GL/glu.h> header file. */
#define HAVE_GL_GLU_H 1
/* Define to 1 if you have the <GL/gl.h> header file. */
#define HAVE_GL_GL_H 1
#define HAVE__ISNAN 1
/* Define to 1 if you have the `GL' library (-lGL). */
#define HAVE_LIBGL 1
/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define to 1 if long double works and has more range or precision than double. */
#define HAVE_LONG_DOUBLE 1
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */
#define HAVE_MALLOC 1
/* Define to 1 if you have the <malloc.h> header file. */
#define HAVE_MALLOC_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 if your C++ compiler supports namespaces */
#define HAVE_NAMESPACES 1
/* Define to 1 if you have the `putenv' function. */
#define HAVE_PUTENV 1
/* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */
#define HAVE_REALLOC 1
/* Define to 1 if you have the sinf() function */
#define HAVE_SINF 1
/* Define to 1 if you have the `sqrt' function. */
#define HAVE_SQRT 1
#if ( _MSC_VER > 1300 )
/* Define to 1 if the max template is in namespace std. */
#define HAVE_STD_MAX 1
/* Define to 1 if the min template is in namespace std. */
#define HAVE_STD_MIN 1
#endif
/* Define to 1 if the transform template is in namespace std. */
#define HAVE_STD_TRANSFORM 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
/* Define to 1 if you have the `strftime' function. */
#define HAVE_STRFTIME 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strstr' function. */
#define HAVE_STRSTR 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
#ifndef __MINGW32__
/* Define to 1 if the system has the type `_int32'. */
#define HAVE__INT32 1
/* Define to 1 if the system has the type `_int64'. */
#define HAVE__INT64 1
#endif
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. */
#define MAJOR_IN_MKDEV 1
/* Define for custom build identification in stderr */
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
#define PACKAGE_BUGREPORT "support@intelligencerealm.com"
/* Define to the full name of this package. */
#undef PACKAGE_NAME
#define PACKAGE_NAME "aisystem"
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
#define PACKAGE_STRING "aisystem 1.03"
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
#define PACKAGE_TARNAME "aisystem"
/* Define to the version of this package. */
#undef PACKAGE_VERSION
#define PACKAGE_VERSION "1.03"
#ifndef COMPILER_STRING
#ifdef __MINGW32__
#define COMPILER_STRING "DevC++/MinGW"
#elif defined(_MSC_VER)
#define COMPILER_STRING "Visual Studio/Microsoft C++"
#else
#define COMPILER_STRING "Unknown Compiler"
#endif
#endif
#ifndef CUSTOM_STRING
#define CUSTOM_STRING PACKAGE_STRING" "COMPILER_STRING
#endif
/* The size of a `long double', as computed by sizeof. */
#define SIZEOF_LONG_DOUBLE sizeof (long double)
/* The size of a `long int', as computed by sizeof. */
#define SIZEOF_LONG_INT 4
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* major version number */
#define VERSION_MAJOR 1
/* minor version number */
#define VERSION_MINOR 03
/* Define as `__inline' if that's what the C compiler calls it, or to nothing if it is not supported. */
#ifdef _MSC_VER
#undef inline
typedef ptrdiff_t ssize_t;
#endif
#endif /* WIN_CONFIG_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -