mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
17 lines
288 B
C
17 lines
288 B
C
#if HAVE_CONFIG_H
|
|
# include <config.h>
|
|
#endif
|
|
|
|
#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
|