summaryrefslogtreecommitdiffstats
path: root/src/account/macros.h
blob: 91fa2aa933ddd19a201582e6a2726f19e5056b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MACROS_H
#define MACROS_H

/* Few global names of instances */
#define LAMSNAME "Cura Linux Users Account Management Service"
#define LAMCNAME "Cura Linux Users Account Management Capabilities"
#define LEACNAME "Cura Linux Account Capabilities"

/* Organization ID. Used for InstaceIDs */
#define ORGID "LMI"

/* convert days to microseconds */
#define DAYSTOMS(days) ((days) * 86400000000)

#endif