]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - gshadow/getsgnam.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / gshadow / getsgnam.c
index 203c21076bc9209fa9a27bf7caef2b4bb0056327..fa7ac5cc25270997a0f241964284d552dd1fbfa2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
 
@@ -14,7 +14,7 @@
 
    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 <gshadow.h>
 
@@ -26,4 +26,7 @@
 #define ADD_VARIABLES  name
 #define BUFLEN         1024
 
+/* There is no nscd support for the shadow file.  */
+#undef USE_NSCD
+
 #include "../nss/getXXbyYY.c"