]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove mention of HAVE_CONFIG_H
authorGuido van Rossum <guido@python.org>
Mon, 19 Aug 1996 22:59:46 +0000 (22:59 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Aug 1996 22:59:46 +0000 (22:59 +0000)
Doc/ext.tex
Doc/ext/ext.tex

index 6603eb061a4cb133a780b53dd7226da04c6f88d7..f133a3ffd348d74d2e702ded904377600ad8f212 100644 (file)
@@ -1286,9 +1286,7 @@ Python header files.  If the Make variable \var{PYTHONTOP} points to
 the toplevel Python directory, your \var{CFLAGS} Make variable should
 contain the options \samp{-I\$(PYTHONTOP) -I\$(PYTHONTOP)/Include}.
 (Most header files are in the \file{Include} subdirectory, but the
-\file{config.h} header lives in the toplevel directory.)  You must
-also add \samp{-DHAVE_CONFIG_H} to the definition of \var{CFLAGS} to
-direct the Python headers to include \file{config.h}.
+\file{config.h} header lives in the toplevel directory.)
 
 
 \subsection{Shared Libraries}
index 6603eb061a4cb133a780b53dd7226da04c6f88d7..f133a3ffd348d74d2e702ded904377600ad8f212 100644 (file)
@@ -1286,9 +1286,7 @@ Python header files.  If the Make variable \var{PYTHONTOP} points to
 the toplevel Python directory, your \var{CFLAGS} Make variable should
 contain the options \samp{-I\$(PYTHONTOP) -I\$(PYTHONTOP)/Include}.
 (Most header files are in the \file{Include} subdirectory, but the
-\file{config.h} header lives in the toplevel directory.)  You must
-also add \samp{-DHAVE_CONFIG_H} to the definition of \var{CFLAGS} to
-direct the Python headers to include \file{config.h}.
+\file{config.h} header lives in the toplevel directory.)
 
 
 \subsection{Shared Libraries}