diff options
author | Guido van Rossum <guido@python.org> | 1996-08-19 22:59:46 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-19 22:59:46 (GMT) |
commit | 305ed11a74bbdf1de279232c4c64a65ec3e0f92b (patch) | |
tree | 84a9a9dae16cbcf2cd18326d07c0ad0ee1eb3c46 /Doc/ext.tex | |
parent | 73363b526e9b299d70d85e2063e5bc0fcfc31e22 (diff) | |
download | cpython-305ed11a74bbdf1de279232c4c64a65ec3e0f92b.zip cpython-305ed11a74bbdf1de279232c4c64a65ec3e0f92b.tar.gz cpython-305ed11a74bbdf1de279232c4c64a65ec3e0f92b.tar.bz2 |
Remove mention of HAVE_CONFIG_H
Diffstat (limited to 'Doc/ext.tex')
-rw-r--r-- | Doc/ext.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/ext.tex b/Doc/ext.tex index 6603eb0..f133a3f 100644 --- a/Doc/ext.tex +++ b/Doc/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} |