mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
FS-10153: [build] fix mod_http_cache build on FreeBSD
This commit is contained in:
parent
2c5287ec93
commit
9c6a027dc6
@ -56,7 +56,7 @@
|
|||||||
#ifndef MACOSX
|
#ifndef MACOSX
|
||||||
#if !defined(_XOPEN_SOURCE) && !defined(__OpenBSD__) && !defined(__NetBSD__)
|
#if !defined(_XOPEN_SOURCE) && !defined(__OpenBSD__) && !defined(__NetBSD__)
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
#define _XOPEN_SOURCE 600
|
#define _XOPEN_SOURCE 700
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user