diff options
Diffstat (limited to 'sim/bfin/config.in')
-rw-r--r-- | sim/bfin/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/bfin/config.in b/sim/bfin/config.in index b44011d..2b25645 100644 --- a/sim/bfin/config.in +++ b/sim/bfin/config.in @@ -55,6 +55,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `kill' function. */ +#undef HAVE_KILL + /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL @@ -79,6 +82,9 @@ /* Define to 1 if you have the <net/if.h> header file. */ #undef HAVE_NET_IF_H +/* Define to 1 if you have the `pread' function. */ +#undef HAVE_PREAD + /* Define to 1 if you have the `setgid' function. */ #undef HAVE_SETGID |