Remove traces of BeOS. Commit 15abc7788e6 tolerated namespace pollution from BeOS system headers. Commit 44f902122 de-supported BeOS. Since that stuff didn't make it into the Meson build system, synchronize by removing from configure.
Author: Thomas Munro <[email protected]> Reviewed-by: Peter Eisentraut <[email protected]> Reviewed-by: Heikki Linnakangas <[email protected]> Reviewed-by: Japin Li <[email protected]> Reviewed-by: Tom Lane <[email protected]> (the idea, not the patch) Discussion: https://postgr.es/m/ME3P282MB3166F9D1F71F787929C0C7E7B6312%40ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a2d9a9b95ad933853dd18894393615d37257f43b Modified Files -------------- configure | 44 -------------------------- configure.ac | 5 --- src/include/c.h | 12 ------- src/include/pg_config.h.in | 12 ------- src/interfaces/ecpg/include/ecpg_config.h.in | 3 -- src/interfaces/ecpg/include/meson.build | 1 - src/interfaces/ecpg/include/pgtypes_interval.h | 4 --- 7 files changed, 81 deletions(-)
