Comparing files SCFGVARS.C and 1CTO200\SCFGVARS.C
***** SCFGVARS.C

#ifndef GLOBAL
***** 1CTO200\SCFGVARS.C

#define SCFG

#ifndef GLOBAL
*****

***** SCFGVARS.C
GLOBAL long     sys_misc;                       /* System Misc Settings */
GLOBAL char     sys_pass[65];           /* System Pass Word */
GLOBAL char     sys_name[65];           /* System Name */
GLOBAL char     sys_id[9];                      /* System ID for QWK Packets */
***** 1CTO200\SCFGVARS.C
GLOBAL long     sys_misc;                       /* System Misc Settings */
GLOBAL char     sys_pass[41];           /* System Pass Word */
GLOBAL char     sys_name[41];           /* System Name */
GLOBAL char     sys_id[9];                      /* System ID for QWK Packets */
*****

***** SCFGVARS.C
GLOBAL char     sys_location[41];       /* System Location */
GLOBAL char     sys_daily[LEN_CMD+1];      /* Daily event */
GLOBAL char     sys_timed[LEN_CMD+1];      /* Timed event */
GLOBAL char     sys_logon[LEN_CMD+1];      /* Logon event */
GLOBAL char     sys_logoff[LEN_CMD+1];     /* Logoff event */
GLOBAL uint     sys_eventnode;          /* Node to run timed event on */
GLOBAL uint     sys_eventtime;          /* Time of event in minutes after 12am */
GLOBAL uint     sys_pwdays;             /* Max days between password change */
***** 1CTO200\SCFGVARS.C
GLOBAL char     sys_location[41];       /* System Location */
GLOBAL char     sys_daily[LEN_CMD+1];      /* Daily event name */
GLOBAL char     sys_timed[LEN_CMD+1];      /* Timed event name */
GLOBAL char     sys_logon[LEN_CMD+1];      /* Logon event name */
GLOBAL char     sys_logoff[LEN_CMD+1];     /* Logoff event name */
GLOBAL uint     sys_eventnode;          /* Node to run timed event on */
GLOBAL int              sys_eventtime;          /* Time of event in minutes after 12am */
GLOBAL uint     sys_pwdays;             /* Max days between password change */
*****

***** SCFGVARS.C

GLOBAL char     node_editor[LEN_CMD+1]; /* Local text editor command line to use */
GLOBAL char     node_viewer[LEN_CMD+1]; /* Local text viewer command line */
GLOBAL char     node_daily[LEN_CMD+1];  /* Name of node's daily event */
GLOBAL char     node_logon[65];         /* Logon prompt */
***** 1CTO200\SCFGVARS.C

GLOBAL char     node_editor[LEN_CMD+1];    /* Local text editor command line to use */
GLOBAL char     node_viewer[LEN_CMD+1];    /* Local text viewer command line */
GLOBAL char     node_daily[LEN_CMD+1];     /* Name of node's daily event */
GLOBAL char     node_logon[65];         /* Logon prompt */
*****

***** SCFGVARS.C
GLOBAL uint     cdt_dn_pct;     /* Pct of credits credited per download */
GLOBAL char     node_dir[LEN_DIR+1];
GLOBAL char     ctrl_dir[LEN_DIR+1];
***** 1CTO200\SCFGVARS.C
GLOBAL uint     cdt_dn_pct;     /* Pct of credits credited per download */
GLOBAL char     node_dir[LEN_DIR+1];   /* 42, because initdata can add a '\' */
GLOBAL char     ctrl_dir[LEN_DIR+1];
*****

***** SCFGVARS.C
GLOBAL char     temp_ext[4];            /* Extension to use for temp files */
GLOBAL char     temp_cmd[LEN_CMD+1];    /* command used to create temp file */
GLOBAL char     **altpath;                      /* Alternate paths for files */
***** 1CTO200\SCFGVARS.C
GLOBAL char     temp_ext[4];            /* Extension to use for temp files */
GLOBAL char     temp_cmd[LEN_CMD+1];       /* command used to create temp file */
GLOBAL char     **altpath;                      /* Alternate paths for files */
*****

***** SCFGVARS.C
GLOBAL char     fidofile_dir[LEN_DIR+1];   /* Directory where inbound files go */
GLOBAL char     fidonet_sem[LEN_DIR+1];    /* FidoNet semaphore file */
GLOBAL char     origline[51];           /* Default EchoMail origin line */
***** 1CTO200\SCFGVARS.C
GLOBAL char     fidofile_dir[LEN_DIR+1];   /* Directory where inbound files go */
GLOBAL char     fidonet_sem[LEN_DIR+1];  /* FidoNet semaphore file */
GLOBAL char     origline[51];           /* Default EchoMail origin line */
*****

***** SCFGVARS.C
#ifdef SCFG

GLOBAL uint max_grps,
                        max_subs,
                        max_libs,
                        max_dirs,
                        max_chatacts,
                        max_chans,
                        max_pages,
                        max_xtrns,
                        max_xedits,
                        max_txtsecs,
                        max_prots,
                        max_altpaths,
                        max_fextrs,
                        max_fviews,
                        max_ftests,
                        max_phubs,
                        max_qhubs,
                        max_qsubs,
                        max_results;
#endif

***** 1CTO200\SCFGVARS.C
*****


