/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* bos72F src/bos/usr/include/stdbool.h 1.4.1.1                           */
/*                                                                        */
/* Licensed Materials - Property of IBM                                   */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 2002,2016              */
/* All Rights Reserved                                                    */
/*                                                                        */
/* US Government Users Restricted Rights - Use, duplication or            */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
/* @(#)40     1.4.1.1  src/bos/usr/include/stdbool.h, incstd, bos72F, f2017_01A7 12/7/16 06:24:41 */
/*
 * COMPONENT_NAME: (INCSTD) Standard Include Files
 *
 * FUNCTIONS:
 *
 * ORIGINS: 27
 */

#ifndef _H_STDBOOL
#define _H_STDBOOL

#include <standards.h>

#ifdef __cplusplus
extern "C" {
#endif

#ifdef _ANSI_C_SOURCE

#ifndef __cplusplus
#ifndef _BOOL
#define _BOOL
#define bool 	_Bool
#endif

#ifndef _TRUE
#define _TRUE
#define true	1
#endif
#ifndef _FALSE
#define _FALSE
#define false	0
#endif

#define __bool_true_false_are_defined	1
#endif /*END of __cplusplus moved via defect 1011447*/

#endif /* _ANSI_C_SOURCE */

#ifdef __cplusplus
}
#endif
#endif /* _H_STDBOOL */