mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 05:41:26 +02:00
BUILD: cfgparse-tcp: Add _GNU_SOURCE for TCP_MD5SIG_MAXKEYLEN
It is required for the musl librairy to be sure TCP_MD5SIG_MAXKEYLEN is defined and avoid build errors.
This commit is contained in:
parent
5232df57ab
commit
45cb232062
@ -10,6 +10,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE // for TCP_MD5SIG_MAXKEYLEN
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user