changeset 2844:c4143df8ed0d

declare __fpending only if necessary
author Jim Meyering <jim@meyering.net>
date Mon, 28 Aug 2000 14:55:18 +0000
parents e3040ba8ca15
children d5bcf4bb7938
files lib/__fpending.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/__fpending.h	Mon Aug 28 14:53:10 2000 +0000
+++ b/lib/__fpending.h	Mon Aug 28 14:55:18 2000 +0000
@@ -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