GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 19:59:58 +0000 (19:59 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 19:59:58 +0000 (19:59 +0000)
llvm-svn: 282917

llvm/include/llvm/Config/config.h.cmake

index b9c2ccb..bac98dd 100644 (file)
 /* 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
-
-/* Define to 1 if your <sys/time.h> declares `struct tm'. */
-#undef TM_IN_SYS_TIME
-
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t