getconf: only use specs that are available
[uclibc-ng.git] / libnsl / nsl.c
blob37d5b93697570023f6907247592f8d62a669bb27
1 /* vi: set sw=4 ts=4: */
2 /*
3 * libnsl for uClibc
5 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
7 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
8 */
10 #include <features.h>
12 void __stub2(void);
13 void __stub2(void)
15 return;
17 link_warning (__stub2, "the `libnsl' library is a stub. Do you really need it?")