auto_users.h (314B)
1 #ifndef AUTO_USERS_H 2 #define AUTO_USERS_H 3 4 extern char auto_usera[]; 5 extern char auto_userd[]; 6 extern char auto_userl[]; 7 extern char auto_usero[]; 8 extern char auto_userp[]; 9 extern char auto_userq[]; 10 extern char auto_userr[]; 11 extern char auto_users[]; 12 13 extern char auto_groupn[]; 14 extern char auto_groupq[]; 15 16 #endif