diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:16:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:16:57 +0000 |
commit | 5fbfcdad1efbea3ce6580c682d813daa79c3653a (patch) | |
tree | 8a1d7c6b9c1bed457a7ee50b5919da8b9852b8f9 /CMake/config.h.in | |
parent | Adding upstream version 2.7.13. (diff) | |
download | apt-5fbfcdad1efbea3ce6580c682d813daa79c3653a.tar.xz apt-5fbfcdad1efbea3ce6580c682d813daa79c3653a.zip |
Adding upstream version 2.7.14.upstream/2.7.14
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CMake/config.h.in')
-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 65f983f..607f9d5 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -5,6 +5,9 @@ /* Define if we have the timegm() function */ #cmakedefine HAVE_TIMEGM +/* Define if we have the gnutls library for TLS */ +#cmakedefine HAVE_GNUTLS + /* Define if we have the zlib library for gzip */ #cmakedefine HAVE_ZLIB |