Disable usage of __DATE__.

This ensures that the Clang binary doesn't change checksums every time
it's built.
This commit is contained in:
Ed Schouten 2010-06-10 12:15:09 +00:00
parent 8089dccd09
commit 3e241e2e08
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208985

View File

@ -27,7 +27,7 @@
/* #undef ENABLE_THREADS */
/* Define if timestamp information (e.g., __DATE___) is allowed */
#define ENABLE_TIMESTAMPS 1
/* #undef ENABLE_TIMESTAMPS */
/* Define to 1 if you have the `argz_append' function. */
/* #undef HAVE_ARGZ_APPEND */