[llvm-commits] CVS: llvm/include/Config/config.h.in

John Criswell criswell at cs.uiuc.edu
Thu May 27 15:43:01 PDT 2004


Changes in directory llvm/include/Config:

config.h.in updated: 1.16 -> 1.17

---
Log message:

Added a check for a new header file.
My apologies for changing config.h.in.  Now you will all have to
re-configure.



---
Diffs of the changes:  (+3 -0)

Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.16 llvm/include/Config/config.h.in:1.17
--- llvm/include/Config/config.h.in:1.16	Fri Apr  2 15:26:03 2004
+++ llvm/include/Config/config.h.in	Thu May 27 15:40:39 2004
@@ -131,6 +131,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to have the <windows.h> header file. */
+#undef HAVE_WINDOWS_H
+
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT
 





More information about the llvm-commits mailing list