Change recent patch to not use a hard coded path inside of a .c file

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3743 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-09-07 15:02:53 +00:00
parent 550e8e56ba
commit 5adfdcba1e
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
#define AST_AGI_DIR ASTAGIDIR
#define AST_KEY_DIR ASTVARLIBDIR "/keys"
#define AST_DB ASTVARLIBDIR "/astdb"
#define AST_TMP_DIR ASTSPOOLDIR "/tmp"
#define AST_CONFIG_FILE ASTCONFPATH