]> 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 22a364bb1f1c7ce330ccc8345a06c175adf029ed..f65da2089b7861abcea43d19b95126876feb9228 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2020 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
+
+#include <config.h>
 
 #define DATABASE_NAME group
-#define DEFAULT_CONFIG "compat [NOTFOUND=return] files"
+#define DEFAULT_CONFIG "files"
 
 #include "XXX-lookup.c"