*** empty log message ***
[gnulib.git] / lib / __fpending.h
index 2130c90..a59bc58 100644 (file)
@@ -10,4 +10,9 @@
 
 #include <sys/types.h>
 
+#ifndef HAVE_DECL___FPENDING
+"this configure-time declaration test was not run"
+#endif
+#if !HAVE_DECL___FPENDING
 size_t __fpending (FILE *);
+#endif