@@ -688,6 +688,8 @@ MODULE_OSSAUDIODEV_FALSE
688
688
MODULE_OSSAUDIODEV_TRUE
689
689
MODULE_GRP_FALSE
690
690
MODULE_GRP_TRUE
691
+ MODULE_MMAP_FALSE
692
+ MODULE_MMAP_TRUE
691
693
MODULE_FCNTL_FALSE
692
694
MODULE_FCNTL_TRUE
693
695
MODULE__DATETIME_FALSE
@@ -700,8 +702,12 @@ MODULE__STATISTICS_FALSE
700
702
MODULE__STATISTICS_TRUE
701
703
MODULE__ZONEINFO_FALSE
702
704
MODULE__ZONEINFO_TRUE
705
+ MODULE__XXSUBINTERPRETERS_FALSE
706
+ MODULE__XXSUBINTERPRETERS_TRUE
703
707
MODULE__TYPING_FALSE
704
708
MODULE__TYPING_TRUE
709
+ MODULE_SELECT_FALSE
710
+ MODULE_SELECT_TRUE
705
711
MODULE__RANDOM_FALSE
706
712
MODULE__RANDOM_TRUE
707
713
MODULE__QUEUE_FALSE
@@ -19687,6 +19693,15 @@ else
19687
19693
fi
19688
19694
as_fn_append MODULE_BLOCK "MODULE__RANDOM=yes$as_nl"
19689
19695
19696
+ if true; then
19697
+ MODULE_SELECT_TRUE=
19698
+ MODULE_SELECT_FALSE='#'
19699
+ else
19700
+ MODULE_SELECT_TRUE='#'
19701
+ MODULE_SELECT_FALSE=
19702
+ fi
19703
+ as_fn_append MODULE_BLOCK "MODULE_SELECT=yes$as_nl"
19704
+
19690
19705
if true; then
19691
19706
MODULE__TYPING_TRUE=
19692
19707
MODULE__TYPING_FALSE='#'
@@ -19696,6 +19711,15 @@ else
19696
19711
fi
19697
19712
as_fn_append MODULE_BLOCK "MODULE__TYPING=yes$as_nl"
19698
19713
19714
+ if true; then
19715
+ MODULE__XXSUBINTERPRETERS_TRUE=
19716
+ MODULE__XXSUBINTERPRETERS_FALSE='#'
19717
+ else
19718
+ MODULE__XXSUBINTERPRETERS_TRUE='#'
19719
+ MODULE__XXSUBINTERPRETERS_FALSE=
19720
+ fi
19721
+ as_fn_append MODULE_BLOCK "MODULE__XXSUBINTERPRETERS=yes$as_nl"
19722
+
19699
19723
if true; then
19700
19724
MODULE__ZONEINFO_TRUE=
19701
19725
MODULE__ZONEINFO_FALSE='#'
@@ -19788,6 +19812,42 @@ fi
19788
19812
$as_echo "$py_cv_module_fcntl" >&6; }
19789
19813
19790
19814
19815
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module mmap" >&5
19816
+ $as_echo_n "checking for stdlib extension module mmap... " >&6; }
19817
+ case $py_stdlib_not_available in #(
19818
+ *mmap*) :
19819
+ py_cv_module_mmap=n/a ;; #(
19820
+ *) :
19821
+ if true; then :
19822
+ if test "$ac_cv_header_sys_mman_h" = "yes" -a "$ac_cv_header_sys_stat_h" = "yes"; then :
19823
+ py_cv_module_mmap=yes
19824
+ else
19825
+ py_cv_module_mmap=missing
19826
+ fi
19827
+ else
19828
+ py_cv_module_mmap=disabled
19829
+ fi
19830
+ ;;
19831
+ esac
19832
+ as_fn_append MODULE_BLOCK "MODULE_MMAP=$py_cv_module_mmap$as_nl"
19833
+ if test "x$py_cv_module_mmap" = xyes; then :
19834
+
19835
+
19836
+
19837
+
19838
+ fi
19839
+ if test "$py_cv_module_mmap" = yes; then
19840
+ MODULE_MMAP_TRUE=
19841
+ MODULE_MMAP_FALSE='#'
19842
+ else
19843
+ MODULE_MMAP_TRUE='#'
19844
+ MODULE_MMAP_FALSE=
19845
+ fi
19846
+
19847
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module_mmap" >&5
19848
+ $as_echo "$py_cv_module_mmap" >&6; }
19849
+
19850
+
19791
19851
19792
19852
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module grp" >&5
19793
19853
$as_echo_n "checking for stdlib extension module grp... " >&6; }
@@ -20901,10 +20961,18 @@ if test -z "${MODULE__RANDOM_TRUE}" && test -z "${MODULE__RANDOM_FALSE}"; then
20901
20961
as_fn_error $? "conditional \"MODULE__RANDOM\" was never defined.
20902
20962
Usually this means the macro was only invoked conditionally." "$LINENO" 5
20903
20963
fi
20964
+ if test -z "${MODULE_SELECT_TRUE}" && test -z "${MODULE_SELECT_FALSE}"; then
20965
+ as_fn_error $? "conditional \"MODULE_SELECT\" was never defined.
20966
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
20967
+ fi
20904
20968
if test -z "${MODULE__TYPING_TRUE}" && test -z "${MODULE__TYPING_FALSE}"; then
20905
20969
as_fn_error $? "conditional \"MODULE__TYPING\" was never defined.
20906
20970
Usually this means the macro was only invoked conditionally." "$LINENO" 5
20907
20971
fi
20972
+ if test -z "${MODULE__XXSUBINTERPRETERS_TRUE}" && test -z "${MODULE__XXSUBINTERPRETERS_FALSE}"; then
20973
+ as_fn_error $? "conditional \"MODULE__XXSUBINTERPRETERS\" was never defined.
20974
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
20975
+ fi
20908
20976
if test -z "${MODULE__ZONEINFO_TRUE}" && test -z "${MODULE__ZONEINFO_FALSE}"; then
20909
20977
as_fn_error $? "conditional \"MODULE__ZONEINFO\" was never defined.
20910
20978
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -20929,6 +20997,10 @@ if test -z "${MODULE_FCNTL_TRUE}" && test -z "${MODULE_FCNTL_FALSE}"; then
20929
20997
as_fn_error $? "conditional \"MODULE_FCNTL\" was never defined.
20930
20998
Usually this means the macro was only invoked conditionally." "$LINENO" 5
20931
20999
fi
21000
+ if test -z "${MODULE_MMAP_TRUE}" && test -z "${MODULE_MMAP_FALSE}"; then
21001
+ as_fn_error $? "conditional \"MODULE_MMAP\" was never defined.
21002
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
21003
+ fi
20932
21004
if test -z "${MODULE_GRP_TRUE}" && test -z "${MODULE_GRP_FALSE}"; then
20933
21005
as_fn_error $? "conditional \"MODULE_GRP\" was never defined.
20934
21006
Usually this means the macro was only invoked conditionally." "$LINENO" 5
0 commit comments