replace:wscript - change the "bool" checks to be compatible with more platforms
commitb028a6001ad7e440fbd71faa45cad8b5966fac1c
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 28 Nov 2010 11:28:03 +0000 (28 12:28 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 28 Nov 2010 12:33:19 +0000 (28 13:33 +0100)
treec9629863a832d2c24b7d9fe6a335766a7033cea0
parent7e2b315ca0f228b617adc7769f3880a8aabd5d67
replace:wscript - change the "bool" checks to be compatible with more platforms

- If the type was found then we are fine and define "HAVE_BOOL"
- Othewise we substitute it in "replace.h" as "_Bool" or if not possible as "int"
- This prevents lot of warnings on platforms where we don't have a "bool" type as Tru64
- The length check for "bool" is not really useful and therefore removed
lib/replace/wscript