@@ -658,10 +658,20 @@ MODULE__ELEMENTTREE_FALSE
658
658
MODULE__ELEMENTTREE_TRUE
659
659
MODULE_PYEXPAT_FALSE
660
660
MODULE_PYEXPAT_TRUE
661
+ MODULE_TERMIOS_FALSE
662
+ MODULE_TERMIOS_TRUE
663
+ MODULE_SYSLOG_FALSE
664
+ MODULE_SYSLOG_TRUE
665
+ MODULE_SPWD_FALSE
666
+ MODULE_SPWD_TRUE
661
667
MODULE__SCPROXY_FALSE
662
668
MODULE__SCPROXY_TRUE
669
+ MODULE_RESOURCE_FALSE
670
+ MODULE_RESOURCE_TRUE
663
671
MODULE_OSSAUDIODEV_FALSE
664
672
MODULE_OSSAUDIODEV_TRUE
673
+ MODULE_GRP_FALSE
674
+ MODULE_GRP_TRUE
665
675
MODULE__DATETIME_FALSE
666
676
MODULE__DATETIME_TRUE
667
677
MODULE_TIME_FALSE
@@ -8196,7 +8206,7 @@ sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
8196
8206
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
8197
8207
linux/tipc.h linux/random.h spawn.h util.h alloca.h endian.h \
8198
8208
sys/endian.h sys/sysmacros.h linux/memfd.h linux/wait.h sys/memfd.h \
8199
- sys/mman.h sys/eventfd.h linux/soundcard.h sys/soundcard.h
8209
+ sys/mman.h sys/eventfd.h linux/soundcard.h sys/soundcard.h syslog.h
8200
8210
do :
8201
8211
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8202
8212
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -12658,7 +12668,7 @@ for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
12658
12668
explicit_memset faccessat fchmod fchmodat fchown fchownat \
12659
12669
fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
12660
12670
futimens futimes gai_strerror getentropy \
12661
- getgrgid_r getgrnam_r \
12671
+ getgrgid getgrgid_r getgrnam_r \
12662
12672
getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \
12663
12673
getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \
12664
12674
if_nameindex \
@@ -19551,6 +19561,45 @@ fi
19551
19561
19552
19562
19553
19563
19564
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module grp" >&5
19565
+ $as_echo_n "checking for stdlib extension module grp... " >&6; }
19566
+ case $py_stdlib_not_available in #(
19567
+ *grp*) :
19568
+ py_cv_module_grp=n/a ;; #(
19569
+ *) :
19570
+
19571
+ if true; then :
19572
+ if test "$ac_cv_func_getgrgid" = yes -o "$ac_cv_func_getgrgid_r" = yes; then :
19573
+ py_cv_module_grp=yes
19574
+ else
19575
+ py_cv_module_grp=missing
19576
+ fi
19577
+ else
19578
+ py_cv_module_grp=disabled
19579
+
19580
+ fi
19581
+
19582
+ ;;
19583
+ esac
19584
+ as_fn_append MODULE_BLOCK "MODULE_GRP=$py_cv_module_grp$as_nl"
19585
+ if test "x$py_cv_module_grp" = xyes; then :
19586
+
19587
+
19588
+
19589
+
19590
+ fi
19591
+ if test "$py_cv_module_grp" = yes; then
19592
+ MODULE_GRP_TRUE=
19593
+ MODULE_GRP_FALSE='#'
19594
+ else
19595
+ MODULE_GRP_TRUE='#'
19596
+ MODULE_GRP_FALSE=
19597
+ fi
19598
+
19599
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module_grp" >&5
19600
+ $as_echo "$py_cv_module_grp" >&6; }
19601
+
19602
+
19554
19603
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module ossaudiodev" >&5
19555
19604
$as_echo_n "checking for stdlib extension module ossaudiodev... " >&6; }
19556
19605
case $py_stdlib_not_available in #(
@@ -19590,6 +19639,45 @@ fi
19590
19639
$as_echo "$py_cv_module_ossaudiodev" >&6; }
19591
19640
19592
19641
19642
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module resource" >&5
19643
+ $as_echo_n "checking for stdlib extension module resource... " >&6; }
19644
+ case $py_stdlib_not_available in #(
19645
+ *resource*) :
19646
+ py_cv_module_resource=n/a ;; #(
19647
+ *) :
19648
+
19649
+ if true; then :
19650
+ if test "$ac_cv_header_sys_resource_h" = yes; then :
19651
+ py_cv_module_resource=yes
19652
+ else
19653
+ py_cv_module_resource=missing
19654
+ fi
19655
+ else
19656
+ py_cv_module_resource=disabled
19657
+
19658
+ fi
19659
+
19660
+ ;;
19661
+ esac
19662
+ as_fn_append MODULE_BLOCK "MODULE_RESOURCE=$py_cv_module_resource$as_nl"
19663
+ if test "x$py_cv_module_resource" = xyes; then :
19664
+
19665
+
19666
+
19667
+
19668
+ fi
19669
+ if test "$py_cv_module_resource" = yes; then
19670
+ MODULE_RESOURCE_TRUE=
19671
+ MODULE_RESOURCE_FALSE='#'
19672
+ else
19673
+ MODULE_RESOURCE_TRUE='#'
19674
+ MODULE_RESOURCE_FALSE=
19675
+ fi
19676
+
19677
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module_resource" >&5
19678
+ $as_echo "$py_cv_module_resource" >&6; }
19679
+
19680
+
19593
19681
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module _scproxy" >&5
19594
19682
$as_echo_n "checking for stdlib extension module _scproxy... " >&6; }
19595
19683
case $py_stdlib_not_available in #(
@@ -19629,6 +19717,123 @@ fi
19629
19717
$as_echo "$py_cv_module__scproxy" >&6; }
19630
19718
19631
19719
19720
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module spwd" >&5
19721
+ $as_echo_n "checking for stdlib extension module spwd... " >&6; }
19722
+ case $py_stdlib_not_available in #(
19723
+ *spwd*) :
19724
+ py_cv_module_spwd=n/a ;; #(
19725
+ *) :
19726
+
19727
+ if true; then :
19728
+ if test "$ac_cv_func_getspent" = yes -o "$ac_cv_func_getspnam" = yes; then :
19729
+ py_cv_module_spwd=yes
19730
+ else
19731
+ py_cv_module_spwd=missing
19732
+ fi
19733
+ else
19734
+ py_cv_module_spwd=disabled
19735
+
19736
+ fi
19737
+
19738
+ ;;
19739
+ esac
19740
+ as_fn_append MODULE_BLOCK "MODULE_SPWD=$py_cv_module_spwd$as_nl"
19741
+ if test "x$py_cv_module_spwd" = xyes; then :
19742
+
19743
+
19744
+
19745
+
19746
+ fi
19747
+ if test "$py_cv_module_spwd" = yes; then
19748
+ MODULE_SPWD_TRUE=
19749
+ MODULE_SPWD_FALSE='#'
19750
+ else
19751
+ MODULE_SPWD_TRUE='#'
19752
+ MODULE_SPWD_FALSE=
19753
+ fi
19754
+
19755
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module_spwd" >&5
19756
+ $as_echo "$py_cv_module_spwd" >&6; }
19757
+
19758
+
19759
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module syslog" >&5
19760
+ $as_echo_n "checking for stdlib extension module syslog... " >&6; }
19761
+ case $py_stdlib_not_available in #(
19762
+ *syslog*) :
19763
+ py_cv_module_syslog=n/a ;; #(
19764
+ *) :
19765
+
19766
+ if true; then :
19767
+ if test "$ac_cv_header_syslog_h" = yes; then :
19768
+ py_cv_module_syslog=yes
19769
+ else
19770
+ py_cv_module_syslog=missing
19771
+ fi
19772
+ else
19773
+ py_cv_module_syslog=disabled
19774
+
19775
+ fi
19776
+
19777
+ ;;
19778
+ esac
19779
+ as_fn_append MODULE_BLOCK "MODULE_SYSLOG=$py_cv_module_syslog$as_nl"
19780
+ if test "x$py_cv_module_syslog" = xyes; then :
19781
+
19782
+
19783
+
19784
+
19785
+ fi
19786
+ if test "$py_cv_module_syslog" = yes; then
19787
+ MODULE_SYSLOG_TRUE=
19788
+ MODULE_SYSLOG_FALSE='#'
19789
+ else
19790
+ MODULE_SYSLOG_TRUE='#'
19791
+ MODULE_SYSLOG_FALSE=
19792
+ fi
19793
+
19794
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module_syslog" >&5
19795
+ $as_echo "$py_cv_module_syslog" >&6; }
19796
+
19797
+
19798
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module termios" >&5
19799
+ $as_echo_n "checking for stdlib extension module termios... " >&6; }
19800
+ case $py_stdlib_not_available in #(
19801
+ *termios*) :
19802
+ py_cv_module_termios=n/a ;; #(
19803
+ *) :
19804
+
19805
+ if true; then :
19806
+ if test "$ac_cv_header_termios_h" = yes; then :
19807
+ py_cv_module_termios=yes
19808
+ else
19809
+ py_cv_module_termios=missing
19810
+ fi
19811
+ else
19812
+ py_cv_module_termios=disabled
19813
+
19814
+ fi
19815
+
19816
+ ;;
19817
+ esac
19818
+ as_fn_append MODULE_BLOCK "MODULE_TERMIOS=$py_cv_module_termios$as_nl"
19819
+ if test "x$py_cv_module_termios" = xyes; then :
19820
+
19821
+
19822
+
19823
+
19824
+ fi
19825
+ if test "$py_cv_module_termios" = yes; then
19826
+ MODULE_TERMIOS_TRUE=
19827
+ MODULE_TERMIOS_FALSE='#'
19828
+ else
19829
+ MODULE_TERMIOS_TRUE='#'
19830
+ MODULE_TERMIOS_FALSE=
19831
+ fi
19832
+
19833
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module_termios" >&5
19834
+ $as_echo "$py_cv_module_termios" >&6; }
19835
+
19836
+
19632
19837
19633
19838
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module pyexpat" >&5
19634
19839
$as_echo_n "checking for stdlib extension module pyexpat... " >&6; }
@@ -20428,14 +20633,34 @@ if test -z "${MODULE__DATETIME_TRUE}" && test -z "${MODULE__DATETIME_FALSE}"; th
20428
20633
as_fn_error $? "conditional \"MODULE__DATETIME\" was never defined.
20429
20634
Usually this means the macro was only invoked conditionally." "$LINENO" 5
20430
20635
fi
20636
+ if test -z "${MODULE_GRP_TRUE}" && test -z "${MODULE_GRP_FALSE}"; then
20637
+ as_fn_error $? "conditional \"MODULE_GRP\" was never defined.
20638
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
20639
+ fi
20431
20640
if test -z "${MODULE_OSSAUDIODEV_TRUE}" && test -z "${MODULE_OSSAUDIODEV_FALSE}"; then
20432
20641
as_fn_error $? "conditional \"MODULE_OSSAUDIODEV\" was never defined.
20433
20642
Usually this means the macro was only invoked conditionally." "$LINENO" 5
20434
20643
fi
20644
+ if test -z "${MODULE_RESOURCE_TRUE}" && test -z "${MODULE_RESOURCE_FALSE}"; then
20645
+ as_fn_error $? "conditional \"MODULE_RESOURCE\" was never defined.
20646
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
20647
+ fi
20435
20648
if test -z "${MODULE__SCPROXY_TRUE}" && test -z "${MODULE__SCPROXY_FALSE}"; then
20436
20649
as_fn_error $? "conditional \"MODULE__SCPROXY\" was never defined.
20437
20650
Usually this means the macro was only invoked conditionally." "$LINENO" 5
20438
20651
fi
20652
+ if test -z "${MODULE_SPWD_TRUE}" && test -z "${MODULE_SPWD_FALSE}"; then
20653
+ as_fn_error $? "conditional \"MODULE_SPWD\" was never defined.
20654
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
20655
+ fi
20656
+ if test -z "${MODULE_SYSLOG_TRUE}" && test -z "${MODULE_SYSLOG_FALSE}"; then
20657
+ as_fn_error $? "conditional \"MODULE_SYSLOG\" was never defined.
20658
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
20659
+ fi
20660
+ if test -z "${MODULE_TERMIOS_TRUE}" && test -z "${MODULE_TERMIOS_FALSE}"; then
20661
+ as_fn_error $? "conditional \"MODULE_TERMIOS\" was never defined.
20662
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
20663
+ fi
20439
20664
if test -z "${MODULE_PYEXPAT_TRUE}" && test -z "${MODULE_PYEXPAT_FALSE}"; then
20440
20665
as_fn_error $? "conditional \"MODULE_PYEXPAT\" was never defined.
20441
20666
Usually this means the macro was only invoked conditionally." "$LINENO" 5
0 commit comments