00001 #ifndef prcpoldef_h 00002 #define prcpoldef_h 00003 00004 #define PRCPOL_C_SIZ 56 00005 #define PRCPOL_S_PRCPOLDEF 56 00006 00007 struct _prcpol { 00008 unsigned int prcpol_l_sysidl; 00009 unsigned short int prcpol_w_sysidh; 00010 unsigned short int prcpol_w_fill_1; 00011 char prcpol_t_nodnam [16]; 00012 unsigned char prcpol_b_prcnam [16]; 00013 unsigned char prcpol_b_dirinf [16]; 00014 }; 00015 00016 #endif 00017 00018