summaryrefslogtreecommitdiffstats
path: root/src/account/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/macros.h')
-rw-r--r--src/account/macros.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/account/macros.h b/src/account/macros.h
index bd11e0b..dfa64e5 100644
--- a/src/account/macros.h
+++ b/src/account/macros.h
@@ -26,14 +26,6 @@
#define LAMCNAME "OpenLMI Linux Users Account Management Capabilities"
#define LEACNAME "OpenLMI Linux Account Capabilities"
-/* Organization ID. Used for InstaceIDs */
-#define ORGID "LMI"
-
-/* convert days to microseconds */
-#define DAYSTOMS(days) ((days) * 86400000000)
-#define MSTODAYS(ms) ((ms) / 86400000000)
-#define STOMS(s) ((s) * 1000000)
-
/* This will identify empty values in shadow file */
#define SHADOW_VALUE_EMPTY -1