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.m425
1 files changed, 25 insertions, 0 deletions
diff --git a/src/tests/intg/config.py.m4 b/src/tests/intg/config.py.m4
new file mode 100644
index 0000000..ba9b1e8
--- /dev/null
+++ b/src/tests/intg/config.py.m4
@@ -0,0 +1,25 @@
+"""
+Build configuration variables.
+"""
+
+PREFIX = "prefix"
+SYSCONFDIR = "sysconfdir"
+NSS_MODULE_DIR = "nsslibdir"
+SSSDCONFDIR = SYSCONFDIR + "/sssd"
+CONF_PATH = SSSDCONFDIR + "/sssd.conf"
+CONF_SNIPPET_PATH = SSSDCONFDIR + "/conf.d/01.conf"
+DB_PATH = "dbpath"
+PID_PATH = "pidpath"
+PUBCONF_PATH = "pubconfpath"
+PIDFILE_PATH = PID_PATH + "/sssd.pid"
+LOG_PATH = "logpath"
+MCACHE_PATH = "mcpath"
+SECDB_PATH = "secdbpath"
+LIBEXEC_PATH = "libexecpath"
+RUNSTATEDIR = "runstatedir"
+ABS_BUILDDIR = "abs_builddir"
+SESSION_RECORDING_SHELL = "session_recording_shell"
+PY2EXECDIR = "py2execdir"
+PY2DIR = "python2dir"
+PY3EXECDIR = "py3execdir"
+PY3DIR = "python3dir"