(gl_FUNC_GETCWD_PATH_MAX): Renamed from
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Nov 2004 19:26:50 +0000 (19:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Nov 2004 19:26:50 +0000 (19:26 +0000)
commit22c4a7e5c299b4b8bab4c1877e05db452a02d69d
tree4f2b83270498148a19d2a017e9d6ab27fd4f9850
parent639d4a42b7e443a5f688109a4584c79a637b6b9b
(gl_FUNC_GETCWD_PATH_MAX): Renamed from
GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
Use the _ONCE methods, for efficiency.
Check for fcntl.h.  In test program, include <errno.h>
and <fcntl.h> if available.  Remove old K&R cruft from
test program.  Check for common errors in GNU/Linux,
OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
don't do AC_LIBOBJ, as that's getcwd.m4's job.
m4/getcwd-path-max.m4