declare __fpending only if necessary
authorJim Meyering <jim@meyering.net>
Mon, 28 Aug 2000 14:55:18 +0000 (14:55 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Aug 2000 14:55:18 +0000 (14:55 +0000)
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