added net/route.h to configure.ac

This commit is contained in:
2020-12-20 13:29:11 +00:00
parent 801f11fa8e
commit e72e9f2c1d
3 changed files with 5 additions and 2 deletions

View File

@ -334,6 +334,9 @@
/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H
/* Define to 1 if you have the <net/route.h> header file. */
#undef HAVE_NET_ROUTE_H
/* Define to 1 if you have the `pipe2' function. */
#undef HAVE_PIPE2