diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:29:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:29:59 +0000 |
commit | ef9d2cfde6b877081c468c6d550b1e48866e9ed0 (patch) | |
tree | 06a2d35c73bfee9212c3dda128d56c3f07608948 /config.h.in | |
parent | Adding upstream version 1.9.5. (diff) | |
download | dnsdist-upstream.tar.xz dnsdist-upstream.zip |
Adding upstream version 1.9.6.upstream/1.9.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index bce954e..39bf050 100644 --- a/config.h.in +++ b/config.h.in @@ -243,6 +243,10 @@ /* Define to 1 if you have quiche */ #undef HAVE_QUICHE +/* Define to 1 if the Quiche API includes error code in + quiche_conn_stream_recv and quiche_conn_stream_send */ +#undef HAVE_QUICHE_STREAM_ERROR_CODES + /* Define to 1 if you have the `randombytes_stir' function. */ #undef HAVE_RANDOMBYTES_STIR |