summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-23 00:53:10 +0000
committerEric Christopher <echristo@apple.com>2011-09-23 00:53:10 +0000
commitd8282cd64fd8744ab3d564bef19f9172570024f0 (patch)
tree4ba9c8a5c4878ac68184c3efec10a0e440e4dd9f /include
parent7666c7e4d26aadda01e49d04c81b3ca047f74142 (diff)
downloadllvm-d8282cd64fd8744ab3d564bef19f9172570024f0.tar.gz
llvm-d8282cd64fd8744ab3d564bef19f9172570024f0.tar.bz2
llvm-d8282cd64fd8744ab3d564bef19f9172570024f0.tar.xz
We're no longer going to bother supporting platforms that don't
support C89. We probably didn't support them anyways. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140361 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.cmake3
-rw-r--r--include/llvm/Config/config.h.in3
2 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index 313e37212a..e44d429dfc 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -668,9 +668,6 @@
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 3670de557f..86f4e77d47 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -666,9 +666,6 @@
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME