summaryrefslogtreecommitdiff
path: root/ztcfg.h
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-09-26 03:34:29 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-09-26 03:34:29 +0000
commit1d7d247ab9d612f392b8f812e2afe33c1204a43d (patch)
treee59fecc9bb591c39cf0f796305b71bfdc6905995 /ztcfg.h
parenta5e23e7e1ac45b4dfaa741afdf1a4faacf072a25 (diff)
make ztcfg respect INSTALL_PREFIX
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@460 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztcfg.h')
-rwxr-xr-xztcfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztcfg.h b/ztcfg.h
index bc68118..8ad5d81 100755
--- a/ztcfg.h
+++ b/ztcfg.h
@@ -22,6 +22,6 @@
#ifndef _ZTCFG_H
#define _ZTCFG_H
-#define CONFIG_FILENAME "/etc/zaptel.conf"
+#define CONFIG_FILENAME ZAPTEL_CONFIG
#define MASTER_DEVICE "/dev/zap/ctl"
#endif