typedef struct ChOptions{
    int shelltype;   // shell type
    int chrc;        // TRUE to execute startup file, deprecated
    char *chrcname;  // users startup file , deprecated
    char *chhome;    // Embedded Ch home directory
    char *chmtdir;   // dir for lib chmt1.dl, deprecated
} ChOptions_t;
