/*
 * IVlocal.def - local site-specific definitions
 */

/*
 * Specify what compiler you are using by specifying one of
 * g_plusplus, cfront1_2, or cfront2_0.  Default is g_plusplus (g++).
 * This is only for the kind of compiler; you should #define CplusplusCcCmd
 * if you are using a different driver (not our CC).
 */

#ifndef C_plusplus_compiler
#define CplusplusCcCmd g++
#define C_plusplus_compiler g_plusplus
#endif

/*
 * When using gcc, you can either bootstrap it from scratch
 * or use an older, installed version to build the new one.
 * Default is to bootstrap.
 */
#ifndef Bootstrap_gcc
#define Bootstrap_gcc YES
#endif

/*
 * Turn on optimization by default.
 */
#ifndef DefaultCDebugFlags
#define DefaultCDebugFlags OptimizedCDebugFlags
#endif
#ifndef LibraryCDebugFlags
#define LibraryCDebugFlags OptimizedCDebugFlags
#endif

/*
 * Remove this definition if your /tmp space is less than a 1meg.
 */
#ifndef HasLargeTmp
#define HasLargeTmp YES
#endif

/*
 * Remove this definition if you want to use platform-specific .cf
 * files from /usr/lib/X11/config.  Otherwise, imake will ignore any
 * platform-specific .cf file you have in /usr/lib/X11/config that
 * is also in /usr/lib/X11/config/InterViews.  Usually you want only
 * one copy of a .cf file, but this definition is present in case you
 * don't have any .cf files in /usr/lib/X11/config yet.
 */
#ifndef InstallPlatformCfFiles
#define InstallPlatformCfFiles YES
#endif

/*
 * Add this definition if you want to install InterViews directly
 * into your system area instead of under $(TOP)/installed.
 *
#ifndef InstallRelative
#define InstallRelative NO
#endif
 */
