Add new configure option, --disable-timestamps, intended to turn off anything which...
[oota-llvm.git] / include / llvm / Config / config.h.in
index c2ab23e3e3217f721902c7707bc6cf566f963fa5..99d2ab5c15b30b69d0b54f430011b04349693c9a 100644 (file)
@@ -24,6 +24,9 @@
 /* Define if threads enabled */
 #undef ENABLE_THREADS
 
+/* Define if timestamp information (e.g., __DATE___) is allowed */
+#undef ENABLE_TIMESTAMPS
+
 /* Define to 1 if you have the `argz_append' function. */
 #undef HAVE_ARGZ_APPEND