diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 7 |
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 |
