@@ -712,6 +712,8 @@ MODULE_OSSAUDIODEV_FALSE
712
712
MODULE_OSSAUDIODEV_TRUE
713
713
MODULE_GRP_FALSE
714
714
MODULE_GRP_TRUE
715
+ MODULE__SOCKET_FALSE
716
+ MODULE__SOCKET_TRUE
715
717
MODULE_MMAP_FALSE
716
718
MODULE_MMAP_TRUE
717
719
MODULE_FCNTL_FALSE
@@ -738,8 +740,6 @@ MODULE__TYPING_FALSE
738
740
MODULE__TYPING_TRUE
739
741
MODULE__STRUCT_FALSE
740
742
MODULE__STRUCT_TRUE
741
- MODULE__SOCKET_FALSE
742
- MODULE__SOCKET_TRUE
743
743
MODULE_SELECT_FALSE
744
744
MODULE_SELECT_TRUE
745
745
MODULE__RANDOM_FALSE
@@ -8371,7 +8371,7 @@ sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
8371
8371
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
8372
8372
linux/tipc.h linux/random.h spawn.h util.h alloca.h endian.h \
8373
8373
sys/endian.h sys/sysmacros.h linux/memfd.h linux/wait.h sys/memfd.h \
8374
- sys/mman.h sys/eventfd.h linux/soundcard.h sys/soundcard.h syslog.h
8374
+ sys/mman.h sys/eventfd.h linux/soundcard.h sys/soundcard.h syslog.h netinet/in.h
8375
8375
do :
8376
8376
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8377
8377
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -21222,15 +21222,6 @@ else
21222
21222
fi
21223
21223
as_fn_append MODULE_BLOCK "MODULE_SELECT=yes$as_nl"
21224
21224
21225
- if true; then
21226
- MODULE__SOCKET_TRUE=
21227
- MODULE__SOCKET_FALSE='#'
21228
- else
21229
- MODULE__SOCKET_TRUE='#'
21230
- MODULE__SOCKET_FALSE=
21231
- fi
21232
- as_fn_append MODULE_BLOCK "MODULE__SOCKET=yes$as_nl"
21233
-
21234
21225
if true; then
21235
21226
MODULE__STRUCT_TRUE=
21236
21227
MODULE__STRUCT_FALSE='#'
@@ -21445,6 +21436,42 @@ fi
21445
21436
$as_echo "$py_cv_module_mmap" >&6; }
21446
21437
21447
21438
21439
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module _socket" >&5
21440
+ $as_echo_n "checking for stdlib extension module _socket... " >&6; }
21441
+ case $py_stdlib_not_available in #(
21442
+ *_socket*) :
21443
+ py_cv_module__socket=n/a ;; #(
21444
+ *) :
21445
+ if true; then :
21446
+ if test "$ac_cv_header_sys_socket_h" = "yes" -a "$ac_cv_header_sys_types_h" = "yes" -a "$ac_cv_header_netinet_in_h" = "yes"; then :
21447
+ py_cv_module__socket=yes
21448
+ else
21449
+ py_cv_module__socket=missing
21450
+ fi
21451
+ else
21452
+ py_cv_module__socket=disabled
21453
+ fi
21454
+ ;;
21455
+ esac
21456
+ as_fn_append MODULE_BLOCK "MODULE__SOCKET=$py_cv_module__socket$as_nl"
21457
+ if test "x$py_cv_module__socket" = xyes; then :
21458
+
21459
+
21460
+
21461
+
21462
+ fi
21463
+ if test "$py_cv_module__socket" = yes; then
21464
+ MODULE__SOCKET_TRUE=
21465
+ MODULE__SOCKET_FALSE='#'
21466
+ else
21467
+ MODULE__SOCKET_TRUE='#'
21468
+ MODULE__SOCKET_FALSE=
21469
+ fi
21470
+
21471
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $py_cv_module__socket" >&5
21472
+ $as_echo "$py_cv_module__socket" >&6; }
21473
+
21474
+
21448
21475
21449
21476
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module grp" >&5
21450
21477
$as_echo_n "checking for stdlib extension module grp... " >&6; }
@@ -22982,10 +23009,6 @@ if test -z "${MODULE_SELECT_TRUE}" && test -z "${MODULE_SELECT_FALSE}"; then
22982
23009
as_fn_error $? "conditional \"MODULE_SELECT\" was never defined.
22983
23010
Usually this means the macro was only invoked conditionally." "$LINENO" 5
22984
23011
fi
22985
- if test -z "${MODULE__SOCKET_TRUE}" && test -z "${MODULE__SOCKET_FALSE}"; then
22986
- as_fn_error $? "conditional \"MODULE__SOCKET\" was never defined.
22987
- Usually this means the macro was only invoked conditionally." "$LINENO" 5
22988
- fi
22989
23012
if test -z "${MODULE__STRUCT_TRUE}" && test -z "${MODULE__STRUCT_FALSE}"; then
22990
23013
as_fn_error $? "conditional \"MODULE__STRUCT\" was never defined.
22991
23014
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -23038,6 +23061,10 @@ if test -z "${MODULE_MMAP_TRUE}" && test -z "${MODULE_MMAP_FALSE}"; then
23038
23061
as_fn_error $? "conditional \"MODULE_MMAP\" was never defined.
23039
23062
Usually this means the macro was only invoked conditionally." "$LINENO" 5
23040
23063
fi
23064
+ if test -z "${MODULE__SOCKET_TRUE}" && test -z "${MODULE__SOCKET_FALSE}"; then
23065
+ as_fn_error $? "conditional \"MODULE__SOCKET\" was never defined.
23066
+ Usually this means the macro was only invoked conditionally." "$LINENO" 5
23067
+ fi
23041
23068
if test -z "${MODULE_GRP_TRUE}" && test -z "${MODULE_GRP_FALSE}"; then
23042
23069
as_fn_error $? "conditional \"MODULE_GRP\" was never defined.
23043
23070
Usually this means the macro was only invoked conditionally." "$LINENO" 5
0 commit comments