Patch #411138: Rename config.h to pyconfig.h.  Closes bug #231774.
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex
index 53c8c42..9f9cb0e 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -129,7 +129,7 @@
   also \code{'/usr/local'}.  This can be set at build time with the
   \longprogramopt{exec-prefix} argument to the \program{configure}
   script.  Specifically, all configuration files (e.g. the
-  \file{config.h} header file) are installed in the directory
+  \file{pyconfig.h} header file) are installed in the directory
   \code{exec_prefix + '/lib/python\var{version}/config'}, and shared
   library modules are installed in \code{exec_prefix +
   '/lib/python\var{version}/lib-dynload'}, where \var{version} is
@@ -298,7 +298,7 @@
   the \longprogramopt{prefix} argument to the \program{configure}
   script.  The main collection of Python library modules is installed
   in the directory \code{prefix + '/lib/python\var{version}'} while
-  the platform independent header files (all except \file{config.h})
+  the platform independent header files (all except \file{pyconfig.h})
   are stored in \code{prefix + '/include/python\var{version}'}, where
   \var{version} is equal to \code{version[:3]}.
 \end{datadesc}