(USE_RESOLVER): try to define only if we have a libresolv (currently

by checking for res_search)


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6256 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-05-20 23:57:34 +00:00
parent f958d4c377
commit dbaadb6d3c

View File

@@ -37,7 +37,9 @@
*/
#include "krb5_locl.h"
#ifdef HAVE_RES_SEARCH
#define USE_RESOLVER
#endif
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif