/[public]/psiconv/trunk/lib/psiconv/checkuid.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/checkuid.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 71 Revision 142
18*/ 18*/
19 19
20#include "config.h" 20#include "config.h"
21#include "compat.h" 21#include "compat.h"
22#include "common.h" 22#include "common.h"
23
24#ifdef DMALLOC
25#include <dmalloc.h>
26#endif
23 27
24static psiconv_u32 uid1[32] = 28static psiconv_u32 uid1[32] =
25 { /* bit 0 */ 0x000045A0, 29 { /* bit 0 */ 0x000045A0,
26 /* bit 1 */ 0x00008B40, 30 /* bit 1 */ 0x00008B40,
27 /* bit 2 */ 0x000006A1, 31 /* bit 2 */ 0x000006A1,
58static psiconv_u32 uid2[32] = 62static psiconv_u32 uid2[32] =
59 { /* bit 0 */ 0x000076B4, 63 { /* bit 0 */ 0x000076B4,
60 /* bit 1 */ 0x0000ED68, 64 /* bit 1 */ 0x0000ED68,
61 /* bit 2 */ 0x0000CAF1, 65 /* bit 2 */ 0x0000CAF1,
62 /* bit 3 */ 0x000085C3, 66 /* bit 3 */ 0x000085C3,
63 /* bit 4 */ 0x000018A7, 67 /* bit 4 */ 0x00001BA7,
64 /* bit 5 */ 0x0000374E, 68 /* bit 5 */ 0x0000374E,
65 /* bit 6 */ 0x00006E9C, 69 /* bit 6 */ 0x00006E9C,
66 /* bit 7 */ 0x0000DD38, 70 /* bit 7 */ 0x0000DD38,
67 /* bit 8 */ 0x76B40000, 71 /* bit 8 */ 0x76B40000,
68 /* bit 9 */ 0xED680000, 72 /* bit 9 */ 0xED680000,
69 /* bit 10 */ 0xCAF10000, 73 /* bit 10 */ 0xCAF10000,
70 /* bit 11 */ 0x85C30000, 74 /* bit 11 */ 0x85C30000,
71 /* bit 12 */ 0x18A70000, 75 /* bit 12 */ 0x1BA70000,
72 /* bit 13 */ 0x374E0000, 76 /* bit 13 */ 0x374E0000,
73 /* bit 14 */ 0x6E9C0000, 77 /* bit 14 */ 0x6E9C0000,
74 /* bit 15 */ 0xDD380000, 78 /* bit 15 */ 0xDD380000,
75 /* bit 16 */ 0x00003730, 79 /* bit 16 */ 0x00003730,
76 /* bit 17 */ 0x00006E60, 80 /* bit 17 */ 0x00006E60,

Legend:
Removed from v.71  
changed lines
  Added in v.142

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26