X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fgnulib.texi;h=966560d595aa52f9714e3a9e102a838adaf312f1;hb=a4e3a1d306ab700ca9c4ec3566d922eca77582e5;hp=fd5485ef298e2728f7275a50ba64ef930da30510;hpb=a1019cafac7d934ea0637efc2d1c33b7f1ce1b97;p=pspp diff --git a/doc/gnulib.texi b/doc/gnulib.texi index fd5485ef29..966560d595 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -23,7 +23,7 @@ This manual is for GNU Gnulib (updated @value{UPDATED}), which is a library of common routines intended to be shared at the source level. -Copyright @copyright{} 2004-2010 Free Software Foundation, Inc. +Copyright @copyright{} 2004-2011 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -989,7 +989,7 @@ XP. The function declaration is present if @code{WINVER >= 0x0501}. Windows 2000 does not have getaddrinfo in its @file{WS2_32.DLL}. Thus, if you want to assume Windows XP or later, you can add -AC_DEFINE(WINVER, 0x0501) to avoid compiling to (partial) getaddrinfo +AC_DEFINE(WINVER, 0x0501) to avoid compiling the (partial) getaddrinfo implementation. If you want to support Windows 2000, don't do anything. The @@ -6496,6 +6496,7 @@ This list of functions is sorted according to the header that declares them. * Visual Studio Compatibility:: * Supporting Relocation:: * func:: +* configmake:: * warnings:: * manywarnings:: * Running self-tests under valgrind:: @@ -6583,6 +6584,8 @@ ASCII characters. @include func.texi +@include configmake.texi + @include warnings.texi @include manywarnings.texi