mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-07 22:04:00 +00:00
Merge "Make use of GLOB_BRACE and GLOB_NOMAGIC optional"
This commit is contained in:
@@ -80,6 +80,12 @@ ASTERISK_REGISTER_FILE()
|
||||
#if !defined(GLOB_ABORTED)
|
||||
#define GLOB_ABORTED GLOB_ABEND
|
||||
#endif
|
||||
#if !defined(GLOB_BRACE)
|
||||
#define GLOB_BRACE 0
|
||||
#endif
|
||||
#if !defined(GLOB_NOMAGIC)
|
||||
#define GLOB_NOMAGIC 0
|
||||
#endif
|
||||
|
||||
#include "asterisk/logger.h"
|
||||
#include "asterisk/utils.h"
|
||||
|
||||
@@ -839,6 +839,12 @@ ASTERISK_REGISTER_FILE()
|
||||
#if !defined(GLOB_ABORTED)
|
||||
#define GLOB_ABORTED GLOB_ABEND
|
||||
#endif
|
||||
#if !defined(GLOB_BRACE)
|
||||
#define GLOB_BRACE 0
|
||||
#endif
|
||||
#if !defined(GLOB_NOMAGIC)
|
||||
#define GLOB_NOMAGIC 0
|
||||
#endif
|
||||
|
||||
#include "asterisk/logger.h"
|
||||
#include "asterisk/utils.h"
|
||||
|
||||
Reference in New Issue
Block a user