From f44fc6927a795517e6627d390157f89f4a75f5f7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 29 Oct 2014 14:02:34 +0100 Subject: add login- and logout-hook support instead of implementing logging in this project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index b6e3f50..6e5c60c 100644 --- a/src/config.h +++ b/src/config.h @@ -20,6 +20,13 @@ #define CERBERUS_CONFIG_H +/** + * Pathname for the program that implemements login and logout hooks + */ +#ifndef CERBERUSRC +#define CERBERUSRC "/etc/cerberusrc" +#endif + /** * Mode for TTY devices */ -- cgit v1.2.3-70-g09d2