diff options
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index bbb2516..532640b 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -174,6 +174,9 @@ /* Define to 1 if you have the <netpacket/packet.h> header file. */ #undef HAVE_NETPACKET_PACKET_H +/* Define to 1 if you have the <net/bpf.h> header file. */ +#undef HAVE_NET_BPF_H + /* Define to 1 if you have the <net/if_arp.h> header file. */ #undef HAVE_NET_IF_ARP_H @@ -294,6 +297,9 @@ /* Define to 1 if you have the <sys/syscall.h> header file. */ #undef HAVE_SYS_SYSCALL_H +/* Define to 1 if you have the <sys/sysctl.h> header file. */ +#undef HAVE_SYS_SYSCTL_H + /* Define to 1 if you have the <sys/sysinfo.h> header file. */ #undef HAVE_SYS_SYSINFO_H |