From ca22c4dee94552f65e6044341b0365a21d794d65 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 14 Jul 2010 18:54:38 +0000 Subject: Add option to use an external version of STP This patch adds a new configure option, --with-stp, which configures KLEE to use an external version of STP instead of the version in the source tree. It includes documentation referring users to the STP download location. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@108347 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/klee/Config/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in index 88f92d96..653b27a4 100644 --- a/include/klee/Config/config.h.in +++ b/include/klee/Config/config.h.in @@ -3,9 +3,15 @@ /* Does the platform use __ctype_b_loc, etc. */ #undef HAVE_CTYPE_EXTERNALS +/* Using external STP */ +#undef HAVE_EXT_STP + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `stp' library (-lstp). */ +#undef HAVE_LIBSTP + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H -- cgit 1.4.1