--- freem/src/mpsdef.h 2025/04/02 03:02:42 1.6 +++ freem/src/mpsdef.h 2025/04/04 19:43:18 1.7 @@ -1,5 +1,5 @@ /* - * $Id: mpsdef.h,v 1.6 2025/04/02 03:02:42 snw Exp $ + * $Id: mpsdef.h,v 1.7 2025/04/04 19:43:18 snw Exp $ * common external definitions for all mumps modules * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: mpsdef.h,v $ + * 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 * @@ -247,6 +250,7 @@ extern int noclear; extern int standard; /* 1=standard only, */ extern int quiet_mode; /* quiet mode */ 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 */ /* 0=non standard features enabled */ extern short ierr;