summaryrefslogtreecommitdiff
path: root/lib/fpending.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-07-15 23:00:48 +0200
committerBruno Haible <bruno@clisp.org>2012-07-15 23:00:48 +0200
commit85ed801342b9da521cc797375eb72cc050940cf8 (patch)
treeb1f1f125898664b8fa7c42c31abe9ff5a702944b /lib/fpending.h
parentfc5b3a7190a490a169f2d53a54b393a68fab9ec2 (diff)
downloadgnulib-85ed801342b9da521cc797375eb72cc050940cf8.tar.gz
fpending: Assume AC_CHECK_DECLS_ONCE invocation, like in fpending.m4.
* lib/fpending.h: Assume HAVE_DECL___FPENDING is defined. * cfg.mk (exclude_file_name_regexp--sc_prohibit_defined_have_decl_tests) Remove exemption for fpending.h. Suggested by Eric Blake.
Diffstat (limited to 'lib/fpending.h')
-rw-r--r--lib/fpending.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/fpending.h b/lib/fpending.h
index 5b5d71c024..0365287ba7 100644
--- a/lib/fpending.h
+++ b/lib/fpending.h
@@ -21,10 +21,6 @@
#include <stddef.h>
#include <stdio.h>
-#ifndef HAVE_DECL___FPENDING
-"this configure-time declaration test was not run"
-#endif
-
#if HAVE_DECL___FPENDING
# if HAVE_STDIO_EXT_H
# include <stdio_ext.h>