On each resolver query, use stat(2) to see if the modification time
of /etc/resolv.conf has changed. If so, reload the file and reinitialize
the resolver library. However, only call stat(2) if at least ten seconds
have passed since the last call to stat(2), since calling stat(2) on every
query could kill performance.
This new behavior is enabled by default. Add a "no-reload" option
to disable it.
Document this behavior and option in resolv.conf(5).