diff options
author | Hristina Palikareva <h.palikareva@imperial.ac.uk> | 2013-10-03 18:23:19 +0100 |
---|---|---|
committer | Hristina Palikareva <h.palikareva@imperial.ac.uk> | 2013-10-03 18:23:19 +0100 |
commit | 8ec1196c7b029b83787225010194b44ea2614523 (patch) | |
tree | bbb847c044561d782b5c8a94d8c939607e06493c /include | |
parent | 43138101d048394690a90fd9f5a6fb0df916161c (diff) | |
download | klee-8ec1196c7b029b83787225010194b44ea2614523.tar.gz |
Extending ./configure with support to use metaSMT.
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 4ce9714d..a751bc07 100644 --- a/include/klee/Config/config.h.in +++ b/include/klee/Config/config.h.in @@ -78,4 +78,7 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Supporting metaSMT API */ +#undef SUPPORT_METASMT + #endif |