home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 6.ddi / MWHC.006 / E < prev    next >
Encoding:
Text File  |  1992-12-09  |  1.7 KB  |  47 lines

  1. /*********************************************************************
  2. (C) Copyright 1987-1990;  Franklin L. DeRemer,   Thomas J. Pennello,
  3.                          MetaWare Incorporated;  Santa Cruz, CA 95060.
  4. This program is the unpublished property and trade secret of the above
  5. three.  It is to be utilized solely under license from MetaWare and it
  6. is to be maintained on a confidential basis for internal  company  use
  7. only.  The  security  and  protection  of  the program is paramount to
  8. maintenance of the trade secret status.  It is to  be  protected  from
  9. disclosure  to  unauthorized parties, both within the Licensee company
  10. and outside, in a manner not less stringent than that utilized for Li-
  11. censee's own proprietary  internal  information.   No  copies  of  the
  12. Source or Object Code are to leave the premises of Licensee's business
  13. except  in  strict accordance with the license agreement signed by Li-
  14. censee with MetaWare.
  15. *********************************************************************/
  16.  
  17. #ifdef __CPLUSPLUS__
  18. extern "C" {
  19. #endif
  20.  
  21. #define SG_ENV    1
  22. #define PL_ENV  2
  23. #define AI_ENV    3
  24. #define SSI_ENV    4
  25. #define D4G_ENV    5
  26.  
  27. extern char *_mwprognamep;
  28. extern char *_mwargp;
  29. extern int   _mwarglen;
  30. extern char **_mwargvp;
  31. extern _Far char *_mwenvp;
  32. extern short _mwgsel;
  33. extern unsigned char _mwenv;
  34. extern char _mwinit_ver;
  35. extern char _mwwind;
  36.  
  37. extern void _mwinit_coproc(void); 
  38. extern void _mwinit_env_area(void);
  39. extern void _mwcall_onentry_fcns(void);
  40. extern void _mwcoproc_exist(void);
  41. extern int  _mwset_up_args(char **argv);
  42. extern int _mwscan_args(int build_argv, char *cmd_line,char **argv,char *argv0);
  43.  
  44. #ifdef __CPLUSPLUS__
  45. }
  46. #endif
  47.