summaryrefslogtreecommitdiffstats
path: root/src/tests/intg/config.py.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/intg/config.py.m4')
-rw-r--r--src/tests/intg/config.py.m413
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tests/intg/config.py.m4 b/src/tests/intg/config.py.m4
new file mode 100644
index 000000000..563127c6e
--- /dev/null
+++ b/src/tests/intg/config.py.m4
@@ -0,0 +1,13 @@
+"""
+Build configuration variables.
+"""
+
+PREFIX = "prefix"
+SYSCONFDIR = "sysconfdir"
+SSSDCONFDIR = SYSCONFDIR + "/sssd"
+CONF_PATH = SSSDCONFDIR + "/sssd.conf"
+DB_PATH = "dbpath"
+PID_PATH = "pidpath"
+PIDFILE_PATH = PID_PATH + "/sssd.pid"
+LOG_PATH = "logpath"
+MCACHE_PATH = "mcpath"