blob: be3f3fcbe969770e9422ed861185c649dd78ea3d [file] [log] [blame]
Jeff Coheneca86da2006-01-20 04:34:45 +00001/* This file is appended to config.h.in to form the Windows version of
2 * config.h */
3
4#define PACKAGE_NAME "LLVM (win32 vc7.1)"
5#define PACKAGE_VERSION 1.4
6#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 SHLIBEXT ".lib"
13#define error_t int
14#define HAVE_ERRNO_H 1
15#define LTDL_DLOPEN_DEPLIBS 1
16#define HAVE_CEIL 1
17#define HAVE_CEILF 1
18#define HAVE_FLOOR 1
19#define HAVE_FLOORF 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