1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

All supported FreeBSD have net/if.h and net/if_media.h cache them in config.site given that they are often badly tested by autotools

This commit is contained in:
Baptiste Daroussin 2013-04-30 14:14:36 +00:00
parent 8973ce98ad
commit 84a4799e20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316933

View File

@ -55,6 +55,8 @@ ac_cv_header_wctype_h=${ac_cv_header_wctype_h=yes}
ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
ac_cv_header_stdbool_h=${ac_cv_header_stdbool_h=yes}
ac_cv_header_spawn_h=${ac_cv_header_spawn_h=yes}
ac_cv_header_net_if_h=${ac_cv_header_net_if_h=yes}
ac_cv_header_net_if_media_h=${ac_cv_header_net_if_media_h=yes}
ac_cv_header_dl_h=${ac_cv_header_dl_h=no}
ac_cv_header_malloc_h=${ac_cv_header_malloc_h=no}