mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48767 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -31,6 +31,16 @@
|
||||
|
||||
#include "asterisk/paths.h"
|
||||
|
||||
/* Default to allowing the umask or filesystem ACLs to determine actual file
|
||||
* creation permissions
|
||||
*/
|
||||
#ifndef AST_DIR_MODE
|
||||
#define AST_DIR_MODE 0777
|
||||
#endif
|
||||
#ifndef AST_FILE_MODE
|
||||
#define AST_FILE_MODE 0666
|
||||
#endif
|
||||
|
||||
#define DEFAULT_LANGUAGE "en"
|
||||
|
||||
#define DEFAULT_SAMPLE_RATE 8000
|
||||
|
Reference in New Issue
Block a user