/* * ---------------------------------------------------------------------- * Nanovis: Visualization of Nanoelectronics Data * * ====================================================================== * AUTHOR: Wei Qiao * Purdue Rendering and Perceptualization Lab (PURPL) * * Copyright (c) 2004-2006 Purdue Research Foundation * * See the file "license.terms" for information on usage and * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. * ====================================================================== */ #ifndef __CONFIG_H__ #define __CONFIG_H__ #define NV40 //Uncomment if using 6 series card. By default we assume older card the 5xxx series #define XINETD //enable render server //#define EVENTLOG //enable event logging //#define DO_RLE //do run length compression #endif