From: Joerg Sonnenberger Date: Fri, 30 Sep 2016 19:59:58 +0000 (+0000) Subject: GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e683f12dc63490de43e87c012a5cdad136dbbcb;p=llvm GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282917 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index b9c2ccb47f3..bac98dd8d51 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -487,12 +487,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to 1 if you can safely include both and . */ -#undef TIME_WITH_SYS_TIME - -/* Define to 1 if your declares `struct tm'. */ -#undef TM_IN_SYS_TIME - /* Define to `int' if does not define. */ #undef pid_t