pkgsrc/net/mDNSResponder-nss/files/netbsd.h
drochner afe34b3f16 Build the mdns hostname resolution nsswitch plugin which comes with
mDNSResponder.
(NetBSD-3.x only for now.)
2006-07-10 17:35:30 +00:00

11 lines
226 B
C

/* $NetBSD: netbsd.h,v 1.1.1.1 2006/07/10 17:35:30 drochner Exp $ */
#include <nsswitch.h>
enum nss_status {
NSS_STATUS_SUCCESS,
NSS_STATUS_NOTFOUND,
NSS_STATUS_UNAVAIL,
NSS_STATUS_TRYAGAIN,
NSS_STATUS_RETURN
};