]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: Removed portability implementationsn of functions
authorTill Kamppeter <till.kamppeter@gmail.com>
Sun, 25 Sep 2022 21:03:08 +0000 (23:03 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sun, 25 Sep 2022 21:03:08 +0000 (23:03 +0200)
commit282b60cba42bf72e68642679bbc8d8e73b80c88e
tree177d5eb19946d8f869c78c9cd8f11fa456637d1a
parent69de02b94c808973751b26ac6eaada8009ddaeaa
libcupsfilters: Removed portability implementationsn of functions

For portability implementations of the GNU C functions getline() and
strcasestr() were included in the source code but there is nothing in
the build system making them actually used if the system does not
provide them.

Therefor we do not take them to 2.x and remove them here.
Makefile.am
cupsfilters/getline.c [deleted file]
cupsfilters/strcasestr.c [deleted file]