diff options
author | Peter Eisentraut | 2024-10-14 06:02:38 +0000 |
---|---|---|
committer | Peter Eisentraut | 2024-10-14 06:33:36 +0000 |
commit | a2d9a9b95ad933853dd18894393615d37257f43b (patch) | |
tree | d8ffb4f9cbd0e8a19a6cc651b241d4ec13f42a3c /configure.ac | |
parent | 9f34cae1426fe5ab915c95b7e26b1efffbb2ca0f (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 382984f594c..55f6c46d333 100644 --- a/configure.ac +++ b/configure.ac @@ -1992,11 +1992,6 @@ fi AC_DEFINE_UNQUOTED(MAXIMUM_ALIGNOF, $MAX_ALIGNOF, [Define as the maximum alignment requirement of any C data type.]) -# Some platforms predefine the types int8, int16, etc. Only check -# a (hopefully) representative subset. -AC_CHECK_TYPES([int8, uint8, int64, uint64], [], [], -[#include <stdio.h>]) - # Some compilers offer a 128-bit integer scalar type. PGAC_TYPE_128BIT_INT |