]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(GL_FUNC_GETCWD_PATH_MAX): If PATH_MAX
authorJim Meyering <jim@meyering.net>
Fri, 25 Apr 2003 18:42:16 +0000 (18:42 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 25 Apr 2003 18:42:16 +0000 (18:42 +0000)
commit241673725eb8f01186a58b58ecab71268bdd3cd7
tree93671351ac3a97c5902323604f85e0bdfce0d6d1
parentb45a0ca42e4bc649929e50b29675cf263cf2b733
(GL_FUNC_GETCWD_PATH_MAX): If PATH_MAX
is not defined, don't run the test, and don't use the wrapper.
Otherwise, on the Hurd, it would take a long time to create
and remove a hierarchy about 4000 levels deep.
Based on a patch from Robert Millan.
m4/getcwd-path-max.m4