diff options
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in index 46fbb98..87308e2 100644 --- a/ld/config.in +++ b/ld/config.in @@ -49,6 +49,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `mkstemp' function. */ +#undef HAVE_MKSTEMP + /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ #undef HAVE_NDIR_H @@ -90,6 +93,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `waitpid' function. */ +#undef HAVE_WAITPID + /* Name of package */ #undef PACKAGE |