Comparing files DEFS.H and ..\DEFS.H
***** DEFS.H

#define SCFG

/*************/
***** ..\DEFS.H

/*************/
*****

***** DEFS.H

#define LEN_DIR 63
#define LEN_CMD 63

***** ..\DEFS.H

#define LEN_DIR 63                      /* Maximum length of directory paths            */
#define LEN_CMD 63                      /* Maximum length of command lines                      */

*****

***** DEFS.H
#ifdef SCFG
                        read_ar[LEN_ARSTR+1],           /* Access required to read */
                        post_ar[LEN_ARSTR+1],           /* Access required to post */
                        sname[LEN_SSNAME+1],            /* Short name - used for prompts */
***** ..\DEFS.H
#ifdef SCFG
                        ar[LEN_ARSTR+1],                        /* Access requirements */
                        read_ar[LEN_ARSTR+1],           /* Read requirements */
                        post_ar[LEN_ARSTR+1],           /* Post requirements */
                        op_ar[LEN_ARSTR+1],             /* Operator requirements */
                        sname[LEN_SSNAME+1],            /* Short name - used for prompts */
*****

***** DEFS.H
#else
                        *read_ar,
***** ..\DEFS.H
#else
                        *ar,
                        *read_ar,
*****

***** DEFS.H
                        *post_ar,
                        *sname,
***** ..\DEFS.H
                        *post_ar,
                        *op_ar,
                        *sname,
*****

***** DEFS.H
                        dl_ar[LEN_ARSTR+1],             /* Download Requirements */
                        sname[LEN_SSNAME+1],            /* Short name - used for prompts */
***** ..\DEFS.H
                        dl_ar[LEN_ARSTR+1],             /* Download Requirements */
                        op_ar[LEN_ARSTR+1],             /* Operator Requirements */
                        sname[LEN_SSNAME+1],            /* Short name - used for prompts */
*****

***** DEFS.H
#ifdef SCFG
                        ulcmd[LEN_CMD+1],                                  /* Upload command line */
                        dlcmd[LEN_CMD+1],                                  /* Download command line */
                        batulcmd[LEN_CMD+1],                       /* Batch upload command line */
                        batdlcmd[LEN_CMD+1],                       /* Batch download command line */
                        bicmd[LEN_CMD+1];                                  /* Bidirectional command line */
#else
***** ..\DEFS.H
#ifdef SCFG
                        ulcmd[LEN_CMD+1],                       /* Upload command line */
                        dlcmd[LEN_CMD+1],                       /* Download command line */
                        batulcmd[LEN_CMD+1],            /* Batch upload command line */
                        batdlcmd[LEN_CMD+1],            /* Batch download command line */
                        bicmd[LEN_CMD+1];                       /* Bidirectional command line */
#else
*****

***** DEFS.H
#ifdef SCFG
                        cmd[LEN_CMD+1];                                    /* Command line */
#else
***** ..\DEFS.H
#ifdef SCFG
                        cmd[LEN_CMD+1];                         /* Command line */
#else
*****

***** DEFS.H
#ifdef SCFG
                        cmd[LEN_CMD+1];                                    /* Command line */
#else
***** ..\DEFS.H
#ifdef SCFG
                        cmd[LEN_CMD+1];                         /* Command line */
#else
*****

***** DEFS.H
#ifdef SCFG
                        cmd[LEN_CMD+1],                                    /* Command line */
                        workstr[41];                    /* String to display while working */
#else
***** ..\DEFS.H
#ifdef SCFG
                        cmd[LEN_CMD+1],                         /* Command line */
                        workstr[41];                            /* String to display while working */
#else
*****

***** DEFS.H
                        name[41],                                       /* Name (description) */
                        lcmd[LEN_CMD+1],                                   /* Local command line */
                        rcmd[LEN_CMD+1];                                   /* Remote command line */
#else
***** ..\DEFS.H
                        name[41],                                       /* Name (description) */
                        lcmd[LEN_CMD+1],                        /* Local command line */
                        rcmd[LEN_CMD+1];                        /* Remote command line */
#else
*****

***** DEFS.H
#ifdef SCFG
                        call[LEN_CMD+1],                                   /* Call-out command line to execute */
                        pack[LEN_CMD+1],                                   /* Packing command line */
                        unpack[LEN_CMD+1];                                 /* Unpacking command line */
#else
***** ..\DEFS.H
#ifdef SCFG
                        call[LEN_CMD+1],                        /* Call-out command line to execute */
                        pack[LEN_CMD+1],                        /* Packing command line */
                        unpack[LEN_CMD+1];                      /* Unpacking command line */
#else
*****

***** DEFS.H
                        name[11],                                       /* Site Name of Hub */
                        call[LEN_CMD+1];                                   /* Call-out command line to execute */
#else
***** ..\DEFS.H
                        name[11],                                       /* Site Name of Hub */
                        call[LEN_CMD+1];                        /* Call-out command line to execute */
#else
*****


