mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only define it if it is not already defined
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@155121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -49,11 +49,14 @@ | ||||
| #include <pthread.h> | ||||
| #include <netdb.h> | ||||
| #include <sys/param.h> | ||||
|  | ||||
| #define ASINCLUDE_GLOB 1 | ||||
| #ifdef AST_INCLUDE_GLOB | ||||
| #if defined(__Darwin__) || defined(__CYGWIN__) | ||||
|  | ||||
| #if !defined(GLOB_ABORTED) | ||||
| #define GLOB_ABORTED GLOB_ABEND | ||||
| #endif | ||||
|  | ||||
| # include <glob.h> | ||||
| #endif | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user