]> git.ipfire.org Git - thirdparty/make.git/commit
Omit unused PATH_MAX code
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Aug 2024 08:04:13 +0000 (01:04 -0700)
committerPaul Smith <psmith@gnu.org>
Mon, 2 Sep 2024 18:43:24 +0000 (14:43 -0400)
commit4d3bf7838f555f4da67c59f3b302750ac3a87ae8
treee5af04fc53dd4ddf1934645c7b3b2a3069e99b65
parent8c8c7fc2269df027d1591a6e4a4873f773a2d53f
Omit unused PATH_MAX code

* src/makeint.h (GET_PATH_MAX, PATH_VAR):
Simplify, since PATH_MAX is always defined here.
(NEED_GET_PATH_MAX): Remove.
* src/misc.c (get_path_max) [NEED_GET_PATH_MAX]: Remove.
src/makeint.h
src/misc.c