else:
missing.append('resource')
nis = self._detect_nis(inc_dirs, lib_dirs)
missing.append('nis')
if nis is not None:
exts.append(nis)
# Curses support, requiring the System V version of curses, often
# provided by the ncurses library.