home *** CD-ROM | disk | FTP | other *** search
- /*=============================================================================
-
- The INSTALL program source code, object code, sample script files,
- executable program, and documentation are subject to copyright
- protection under the laws of the United States and other countries.
-
- This software is licensed, not sold, and may only be redistributed
- in executable format and only in accordance with the provisions of
- the INSTALL Source Code License Agreement.
-
- INSTALL is Copyright(C) 1987-1990 by Knowledge Dynamics Corp
- Highway Contract 4 Box 185-H, Canyon Lake, TX (USA) 78133-3508
- 512-964-3994 (Voice) 512-964-3958 (24-hr FAX)
-
- All rights reserved worldwide.
-
- ===============================================================================
-
- FILENAME:
- switches.h
-
- AUTHOR:
- eric jon heflin
-
- PUBLIC FUNCTIONS:
- n/a
-
- LOCAL FUNCTIONS:
- n/a
-
- DESCRIPTION:
- This file is used by Knowledge Dynamics to create the various versions of
- INSTALL.
-
- REVISION HISTORY:
- DATE: AUTHOR: DESCRIPTION OF CHANGES:
- 891213 eaj documentation
- 900102 ejh Cosmetic changes.
-
- ==============================================================================*/
-
- /*
- * DEMO is defined when the demo version of INSTALL is to be generated
- */
- /*
- #define DEMO
- */
-
- /*
- * DEALER_DEMO is defined when the dealer demo version is to be generated
- */
- /*
- #define DEALER_DEMO
- */
-
- /*
- * ABSORB is defined to create the self-extracting version of INSTALL
- */
- /*
- #define ABSORB
- */
-
- /*
- * STRICT is defined to enforce strict compile-time behaviour
- */
- #define STRICT
-
- /*
- * BETA is defined if we are compiling changes that are candates for
- * inclusion into the full version of INSTALL.
- */
- /*
- #define BETA
- */
-
- /*
- * FORMAT_ALLOWED is defined if it is okay for INSTALL to format
- * an unformatted floppy disk.
- */
- /*
- #define FORMAT_ALLOWED
- */
-
- /*
- * USE_LZHUF is defined if the lzhuf data compression should be used
- * rather than LZW compression. (This is only implemented for BETA
- * versions of INSTALL).
- */
- /*
- #define USE_LZHUF
- */
-
- /*
- * OS2_COMPILE is defined if compiling INSTALL for operation under
- * OS/2 protected mode.
- */
- /*
- #define OS2_TARGET
- */
-
- /*
- * FAPI_TARGET is defined if compiling INSTALL for operation under
- * the DOS and OS/2 operating systems.
- */
- /*
- #define FAPI_TARGET
- */
-
- /*
- * NO_BANNER is defined if the default Knowledge Dynamics' opening
- * banner is to be suppressed.
- *
- * CAUTION: Read the documentation for restrictions before removing
- * this banner or you may be noncompiliant with the INSTALL Source
- * Code License Agreement resulting in the revocation of your
- * royalty-free redistribution license.
- */
- /*
- #define NO_BANNER
- */
-
- /* end-of-file */
-