]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - inet/getnetbyad.c
nsswitch: use new internal API (callers)
[thirdparty/glibc.git] / inet / getnetbyad.c
index 4d0aab4cb5b7c199ef18fdf5230bb255dd3add08..5343305b5d39307321391afa7626e5a6d3da5e99 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2000 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.
 
@@ -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 <netdb.h>
 #include <stdint.h>
@@ -28,4 +28,7 @@
 #define BUFLEN         1024
 #define NEED_H_ERRNO   1
 
+/* There is no nscd support for the networks file.  */
+#undef USE_NSCD
+
 #include "../nss/getXXbyYY.c"