2006-01-20 04:34:45 +00:00
|
|
|
/* This file is appended to config.h.in to form the Windows version of
|
|
|
|
* config.h */
|
|
|
|
|
2007-10-17 14:56:40 +00:00
|
|
|
#define PACKAGE_NAME "LLVM (win32 vc8.0)"
|
|
|
|
#define PACKAGE_VERSION 2.1
|
2006-01-20 04:34:45 +00:00
|
|
|
#define HAVE_WINDOWS_H 1
|
|
|
|
#define HAVE_LIMITS_H 1
|
|
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
#define HAVE_STDIO_H 1
|
|
|
|
#define HAVE_STRING_H 1
|
2006-01-24 04:40:19 +00:00
|
|
|
#define HAVE_CEILF 1
|
|
|
|
#define HAVE_FLOORF 1
|
2006-01-20 04:34:45 +00:00
|
|
|
#define SHLIBEXT ".lib"
|
|
|
|
#define error_t int
|
|
|
|
#define HAVE_ERRNO_H 1
|
|
|
|
#define LTDL_DLOPEN_DEPLIBS 1
|
|
|
|
#define LTDL_OBJDIR "_libs"
|
|
|
|
#define LTDL_SHLIBPATH_VAR "PATH"
|
|
|
|
#define LTDL_SHLIB_EXT ".dll"
|
|
|
|
#define LTDL_SYSSEARCHPATH ""
|
|
|
|
#define LLVM_ON_WIN32 1
|
2006-11-05 19:31:28 +00:00
|
|
|
|
|
|
|
#define strtoll strtol
|
2007-10-17 14:56:40 +00:00
|
|
|
#define stricmp _stricmp
|
|
|
|
#define strdup _strdup
|
|
|
|
|