diff options
author | Gleb Popov <6yearold@gmail.com> | 2019-03-30 16:28:15 +0400 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-04-02 09:12:56 +0100 |
commit | f0aa7d884697597a717361a82976d181abaf245a (patch) | |
tree | 9a8360bede0eee3310ad2dcdd5ee240b112e6eb6 /include | |
parent | 3df8ee7eec9ae508bf5a145535b53bee64569e84 (diff) | |
download | klee-f0aa7d884697597a717361a82976d181abaf245a.tar.gz |
Do not take sys/capability.h header into account on FreeBSD. Also use libutil.h header there.
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Config/config.h.cmin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/klee/Config/config.h.cmin b/include/klee/Config/config.h.cmin index 2f406471..24776bdb 100644 --- a/include/klee/Config/config.h.cmin +++ b/include/klee/Config/config.h.cmin @@ -31,6 +31,9 @@ /* Define to 1 if you have the <util.h> header file. */ #cmakedefine HAVE_UTIL_H @HAVE_UTIL_H@ +/* Define to 1 if you have the <libutil.h> header file. */ +#cmakedefine HAVE_LIBUTIL_H @HAVE_LIBUTIL_H@ + /* Define to 1 if you have the <sys/statfs.h> header file. */ #cmakedefine HAVE_SYSSTATFS_H @HAVE_SYSSTATFS_H@ |