gh-135497: fix MAXLOGNAME detection in configure.ac (#135508)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Fix the detection of ``MAXLOGNAME`` in the ``configure.ac`` script.
|
||||
@@ -0,0 +1 @@
|
||||
Fix :func:`os.getlogin` failing for longer usernames on BSD-based platforms.
|
||||
2
configure
generated
vendored
2
configure
generated
vendored
@@ -23849,7 +23849,7 @@ fi
|
||||
|
||||
|
||||
|
||||
ac_fn_check_decl "$LINENO" "MAXLOGNAME" "ac_cv_have_decl_MAXLOGNAME" "#include <sys/params.h>
|
||||
ac_fn_check_decl "$LINENO" "MAXLOGNAME" "ac_cv_have_decl_MAXLOGNAME" "#include <sys/param.h>
|
||||
" "$ac_c_undeclared_builtin_options" "CFLAGS"
|
||||
if test "x$ac_cv_have_decl_MAXLOGNAME" = xyes
|
||||
then :
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user