File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,9 +59,12 @@ typedef int socklen_t;
5959#include <bluetooth.h>
6060#endif
6161
62+ #ifdef HAVE_NET_IF_H
63+ # include <net/if.h>
64+ #endif
65+
6266#ifdef HAVE_NETPACKET_PACKET_H
6367# include <sys/ioctl.h>
64- # include <net/if.h>
6568# include <netpacket/packet.h>
6669#endif
6770
Original file line number Diff line number Diff line change @@ -6037,7 +6037,7 @@ sys/lock.h sys/mkdev.h sys/modem.h \
60376037sys/param.h sys/poll.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
60386038sys/stat.h sys/termio.h sys/time.h \
60396039sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
6040- libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
6040+ libutil.h sys/resource.h net/if.h netpacket/packet.h sysexits.h bluetooth.h \
60416041bluetooth/bluetooth.h linux/tipc.h spawn.h util.h
60426042do :
60436043 as_ac_Header=` $as_echo " ac_cv_header_$ac_header " | $as_tr_sh `
Original file line number Diff line number Diff line change @@ -1293,7 +1293,7 @@ sys/lock.h sys/mkdev.h sys/modem.h \
12931293sys/param.h sys/poll.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
12941294sys/stat.h sys/termio.h sys/time.h \
12951295sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
1296- libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
1296+ libutil.h sys/resource.h net/if.h netpacket/packet.h sysexits.h bluetooth.h \
12971297bluetooth/bluetooth.h linux/tipc.h spawn.h util.h)
12981298AC_HEADER_DIRENT
12991299AC_HEADER_MAJOR
Original file line number Diff line number Diff line change 539539/* Define to 1 if you have the <netpacket/packet.h> header file. */
540540#undef HAVE_NETPACKET_PACKET_H
541541
542+ /* Define to 1 if you have the <net/if.h> header file. */
543+ #undef HAVE_NET_IF_H
544+
542545/* Define to 1 if you have the `nice' function. */
543546#undef HAVE_NICE
544547
You can’t perform that action at this time.
0 commit comments