comparison src/config.h.in @ 20713:5ddd4df27068 v8.2.0910

patch 8.2.0910: Vim is not reproducibly buildable Commit: https://github.com/vim/vim/commit/8f1dde5021d9623a951d1ccbc78cf1b1a55ccd7a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 5 23:16:29 2020 +0200 patch 8.2.0910: Vim is not reproducibly buildable Problem: Vim is not reproducibly buildable. Solution: Use the $SOURCE_DATE_EPOCH environment variable in configure. (James McCoy, closes #513) Give a warning about using it.
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Jun 2020 23:30:04 +0200
parents 05b4efb062a7
children 69055d27e85e
comparison
equal deleted inserted replaced
20712:f65c7bc846b2 20713:5ddd4df27068
27 /* Define when termcap.h defines outfuntype */ 27 /* Define when termcap.h defines outfuntype */
28 #undef HAVE_OUTFUNTYPE 28 #undef HAVE_OUTFUNTYPE
29 29
30 /* Define when __DATE__ " " __TIME__ can be used */ 30 /* Define when __DATE__ " " __TIME__ can be used */
31 #undef HAVE_DATE_TIME 31 #undef HAVE_DATE_TIME
32
33 /* Defined from $SOURCE_DATE_EPOCH, used as the build date */
34 #undef BUILD_DATE
32 35
33 /* Define when __attribute__((unused)) can be used */ 36 /* Define when __attribute__((unused)) can be used */
34 #undef HAVE_ATTRIBUTE_UNUSED 37 #undef HAVE_ATTRIBUTE_UNUSED
35 38
36 /* defined always when using configure */ 39 /* defined always when using configure */