| version 1.5, 2025/03/24 04:05:36 | version 1.7, 2025/04/04 19:43:18 | 
| Line 24 | Line 24 | 
 | *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>. | *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>. | 
 | * | * | 
 | *   $Log$ | *   $Log$ | 
 |  | *   Revision 1.7  2025/04/04 19:43:18  snw | 
 |  | *   Switch to using environment catalog to determine user and group for environment, and remove -u and -g flags from freem | 
 |  | * | 
 |  | *   Revision 1.6  2025/04/02 03:02:42  snw | 
 |  | *   Stop requiring users to pass -e to fmadm when -u or -g are passed | 
 |  | * | 
 | *   Revision 1.5  2025/03/24 04:05:36  snw | *   Revision 1.5  2025/03/24 04:05:36  snw | 
 | *   Replace crlf with frm_crlf to avoid symbol conflict with readline on OS/2 | *   Replace crlf with frm_crlf to avoid symbol conflict with readline on OS/2 | 
 | * | * | 
| Line 244  extern int noclear; | Line 250  extern int noclear; | 
 | extern int standard;                    /* 1=standard only,               */ | extern int standard;                    /* 1=standard only,               */ | 
 | extern int quiet_mode;                  /* quiet mode                     */ | extern int quiet_mode;                  /* quiet mode                     */ | 
 | extern char config_file[4096];          /* path to configuration file */ | extern char config_file[4096];          /* path to configuration file */ | 
 |  | extern char env_config_file[4096];  /* path to environment config file */ | 
 | extern char shm_env[255];               /* shared memory environment       */ | extern char shm_env[255];               /* shared memory environment       */ | 
 | /* 0=non standard features enabled */ | /* 0=non standard features enabled */ | 
 | extern short ierr; | extern short ierr; | 
| Line 323  extern char oucpath[PATHLEN];  /* OPEN/U | Line 330  extern char oucpath[PATHLEN];  /* OPEN/U | 
 | extern char rgafile[PATHLEN];           /* routine/global access protocol file */ | extern char rgafile[PATHLEN];           /* routine/global access protocol file */ | 
 | extern char zargdefname[PATHLEN];       /* default varname for Zcommands */ | extern char zargdefname[PATHLEN];       /* default varname for Zcommands */ | 
 | extern FILE *rgaccess;                  /* dto. filedes */ | extern FILE *rgaccess;                  /* dto. filedes */ | 
 | extern char locktab[PATHLEN];           /* file with LOCKs */ |  | 
 | extern char zallotab[PATHLEN];          /* file with ZALLOCATE */ |  | 
 | extern char hcpyfile[PATHLEN];          /* hardcopy file */ |  | 
 | extern char jourfile[PATHLEN];          /* journal file */ |  | 
 | extern FILE *jouraccess;                /* dto. filedes */ | extern FILE *jouraccess;                /* dto. filedes */ | 
 |  |  | 
 | extern char curdir[PATHLEN];                    /* current directory */ | extern char curdir[PATHLEN];                    /* current directory */ |