gh-135497: fix MAXLOGNAME detection in configure.ac (#135508)

This commit is contained in:
Caleb Xu
2025-06-14 12:04:16 -04:00
committed by GitHub
parent fc413ecb8f
commit 2e15a50851
4 changed files with 4 additions and 2 deletions

View File

@@ -5542,7 +5542,7 @@ AC_CHECK_DECL([MAXLOGNAME],
[AC_DEFINE([HAVE_MAXLOGNAME], [1],
[Define if you have the 'MAXLOGNAME' constant.])],
[],
[@%:@include <sys/params.h>])
[@%:@include <sys/param.h>])
AC_CHECK_DECLS([UT_NAMESIZE],
[AC_DEFINE([HAVE_UT_NAMESIZE], [1],