]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nss/grp-lookup.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / nss / grp-lookup.c
index 8cb00aa22f7e74ea1f91e952e31c84dea3e03506..9775df73d19d52f4b914a930153f7a69e443d828 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2017 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <config.h>
+
 #define DATABASE_NAME group
-#define DEFAULT_CONFIG "compat [NOTFOUND=return] files"
+#ifdef LINK_OBSOLETE_NSL
+# define DEFAULT_CONFIG "compat [NOTFOUND=return] files"
+#else
+# define DEFAULT_CONFIG "files"
+#endif
 
 #include "XXX-lookup.c"