diff options
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 |