Skip to content

Commit 7d506ca

Browse files
author
Erlend E. Aasland
committed
Also remove netinet/in.h check
1 parent e45604c commit 7d506ca

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -8311,7 +8311,7 @@ sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
83118311
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
83128312
linux/tipc.h linux/random.h spawn.h util.h alloca.h endian.h \
83138313
sys/endian.h sys/sysmacros.h linux/memfd.h linux/wait.h sys/memfd.h \
8314-
sys/mman.h sys/eventfd.h linux/soundcard.h sys/soundcard.h syslog.h netinet/in.h
8314+
sys/mman.h sys/eventfd.h linux/soundcard.h sys/soundcard.h syslog.h
83158315
do :
83168316
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
83178317
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2188,7 +2188,7 @@ sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
21882188
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
21892189
linux/tipc.h linux/random.h spawn.h util.h alloca.h endian.h \
21902190
sys/endian.h sys/sysmacros.h linux/memfd.h linux/wait.h sys/memfd.h \
2191-
sys/mman.h sys/eventfd.h linux/soundcard.h sys/soundcard.h syslog.h netinet/in.h)
2191+
sys/mman.h sys/eventfd.h linux/soundcard.h sys/soundcard.h syslog.h)
21922192
AC_HEADER_DIRENT
21932193
AC_HEADER_MAJOR
21942194

pyconfig.h.in

-3
Original file line numberDiff line numberDiff line change
@@ -757,9 +757,6 @@
757757
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
758758
#undef HAVE_NDIR_H
759759

760-
/* Define to 1 if you have the <netinet/in.h> header file. */
761-
#undef HAVE_NETINET_IN_H
762-
763760
/* Define to 1 if you have the <netpacket/packet.h> header file. */
764761
#undef HAVE_NETPACKET_PACKET_H
765762

0 commit comments

Comments
 (0)