home *** CD-ROM | disk | FTP | other *** search
- /*
- (c) 1990 S.Hawtin.
- Permission is granted to copy this file provided
- 1) It is not used for commercial gain
- 2) This notice is included in all copies
- 3) Altered copies are marked as such
-
- No liability is accepted for the contents of the file.
-
- defaults.c within Public Domain c.lib
-
- */
-
- /* The variables that determine the default behaviour of 'C' programs */
-
- /* The default window to start from */
- char *_WBConsole="con:20/20/400/100/NorthC 1.2 Program";
-
- /* Set true if want to have stdout and stderr unbuffered */
- int stdoutUnbuffered = 0;
-
- /* Set true if you want interrupts to be checked for */
- int _WithIntrCheck = -1;
-