mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 11:28:25 +00:00
Let's compile again on OpenBSD
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@215419 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "asterisk/autoconfig.h"
|
#include "asterisk/autoconfig.h"
|
||||||
|
|
||||||
#ifndef __Darwin__
|
#if !defined(__Darwin__) && !defined(__OpenBSD__)
|
||||||
|
|
||||||
#define _POSIX_C_SOURCE 200112L
|
#define _POSIX_C_SOURCE 200112L
|
||||||
#define _XOPEN_SOURCE 600
|
#define _XOPEN_SOURCE 600
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
#endif
|
#endif
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#endif /* __Darwin__ */
|
#endif /* !__Darwin__ && !__OpenBSD__ */
|
||||||
|
|
||||||
#if !defined(NO_MALLOC_DEBUG) && !defined(STANDALONE) && defined(MALLOC_DEBUG)
|
#if !defined(NO_MALLOC_DEBUG) && !defined(STANDALONE) && defined(MALLOC_DEBUG)
|
||||||
#include "asterisk/astmm.h"
|
#include "asterisk/astmm.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user