diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2016-09-29 17:19:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-29 17:19:50 +0100 |
commit | a936dcbaefe0efa67e97f4ea14893bdae63db99b (patch) | |
tree | f23e7afb5be9ea58e0813c891915c2152d2c2ca6 /include | |
parent | b6eb108e22176d33d4dbaeed0e6603ea919345ad (diff) | |
parent | 576babae91739be0824bb71ba6e224abd0878049 (diff) | |
download | klee-a936dcbaefe0efa67e97f4ea14893bdae63db99b.tar.gz |
Merge pull request #474 from jirislaby/timestamp
configure: add option to enable timestamping and disabled it by default
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 |