diff options
| -rw-r--r-- | config.hin | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.hin b/config.hin index 277d1aa97..b27fdd3b9 100644 --- a/config.hin +++ b/config.hin @@ -688,6 +688,12 @@ /* Define to 1 if you have the <OS.h> header file. */ #undef HAVE_OS_H +/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't, + setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not + defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined. + */ +#undef HAVE_PARTLY_WORKING_GETCWD + /* Define to 1 if you have the `pathconf' function. */ #undef HAVE_PATHCONF |
