diff options
Diffstat (limited to 'sim/config.h.in')
-rw-r--r-- | sim/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in index 7c0087f..71f17fb 100644 --- a/sim/config.h.in +++ b/sim/config.h.in @@ -135,9 +135,15 @@ /* Define to 1 if you have the `lseek' function. */ #undef HAVE_LSEEK +/* Define to 1 if you have the `lstat' function. */ +#undef HAVE_LSTAT + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `mkdir' function. */ +#undef HAVE_MKDIR + /* Define to 1 if you have the `mmap' function. */ #undef HAVE_MMAP |