and causes build warnings on FreeBSD.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8375
91ce42f0-d328-0410-95d8-
f526ca767f89
/* 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
sys/time.h \
sys/types.h \
arpa/nameser.h \
- resolv.h \
mtio.h \
sys/mtio.h \
sys/tape.h \
-
for ac_header in \
sys/time.h \
sys/types.h \
arpa/nameser.h \
- resolv.h \
mtio.h \
sys/mtio.h \
sys/tape.h \
#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,
#include <arpa/nameser.h>
#endif
#ifdef HAVE_RESOLV_H
-#include <resolv.h>
+//#include <resolv.h>
#endif
be.bstrerror());
}
}
-
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