Added a check for a new header file.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 27 May 2004 20:40:39 +0000 (20:40 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 27 May 2004 20:40:39 +0000 (20:40 +0000)
My apologies for changing config.h.in.  Now you will all have to
re-configure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13846 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure
include/Config/config.h.in
include/llvm/Config/config.h.in

index 464336e3123595d347c405c249af59c72a3c05cd..0e9e31810e7eee865741922ba4631684116cc852 100644 (file)
@@ -233,7 +233,7 @@ AC_HEADER_STDC
 AC_HEADER_SYS_WAIT
 
 dnl Checks for POSIX and other various system-specific header files
-AC_CHECK_HEADERS(fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h execinfo.h)
+AC_CHECK_HEADERS(fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h execinfo.h windows.h)
 
 dnl Check for things that need to be included in public headers, and so
 dnl for which we may not have access to a HAVE_* preprocessor #define.
index e2721f125dd82aae73bb5b5954cf5bf4d99c51ae..bc51db023062cc767f9d371e91b83d8f0650a75f 100755 (executable)
--- a/configure
+++ b/configure
@@ -18917,7 +18917,8 @@ fi
 
 
 
-for ac_header in fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h execinfo.h
+
+for ac_header in fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h execinfo.h windows.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
index 9f35aca69839d18dd96e55fcdaba4ff9ead5abc0..1b396fea834f562a564a7ddb5a2dcfa95eee094d 100644 (file)
 /* 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
 
index 9f35aca69839d18dd96e55fcdaba4ff9ead5abc0..1b396fea834f562a564a7ddb5a2dcfa95eee094d 100644 (file)
 /* 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