00001 #ifndef __FREE_VMS_VMSOPT_VMSOPT_H 00002 #define __FREE_VMS_VMSOPT_VMSOPT_H 00003 00004 #define VMSOPT_DONE -1 00005 #define VMSOPT_NOARG 1 00006 #define VMSOPT_ARG_EQ 2 00007 #define VMSOPT_ARG_CO 3 00008 #define VMSOPT_ARG_PL 4 00009 00010 char *vms_optstr; 00011 char *vms_optarg; 00012 #endif 00013