1/*	$NetBSD: namespace.h,v 1.2 2002/01/31 19:20:14 tv Exp $	*/
2
3/*
4 * Mainly empty header to make reachover bits of libc happy.
5 *
6 * Since all reachover bits will include this, it's a good place to pull
7 * in nbtool_config.h.
8 */
9#include "nbtool_config.h"
10
11/* No aliases in reachover-based libc sources. */
12#undef __indr_reference
13#undef __weak_alias
14#undef __warn_references
15