00001 #ifndef uicdef_h 00002 #define uicdef_h 00003 00004 /* Access.h v1.3 Definitions for file access routines */ 00005 00006 /* 00007 This is part of ODS2 written by Paul Nankervis, 00008 email address: Paulnank@au1.ibm.com 00009 00010 ODS2 is distributed freely for all members of the 00011 VMS community to use. However all derived works 00012 must maintain comments in their source to acknowledge 00013 the contibution of the original author. 00014 00015 Originally part of access.h 00016 */ 00017 00018 #define NO_DOLLAR 00019 00020 struct _uicdef { 00021 vmsword uic_w_mem; 00022 vmsword uic_w_grp; 00023 }; 00024 00025 #endif 00026