ReactOS 0.4.15-dev-7918-g2a2556c
jconfig.h File Reference
This graph shows which files directly or indirectly include this file:

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 FALSE   0 /* values of boolean */
 
#define TRUE   1
 
#define HAVE_BOOLEAN   /* prevent jmorecfg.h from redefining it */
 

Typedefs

typedef unsigned char boolean
 

Macro Definition Documentation

◆ FALSE

#define FALSE   0 /* values of boolean */

Definition at line 20 of file jconfig.h.

◆ HAVE_BOOLEAN

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

Definition at line 25 of file jconfig.h.

◆ HAVE_PROTOTYPES

#define HAVE_PROTOTYPES

Definition at line 1 of file jconfig.h.

◆ HAVE_STDDEF_H

#define HAVE_STDDEF_H

Definition at line 7 of file jconfig.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H

Definition at line 8 of file jconfig.h.

◆ HAVE_UNSIGNED_CHAR

#define HAVE_UNSIGNED_CHAR

Definition at line 2 of file jconfig.h.

◆ HAVE_UNSIGNED_SHORT

#define HAVE_UNSIGNED_SHORT

Definition at line 3 of file jconfig.h.

◆ TRUE

#define TRUE   1

Definition at line 23 of file jconfig.h.

Typedef Documentation

◆ boolean

Definition at line 17 of file jconfig.h.