K 10 svn:author V 8 cperciva K 8 svn:date V 27 2013-02-10T17:58:44.887001Z K 7 svn:log V 269 Don't try to suppress the inclusion of the build date in named's version string by undefining __DATE__, since (unlike gcc) clang doesn't allow us to do that. Instead, define NO_VERSION_DATE, which was helpfully added to the named source code for exactly this purpose. END