diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-08-02 11:09:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-08-02 11:09:46 +0000 |
commit | 42e4191ce53a7d77deef2b37ea6b3800cf463172 (patch) | |
tree | 64ae94cf9e4cf6e08ebaadf8903a832a6658d9ac /Makefile | |
parent | 63629b45891523da62daada0d2e7799efa2a897d (diff) | |
download | mandoc-42e4191ce53a7d77deef2b37ea6b3800cf463172.tar.gz |
POSIX allows PATH_MAX to not be defined, meaning "unlimited".
Found by Aaron M. Ucko <amu at alum dot mit dot edu> on the GNU Hurd,
via Bdale Garbee, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829624
Also add EFTYPE at two places where it was forgotten.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ VERSION = 1.14.0 # === LIST OF FILES ==================================================== TESTSRCS = test-dirent-namlen.c \ + test-EFTYPE.c \ test-err.c \ test-fts.c \ test-getline.c \ @@ -28,6 +29,7 @@ TESTSRCS = test-dirent-namlen.c \ test-mkdtemp.c \ test-nanosleep.c \ test-ohash.c \ + test-PATH_MAX.c \ test-pledge.c \ test-progname.c \ test-reallocarray.c \ |