|
|
1.1 ! root 1: /* ! 2: * static char ID_def2h[] = "@(#) define2.h: 1.1 1/7/82"; ! 3: */ ! 4: ! 5: /* ! 6: * Users should use but not change these defined constants ! 7: * ! 8: * ! 9: * ! 10: * CREATE tells sdpinit() when the address space paging ! 11: * files do not yet exist ! 12: * EMPTY null itemid ! 13: * RNLY permission for lock and unlock; ! 14: * no intent to change item ! 15: * WRTN permission for lock and unlock; ! 16: * intent is to change item ! 17: */ ! 18: ! 19: #define CREATE 1 ! 20: #define EMPTY (-1) ! 21: #define RNLY 1 ! 22: #define WRTN 2
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.