$Id: README,v 1.4 2005/07/18 23:51:11 msk Exp $


INTRODUCTION
============

This is the development area for Sendmail's libar, which is a reusable
(i.e. not tied to any particular package) asynchronous resolver.


NOTES
=====

o Uses pthreads, and thus may not be compatible with applications using
  other threading systems (state threads, event threads).

o If your vendor has decided to implement the global "_res" structure in
  a way that makes it unlike the de facto standard, you will need to enable
  some code that handles this.  Check Makefile.m4 for the lines you will
  need to edit to make this work.
