summaryrefslogtreecommitdiff
path: root/include/Config
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-06-22 21:35:10 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-06-22 21:35:10 +0000
commit8a54a1ed40d3067b32d9bf3a34f04dc55651ad00 (patch)
treed5cde7b6b4f2cb1bd4d19a0196ea58636362cda1 /include/Config
parentf54d912e32d19037391a59fc37336486b280187d (diff)
downloadllvm-8a54a1ed40d3067b32d9bf3a34f04dc55651ad00.tar.gz
llvm-8a54a1ed40d3067b32d9bf3a34f04dc55651ad00.tar.bz2
llvm-8a54a1ed40d3067b32d9bf3a34f04dc55651ad00.tar.xz
Added the llvm/test/Programs/Makefile.test Makefile.
Added a check for isnan() while I was at it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14333 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Config')
-rw-r--r--include/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in
index 0e297b3325..47bb80a794 100644
--- a/include/Config/config.h.in
+++ b/include/Config/config.h.in
@@ -140,6 +140,9 @@
/* Define to have the <windows.h> header file. */
#undef HAVE_WINDOWS_H
+/* Define to 1 if you have the isnan() function */
+#undef HAVE_ISNAN
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT