summaryrefslogtreecommitdiffstats
path: root/auto_uids.h
diff options
context:
space:
mode:
Diffstat (limited to 'auto_uids.h')
-rw-r--r--auto_uids.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/auto_uids.h b/auto_uids.h
new file mode 100644
index 0000000..1252ecb
--- /dev/null
+++ b/auto_uids.h
@@ -0,0 +1,16 @@
1#ifndef AUTO_UIDS_H
2#define AUTO_UIDS_H
3
4extern int auto_uida;
5extern int auto_uidd;
6extern int auto_uidl;
7extern int auto_uido;
8extern int auto_uidp;
9extern int auto_uidq;
10extern int auto_uidr;
11extern int auto_uids;
12
13extern int auto_gidn;
14extern int auto_gidq;
15
16#endif