Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,
[llvm.git] / win32 / config.h
blob62d4c05d62a961aae67991acf9668dfb9aed3417
1 /* This file is appended to config.h.in to form the Windows version of
2 * config.h */
4 #define PACKAGE_NAME "LLVM (win32 vc8.0)"
5 #define PACKAGE_VERSION 2.4
6 #define PACKAGE_STRING "llvm 2.6svn"
7 #define LLVM_HOSTTRIPLE "i686-pc-win32"
8 #define HAVE_WINDOWS_H 1
9 #define HAVE_LIMITS_H 1
10 #define HAVE_SYS_STAT_H 1
11 #define HAVE_STDLIB_H 1
12 #define HAVE_STDIO_H 1
13 #define HAVE_STRING_H 1
14 #define HAVE_CEILF 1
15 #define HAVE_FLOORF 1
16 #define SHLIBEXT ".lib"
17 #define error_t int
18 #define HAVE_ERRNO_H 1
19 #define LTDL_DLOPEN_DEPLIBS 1
20 #define LTDL_OBJDIR "_libs"
21 #define LTDL_SHLIBPATH_VAR "PATH"
22 #define LTDL_SHLIB_EXT ".dll"
23 #define LTDL_SYSSEARCHPATH ""
24 #define LLVM_ON_WIN32 1
26 #define strtoll _strtoi64
27 #define strtoull _strtoui64
28 #define stricmp _stricmp
29 #define strdup _strdup