]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Select whether to include funopen() in the build system
authorGuillem Jover <guillem@hadrons.org>
Thu, 6 Apr 2023 21:05:27 +0000 (23:05 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 17 Apr 2023 02:12:42 +0000 (04:12 +0200)
commitbc65806ce22a6f838c8788435aea298e1a499c75
tree62c18e384416112ea6c9e33fdb3fd8bc891b7547
parent8b7a4d9d3b444681e14cdb085c25d5217da82c8b
build: Select whether to include funopen() in the build system

This makes sure we include it when expected, alongside the man pages,
and the test cases, and do not accidentally break the ABI if the system
starts providing such interface.
configure.ac
man/Makefile.am
src/Makefile.am
src/funopen.c
test/Makefile.am