blob: a94c905650283163850ee8746900a66e45cecbe8 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001/* This file is appended to config.h.in to form the Windows version of
2 * config.h */
3
Hartmut Kaiser2e15f662007-10-17 14:56:40 +00004#define PACKAGE_NAME "LLVM (win32 vc8.0)"
5#define PACKAGE_VERSION 2.1
Dan Gohmanf17a25c2007-07-18 16:29:46 +00006#define HAVE_WINDOWS_H 1
7#define HAVE_LIMITS_H 1
8#define HAVE_SYS_STAT_H 1
9#define HAVE_STDLIB_H 1
10#define HAVE_STDIO_H 1
11#define HAVE_STRING_H 1
12#define HAVE_CEILF 1
13#define HAVE_FLOORF 1
14#define SHLIBEXT ".lib"
15#define error_t int
16#define HAVE_ERRNO_H 1
17#define LTDL_DLOPEN_DEPLIBS 1
18#define LTDL_OBJDIR "_libs"
19#define LTDL_SHLIBPATH_VAR "PATH"
20#define LTDL_SHLIB_EXT ".dll"
21#define LTDL_SYSSEARCHPATH ""
22#define LLVM_ON_WIN32 1
23
24#define strtoll strtol
Hartmut Kaiser2e15f662007-10-17 14:56:40 +000025#define stricmp _stricmp
26#define strdup _strdup
27