diff options
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMake/config.h.in b/CMake/config.h.in index 8346a5e9e..db22ac0a2 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -32,6 +32,9 @@ /* Define if we have the seccomp library */ #cmakedefine HAVE_SECCOMP +/* Define if we want to use the openssl libraries */ +#cmakedefine WITH_OPENSSL + /* These two are used by the statvfs shim for glibc2.0 and bsd */ /* Define if we have sys/vfs.h */ #cmakedefine HAVE_VFS_H |
