-
- Downloads
Remove some configure header-file checks that we weren't really using.
We had some AC_CHECK_HEADER tests that were really wastes of cycles, because the code proceeded to #include those headers unconditionally anyway, in all or a large majority of cases. The lack of complaints shows that those headers are available on every platform of interest, so we might as well let configure run a bit faster by not probing those headers at all. I suspect that some of the tests I left alone are equally useless, but since all the existing #includes of the remaining headers are properly guarded, I didn't touch them.
Showing
- config/ac_func_accept_argtypes.m4 1 addition, 8 deletionsconfig/ac_func_accept_argtypes.m4
- config/c-library.m4 5 additions, 5 deletionsconfig/c-library.m4
- configure 5 additions, 33 deletionsconfigure
- configure.in 1 addition, 7 deletionsconfigure.in
- src/backend/libpq/ifaddr.c 0 additions, 2 deletionssrc/backend/libpq/ifaddr.c
- src/bin/psql/command.c 0 additions, 2 deletionssrc/bin/psql/command.c
- src/include/libpq/libpq-be.h 0 additions, 2 deletionssrc/include/libpq/libpq-be.h
- src/include/pg_config.h.in 0 additions, 15 deletionssrc/include/pg_config.h.in
- src/include/pg_config.h.win32 0 additions, 12 deletionssrc/include/pg_config.h.win32
Loading
Please register or sign in to comment