source: trunk/vizservers/nanovis/config.h @ 829

Last change on this file since 829 was 829, checked in by vrinside, 16 years ago

Moved all the functions related to TCL to Command.cpp

File size: 865 bytes
Line 
1/*
2 * ----------------------------------------------------------------------
3 * Nanovis: Visualization of Nanoelectronics Data
4 *
5 * ======================================================================
6 *  AUTHOR:  Wei Qiao <qiaow@purdue.edu>
7 *           Purdue Rendering and Perceptualization Lab (PURPL)
8 *
9 *  Copyright (c) 2004-2006  Purdue Research Foundation
10 *
11 *  See the file "license.terms" for information on usage and
12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
13 * ======================================================================
14 */
15
16#ifndef __CONFIG_H__
17#define __CONFIG_H__
18
19#define NV40      //Uncomment if using 6 series card. By default we assume older card the 5xxx series
20#define XINETD  //enable render server
21//#define EVENTLOG  //enable event logging
22//#define DO_RLE  //do run length compression
23
24#endif
Note: See TracBrowser for help on using the repository browser.