]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove configure check for resolv.h -- it is apparently not needed
authorKern Sibbald <kern@sibbald.com>
Sun, 18 Jan 2009 20:44:50 +0000 (20:44 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 18 Jan 2009 20:44:50 +0000 (20:44 +0000)
     and causes build warnings on FreeBSD.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8375 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/config.h.in
bacula/autoconf/configure.in
bacula/configure
bacula/src/lib/address_conf.c
bacula/src/lib/bnet_server.c
bacula/technotes-2.5

index 76a910d1bd507a7621dd6f43e4b3029426cc3e9b..a78a5e39d33540e78271f26718c163446339c147 100644 (file)
 /* Define to 1 if you have the <regex.h> header file. */
 #undef HAVE_REGEX_H
 
-/* Define to 1 if you have the <resolv.h> header file. */
-#undef HAVE_RESOLV_H
-
 /* Define if sa_len field exists in struct sockaddr */
 #undef HAVE_SA_LEN
 
index 4bb7e07335ae10aaa7cd3f3e9e493478e57949d6..071ea4fb7ec0f6bfc9fe15248abfbc34939f99dd 100644 (file)
@@ -1695,7 +1695,6 @@ AC_CHECK_HEADERS( \
    sys/time.h \
    sys/types.h \
    arpa/nameser.h \
-   resolv.h \
    mtio.h \
    sys/mtio.h \
    sys/tape.h \
index 6ed1ee90805c0812f53868921fa20b624e21ea94..10a1a32c69e91dc02e41ed9df386e31193b48906 100755 (executable)
@@ -30554,7 +30554,6 @@ fi
 
 
 
-
 
 
 for ac_header in \
@@ -30583,7 +30582,6 @@ for ac_header in \
    sys/time.h \
    sys/types.h \
    arpa/nameser.h \
-   resolv.h \
    mtio.h \
    sys/mtio.h \
    sys/tape.h \
index 5932e89bd393611e38c28e23e4d46730697cd513..ac0df0bbb301272d83a31e94ff4092bb9c65a199 100644 (file)
@@ -39,7 +39,7 @@
 #include <arpa/nameser.h>
 #endif
 #ifdef HAVE_RESOLV_H
-#include <resolv.h>
+//#include <resolv.h>
 #endif
 
 static int add_address(dlist **out, IPADDR::i_type type, unsigned short defaultport, int family,
index eb3969d199f0e1bfd8327a81e0da3c2dc9f5c14b..ef153327b48fea42847a904a931f7e9cacde80ce 100644 (file)
@@ -42,7 +42,7 @@
 #include <arpa/nameser.h>
 #endif
 #ifdef HAVE_RESOLV_H
-#include <resolv.h>
+//#include <resolv.h>
 #endif
 
 
@@ -238,4 +238,3 @@ bnet_thread_server(dlist *addrs, int max_clients, workq_t *client_wq,
             be.bstrerror());
    }
 }
-
index 64a7258e58536eeb04bd11c43e09819bcecdbc59..a9d02eb46fce23e0b0f0d4d12bf9c998a4953f9b 100644 (file)
@@ -11,6 +11,8 @@ mixed priorities
 
 General:
 18Jan09
+kes  Remove configure check for resolv.h -- it is apparently not needed
+     and causes build warnings on FreeBSD.
 kes  Ensure that the installer and newinstaller Makefiles are called
      during a make clean.
 12Jan09