summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-04-17 14:14:22 +0000
committernectar <nectar@FreeBSD.org>2003-04-17 14:14:22 +0000
commit1b1f6bb4f50d42bbbb1291be0c60741c12f8201a (patch)
tree72f30804c92fca1b7ff1088806b0e3f696dce64c /include/Makefile
parent7ec422366401f961c808e40fd6b4c95c955ea58f (diff)
downloadFreeBSD-src-1b1f6bb4f50d42bbbb1291be0c60741c12f8201a.zip
FreeBSD-src-1b1f6bb4f50d42bbbb1291be0c60741c12f8201a.tar.gz
= Implement name service switch modules (NSS modules). NSS modules
may be built into libc (`static NSS modules') or dynamically loaded via dlopen (`dynamic NSS modules'). Modules are loaded/initialized at configuration time (i.e. when nsdispatch is called and nsswitch.conf is read or re-read). = Make the nsdispatch(3) core thread-safe. = New status code for nsdispatch(3) `NS_RETURN', currently used to signal ERANGE-type issues. = syslog(3) problems, don't warn/err/abort. = Try harder to avoid namespace pollution. = Implement some shims to assist in porting NSS modules written for the GNU C Library nsswitch interface. Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 983a939..d5058e0 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -13,7 +13,8 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \
inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
- netdb.h nl_types.h nlist.h nsswitch.h objformat.h paths.h pthread.h \
+ netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.h \
+ pthread.h \
pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
resolv.h rune.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \
stdbool.h stddef.h stdio.h stdlib.h strhash.h string.h stringlist.h \
OpenPOWER on IntegriCloud