mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
e019799402
- Add support for Mac OS - Add support for Raspberry Pi - Fix BoringSSL compilation: include <openssl/hmac.h> explicitly
9 lines
203 B
C
9 lines
203 B
C
#ifndef LSQUIC_CONFIG_H
|
|
#define LSQUIC_CONFIG_H
|
|
|
|
#cmakedefine HAVE_IP_DONTFRAG 1
|
|
#cmakedefine HAVE_IP_MTU_DISCOVER 1
|
|
|
|
#define LSQUIC_DONTFRAG_SUPPORTED (HAVE_IP_DONTFRAG || HAVE_IP_MTU_DISCOVER)
|
|
|
|
#endif
|