]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nss/grp-lookup.c
Remove --enable-obsolete-nsl configure flag
[thirdparty/glibc.git] / nss / grp-lookup.c
index d147201b0ae0b09ea8a6e906a4b1478bde132a4c..f65da2089b7861abcea43d19b95126876feb9228 100644 (file)
 #include <config.h>
 
 #define DATABASE_NAME group
-#ifdef LINK_OBSOLETE_NSL
-# define DEFAULT_CONFIG "compat [NOTFOUND=return] files"
-#else
-# define DEFAULT_CONFIG "files"
-#endif
+#define DEFAULT_CONFIG "files"
 
 #include "XXX-lookup.c"