Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Typedefs
jconfig.h File Reference

Go to the source code of this file.

Macros

#define HAVE_PROTOTYPES
 
#define HAVE_UNSIGNED_CHAR
 
#define HAVE_UNSIGNED_SHORT
 
#define HAVE_STDDEF_H
 
#define HAVE_STDLIB_H
 
#define HAVE_BOOLEAN   /* prevent jmorecfg.h from redefining it */
 

Typedefs

typedef unsigned char boolean
 

Macro Definition Documentation

◆ HAVE_BOOLEAN

#define HAVE_BOOLEAN   /* prevent jmorecfg.h from redefining it */

Definition at line 22 of file jconfig.h.

◆ HAVE_PROTOTYPES

#define HAVE_PROTOTYPES

Definition at line 4 of file jconfig.h.

◆ HAVE_STDDEF_H

#define HAVE_STDDEF_H

Definition at line 10 of file jconfig.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H

Definition at line 11 of file jconfig.h.

◆ HAVE_UNSIGNED_CHAR

#define HAVE_UNSIGNED_CHAR

Definition at line 5 of file jconfig.h.

◆ HAVE_UNSIGNED_SHORT

#define HAVE_UNSIGNED_SHORT

Definition at line 6 of file jconfig.h.

Typedef Documentation

◆ boolean

typedef unsigned char boolean

Definition at line 20 of file jconfig.h.