diff options
author | Jan Beich <jbeich@tormail.org> | 2013-11-19 15:42:55 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-07-26 12:03:01 +0000 |
commit | cfbd714081238d39bce143babafd509b9e8469c7 (patch) | |
tree | 8c61c7e81f70cabade721284739b881023415c76 /configure.in | |
parent | 1e24b3d4f3f539056ec7ad2bd7beb3923a7b681c (diff) | |
download | palemoon-gre-cfbd714081238d39bce143babafd509b9e8469c7.tar.gz |
Bug 810716 - Detect res_ninit() on DragonFly and FreeBSD. r=ted
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3adfd3272..f8fd4c894 100644 --- a/configure.in +++ b/configure.in @@ -3122,6 +3122,9 @@ AC_CACHE_CHECK( #ifdef linux #define _BSD_SOURCE 1 #endif + #include <sys/types.h> + #include <netinet/in.h> + #include <arpa/nameser.h> #include <resolv.h> ], [int foo = res_ninit(&_res);], |