Newer
Older
Microsoft / sysenv / SYS_ENV.H
@tundra tundra on 24 May 2012 1 KB Initial revision
/*  SYS_ENV.H - Environment Specific Definitions
                (Accounts For Operating System, Hardware, Etc.)

                Last Modified: 07/12/88
                Copyright (C) 1988, T.A. Daneliuk
*/



/*========================== DEBUGGING OPTIONS ===============================*/

#define     DEBUG       0                   /* Set To 1 To Enable Debugging   */


/*=========================== PROGRAM DEFINITIONS ============================*/

#define	PROGNAME	"SYS_ENV"
#define	VERSION		"1.0"

/*============================= COMPILER =====================================*/

#define     MSC         1                   /* Microsoft C                    */
#define     TURBO       0                   /* Borland TurboC                 */
#define     PCCV        0                   /* UNIX System V Compiler         */
#define     PCCB        0                   /* UNIX BSD 4.x Compiler          */


/*========================= PRESENTATION SERVICE =============================*/

#define     PC_BIOS     1                   /* IBM-PC Via Standard Bios       */
#define     PC_WIND     0                   /* IBM-PC Via MS-Windows          */
#define     PC_OSPM     0                   /* OS/2 Presentation Manager      */
#define     CURSES      0                   /* UNIX Curses                    */


/*========================== OPERATING SYSTEM ================================*/

#define     PCDOS       1                   /* Standard PC-DOS                */
#define     OS_2        0                   /* OS/2                           */
#define     UNIXV       0                   /* UNIX System V.x                */
#define     UNIXB       0                   /* UNIX BSD 4.x                   */


/*=====================END OF <SYS_ENV.H> INSERT DECK ========================*/