diff options
Diffstat (limited to 'sim/ppc/config.in')
-rw-r--r-- | sim/ppc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in index 86a6825..b0c9e6f 100644 --- a/sim/ppc/config.in +++ b/sim/ppc/config.in @@ -43,6 +43,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the `dup' function. */ #undef HAVE_DUP @@ -281,6 +284,9 @@ /* Define to 1 if you have the `unlink' function. */ #undef HAVE_UNLINK +/* Define to 1 if you have the <windows.h> header file. */ +#undef HAVE_WINDOWS_H + /* Define to 1 if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H |