]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/include/openils/oils_constants.h
ab4ecf9cad466edafc4e8b56b90380016c801cd0
[working/Evergreen.git] / Open-ILS / include / openils / oils_constants.h
1 #ifndef OILS_CONSTANTS_H
2 #define OILS_CONSTANTS_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 /* Settings ------------------------------------------------------ */
9 #define OILS_ORG_SETTING_OPAC_TIMEOUT "auth.opac_timeout"
10 #define OILS_ORG_SETTING_STAFF_TIMEOUT "auth.staff_timeout"
11 #define OILS_ORG_SETTING_TEMP_TIMEOUT "auth.temp_timeout"
12
13
14 /* Events ------------------------------------------------------ */
15 #define OILS_EVENT_SUCCESS "SUCCESS"
16 #define OILS_EVENT_AUTH_FAILED "LOGIN_FAILED"
17 #define OILS_EVENT_PERM_FAILURE "PERM_FAILURE"
18 #define OILS_EVENT_NO_SESSION "NO_SESSION"
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif