home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- (C) Copyright 1987-1990; Franklin L. DeRemer, Thomas J. Pennello,
- MetaWare Incorporated; Santa Cruz, CA 95060.
- This program is the unpublished property and trade secret of the above
- three. It is to be utilized solely under license from MetaWare and it
- is to be maintained on a confidential basis for internal company use
- only. The security and protection of the program is paramount to
- maintenance of the trade secret status. It is to be protected from
- disclosure to unauthorized parties, both within the Licensee company
- and outside, in a manner not less stringent than that utilized for Li-
- censee's own proprietary internal information. No copies of the
- Source or Object Code are to leave the premises of Licensee's business
- except in strict accordance with the license agreement signed by Li-
- censee with MetaWare.
- *********************************************************************/
-
- #ifdef __CPLUSPLUS__
- extern "C" {
- #endif
-
- #define SG_ENV 1
- #define PL_ENV 2
- #define AI_ENV 3
- #define SSI_ENV 4
- #define D4G_ENV 5
-
- extern char *_mwprognamep;
- extern char *_mwargp;
- extern int _mwarglen;
- extern char **_mwargvp;
- extern _Far char *_mwenvp;
- extern short _mwgsel;
- extern unsigned char _mwenv;
- extern char _mwinit_ver;
- extern char _mwwind;
-
- extern void _mwinit_coproc(void);
- extern void _mwinit_env_area(void);
- extern void _mwcall_onentry_fcns(void);
- extern void _mwcoproc_exist(void);
- extern int _mwset_up_args(char **argv);
- extern int _mwscan_args(int build_argv, char *cmd_line,char **argv,char *argv0);
-
- #ifdef __CPLUSPLUS__
- }
- #endif
-