Timestamp:
Jun 19, 2011, 12:07:25 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
fcc0936, 24a791f
Parents:
d1d68e0
git-author:
David Benjamin <davidben@mit.edu> (04/05/11 12:54:11)
git-committer:
David Benjamin <davidben@mit.edu> (06/19/11 00:07:25)
Message:
Just require stdbool.h and tell ncurses to use it

Now that Solaris' stdbool.h works for us, we may as well just require
it. The preamble is repetitive and didn't actually work anyway. (It
conflicts with ncurses' attempts to redefine bool when stdbool.h is
unavailable or disabled.)

We may need to add a different preamble later if we care about including
these headers in C++ (Solaris has a C++-incompatible stdbool.h), but we
can deal with that later.
(No files)

Note: See TracChangeset for help on using the changeset viewer.