summaryrefslogtreecommitdiff
path: root/asterisk.h
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-09-07 15:02:53 +0000
committerJames Golovich <james@gnuinter.net>2004-09-07 15:02:53 +0000
commit5adfdcba1e8e8a6fe2be1a3863f234f73fdc8171 (patch)
tree395f05e092ae201caccb6a48d5e25b74ce47a45c /asterisk.h
parent550e8e56ba5fcb68c4a1b725fb99e69dba2066a6 (diff)
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
Diffstat (limited to 'asterisk.h')
-rwxr-xr-xasterisk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asterisk.h b/asterisk.h
index 1ceb13c77..08fc295d5 100755
--- a/asterisk.h
+++ b/asterisk.h
@@ -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