summaryrefslogtreecommitdiffstats
path: root/Doc/ext/ext.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-19 22:59:46 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-19 22:59:46 (GMT)
commit305ed11a74bbdf1de279232c4c64a65ec3e0f92b (patch)
tree84a9a9dae16cbcf2cd18326d07c0ad0ee1eb3c46 /Doc/ext/ext.tex
parent73363b526e9b299d70d85e2063e5bc0fcfc31e22 (diff)
downloadcpython-305ed11a74bbdf1de279232c4c64a65ec3e0f92b.zip
cpython-305ed11a74bbdf1de279232c4c64a65ec3e0f92b.tar.gz
cpython-305ed11a74bbdf1de279232c4c64a65ec3e0f92b.tar.bz2
Remove mention of HAVE_CONFIG_H
Diffstat (limited to 'Doc/ext/ext.tex')
-rw-r--r--Doc/ext/ext.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index 6603eb0..f133a3f 100644
--- a/Doc/ext/ext.tex
+++ b/Doc/ext/ext.tex
@@ -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}