]> granicus.if.org Git - procps-ng/commit
configure: Check for stdio_ext.h
authorRainer Müller <raimue@codingfarm.de>
Wed, 20 Feb 2013 19:10:40 +0000 (20:10 +0100)
committerRainer Müller <raimue@codingfarm.de>
Wed, 20 Mar 2013 15:32:06 +0000 (16:32 +0100)
commit6df4fc403dd3994c714e9154c7ad533125ee1e8c
treebe5497b343d7172f9b43bec3d442934c0eec9445
parent538bd978a41263792e14e4df56091cecbece2f24
configure: Check for stdio_ext.h

For portability, check for stdio_ext.h during configure and define
HAVE_STDIO_EXT_H accordingly.

If the current system does not provide this header, use a fallback for
__fpending(). This definition will not work on all systems as it relies
on internal data structures of libc. A more portable solution should be
preferred, for example by using gnulib.
configure.ac
lib/fileutils.c