id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
239	double declaration of bool false and true (conflicting with stdbool.h)	Patrick Winnertz <winnie@…>	metux	"Hey,
There is already a definition of bool in C, which uses also false and true, 
therefore mc fails to build with ncurses currently as ncurses include 
stdbool.h> where these are defined:

#ifndef _STDBOOL_H
#define _STDBOOL_H

#ifndef __cplusplus

#define bool	_Bool
#define true	1
#define false	0

#else /* __cplusplus */
.....
#endif

So we should remove this completly from mhl/* and use this instead.

----

branch:239_fix_bool
changeset:540fec5a7ab46e928536fdc38c6b3dfdf4483a8a

(this is for mc-4.6 branch, for master see #240)
"	defect	closed	major		mc-core	4.6.2	fixed	committed-master					
