]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nscd/gethstbynm3_r.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / nscd / gethstbynm3_r.c
index 86038ba7711c3d4d9b00d8268105d3b36fa8a481..41bb26845d7b959278f7c05e3dd6b0ccf6c9ac55 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-1998, 2000, 2005, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -40,6 +40,9 @@
 
 #define __inet_aton inet_aton
 
+/* We are nscd, so we don't want to be talking to ourselves.  */
+#undef USE_NSCD
+
 #include "../nss/getXXbyYY_r.c"