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 2130c9071123b321e2ff1e75ee3510bb175ac806..a59bc58d50b40e13b0f39aa793f4c9da607ace51 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