diff options
author | Jiri Slaby <jslaby@suse.cz> | 2016-09-29 10:26:25 +0200 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2016-09-29 12:18:25 +0200 |
commit | 576babae91739be0824bb71ba6e224abd0878049 (patch) | |
tree | 5dddf3079ed149a09af8e376d6a26b330ac70776 /include | |
parent | 906ce869eb68a70b88a459f63dac8147ecc88a0c (diff) | |
download | klee-576babae91739be0824bb71ba6e224abd0878049.tar.gz |
configure: run AutoRegen.sh
The previous change altered .ac files, regenerate the scripts. Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in index 87d6ee75..76d391e4 100644 --- a/include/klee/Config/config.h.in +++ b/include/klee/Config/config.h.in @@ -72,6 +72,9 @@ /* Define to 1 if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H +/* Enable time stamping the sources */ +#undef KLEE_ENABLE_TIMESTAMP + /* Define to empty or 'const' depending on how SELinux qualifies its security context parameters. */ #undef KLEE_SELINUX_CTX_CONST |