nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

auto_uids.h (314B)


      1 #ifndef AUTO_UIDS_H
      2 #define AUTO_UIDS_H
      3 
      4 #include <sys/types.h>
      5 
      6 extern uid_t auto_uida;
      7 extern uid_t auto_uidd;
      8 extern uid_t auto_uidl;
      9 extern uid_t auto_uido;
     10 extern uid_t auto_uidp;
     11 extern uid_t auto_uidq;
     12 extern uid_t auto_uidr;
     13 extern uid_t auto_uids;
     14 
     15 extern gid_t auto_gidn;
     16 extern gid_t auto_gidq;
     17 
     18 #endif