aboutsummaryrefslogtreecommitdiffstats
path: root/win32/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config.h')
-rw-r--r--win32/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/win32/config.h b/win32/config.h
new file mode 100644
index 0000000..5783636
--- /dev/null
+++ b/win32/config.h
@@ -0,0 +1,24 @@
+/* This file is appended to config.h.in to form the Windows version of
+ * config.h */
+
+#define PACKAGE_NAME "LLVM (win32 vc7.1)"
+#define PACKAGE_VERSION 1.4
+#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
+#define HAVE_CEILF 1
+#define HAVE_FLOORF 1
+#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
+
+#define strtoll strtol