Include <stdbool.h> in config.h for C
commita17d22fc6e17c9c65ba9f4586e52d30365f244bf
authorOlly Betts <olly@survex.com>
Mon, 26 Feb 2024 04:15:07 +0000 (26 17:15 +1300)
committerOlly Betts <olly@survex.com>
Mon, 26 Feb 2024 04:16:42 +0000 (26 17:16 +1300)
tree2d5871d1d091b867c4ac5b8d66715d9b4a830a06
parented04c55304f1fd95c126daf9612665b517eab4e7
Include <stdbool.h> in config.h for C

This emulates C23's addition of bool, false and true as keywords,
and means we don't need to include <stdbool.h> in each C file that
uses them.
configure.ac
src/cavern.h
src/datain.h
src/diffpos.c
src/dump3d.c
src/filename.h
src/netbits.h
src/readval.h
src/validate.h