X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2F__fpending.h;h=36a842ed529ec1f31849ecec862e750a532ecea4;hb=7b06e21eb5e8f585b20346271cbf241bad612f64;hp=2130c9071123b321e2ff1e75ee3510bb175ac806;hpb=c030b0fc987251a169b63e7c3d75b5d59351c9aa;p=gnulib.git diff --git a/lib/__fpending.h b/lib/__fpending.h index 2130c9071..36a842ed5 100644 --- a/lib/__fpending.h +++ b/lib/__fpending.h @@ -1,13 +1,13 @@ -#if HAVE_CONFIG_H -# include -#endif - +#include #include #if HAVE_STDIO_EXT_H # include #endif -#include - +#ifndef HAVE_DECL___FPENDING +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL___FPENDING size_t __fpending (FILE *); +#endif