diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-11-01 09:38:51 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-11-01 09:38:51 +0000 |
commit | c43b80e61df1aeb6d7872d89baa35a28dd05bd40 (patch) | |
tree | 22fb26c4916c45c898c7ddd5ff07cfd73523b152 /lib/__fpending.h | |
parent | c12afffc3d06c2acfc5fab3aa4746d1096f4950a (diff) | |
download | idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.tar.gz idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.tar.bz2 idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.zip |
*** empty log message ***
Diffstat (limited to 'lib/__fpending.h')
-rw-r--r-- | lib/__fpending.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/__fpending.h b/lib/__fpending.h new file mode 100644 index 0000000..36a842e --- /dev/null +++ b/lib/__fpending.h @@ -0,0 +1,13 @@ +#include <stddef.h> +#include <stdio.h> + +#if HAVE_STDIO_EXT_H +# include <stdio_ext.h> +#endif + +#ifndef HAVE_DECL___FPENDING +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL___FPENDING +size_t __fpending (FILE *); +#endif |