aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-29 14:02:34 +0100
committerMattias Andrée <maandree@operamail.com>2014-10-29 14:02:34 +0100
commitf44fc6927a795517e6627d390157f89f4a75f5f7 (patch)
tree238f25ae1fde21eda2d2e1608f81863b719df605 /src/config.h
parentfix warning (diff)
downloadcerberus-f44fc6927a795517e6627d390157f89f4a75f5f7.tar.gz
cerberus-f44fc6927a795517e6627d390157f89f4a75f5f7.tar.bz2
cerberus-f44fc6927a795517e6627d390157f89f4a75f5f7.tar.xz
add login- and logout-hook support instead of implementing logging in this project
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index b6e3f50..6e5c60c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -21,6 +21,13 @@
/**
+ * Pathname for the program that implemements login and logout hooks
+ */
+#ifndef CERBERUSRC
+#define CERBERUSRC "/etc/cerberusrc"
+#endif
+
+/**
* Mode for TTY devices
*/
#ifndef TTY_PERM