Sun Java System Access Manager 7.1 C API Reference

boolean_t

Defines true or false boolean with the syntax:

#include "am_types.h"
typedef enum { 
    B_FALSE, 
    B_TRUE 
} boolean_t;