diff options
| author | Dan Liew <delcypher@gmail.com> | 2013-10-03 13:29:31 -0700 |
|---|---|---|
| committer | Dan Liew <delcypher@gmail.com> | 2013-10-03 13:29:31 -0700 |
| commit | 64ed10370e518897e54ed49a2948836e365ccefe (patch) | |
| tree | bbb847c044561d782b5c8a94d8c939607e06493c /include | |
| parent | 43138101d048394690a90fd9f5a6fb0df916161c (diff) | |
| parent | 8ec1196c7b029b83787225010194b44ea2614523 (diff) | |
| download | klee-64ed10370e518897e54ed49a2948836e365ccefe.tar.gz | |
Merge pull request #39 from hpalikareva/master
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 |
