00001 /* 00002 File: GCLConfig.h 00003 00004 Purpose: Contains config options for compiling GCL 00005 00006 Author: Andrew Willmott, (c) 1997-1999 00007 00008 Notes: Possible #defines: 00009 00010 GCL_TIFF enables TIFF support. Requires libtiff. 00011 GCL_JPEG enables JPEG support. Requires libjpeg. 00012 GCL_GIF enables GIF support. Requires libgif. 00013 00014 GCL_MGF enables MGF support. Requires libmgf. 00015 GCL_MSDL enables MSDL support. Requires libmsdl. 00016 GCL_PARSE_SC Turns on support for ph's .sc format 00017 00018 GCL_XSHM enables xwindows shared-memory support 00019 GCL_MESA Can use Mesa's off-screen rendering facilities 00020 GCL_NO_GL No OpenGL support 00021 00022 GCL_BIG_END Enable optimisations on big-endian machines 00023 GCL_MACOS required for compiling on the mac file system 00024 GCL_GZIP enables support for automatically gunzipping 00025 scene files with the extension '.gz'. 'gunzip' 00026 must be installed for this to work. 00027 00028 */ 00029 00030 #define GCL_VERSION "1.0.2" 00031 #define GCL_VER_NUM 10002 00032 00033 // --- Configuration ----------------------------------------------------------