File: config.h

package info (click to toggle)
ygl 4.2e-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: ansic: 8,724; makefile: 89; fortran: 55; sed: 20; sh: 19
file content (22 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 *    Ygl: Run GL programs with standard X11 routines.
 *    (C) Fred Hucht 1993-96
 *    EMail: fred@thp.Uni-Duisburg.DE
 *
 *    $Id: config.h,v 3.5 1997-07-07 11:09:39+02 fred Exp $
 */

#define AUTOFLUSH	/* define to generate code for flushing the
			   server via timer */ 

#define COVERSLEEP	/* define to cover the system commands sleep
			   and usleep with own versions that flushes
			   Xlibs output buffer */ 

/*#define RGBWIN*/

#ifdef RGBWIN
# define IF_RGBWIN(x, y) x
#else
# define IF_RGBWIN(x, y) y
#endif