diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-01 07:16:36 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-01 07:16:36 +0000 |
| commit | 782bb54c6b87de8744fa1c6b4fe81e1e34cb05bc (patch) | |
| tree | 860373426810021b617c60f72b915c27e52bc3fd /config.hin | |
| parent | * getcwd.c: Use system getcwd first, if appropriate. (diff) | |
| download | coreutils-782bb54c6b87de8744fa1c6b4fe81e1e34cb05bc.tar.gz coreutils-782bb54c6b87de8744fa1c6b4fe81e1e34cb05bc.zip | |
Regenerate.
Diffstat (limited to 'config.hin')
| -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 |
