mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Remove mention of HAVE_CONFIG_H
This commit is contained in:
parent
73363b526e
commit
305ed11a74
2 changed files with 2 additions and 6 deletions
|
@ -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
|
the toplevel Python directory, your \var{CFLAGS} Make variable should
|
||||||
contain the options \samp{-I\$(PYTHONTOP) -I\$(PYTHONTOP)/Include}.
|
contain the options \samp{-I\$(PYTHONTOP) -I\$(PYTHONTOP)/Include}.
|
||||||
(Most header files are in the \file{Include} subdirectory, but the
|
(Most header files are in the \file{Include} subdirectory, but the
|
||||||
\file{config.h} header lives in the toplevel directory.) You must
|
\file{config.h} header lives in the toplevel directory.)
|
||||||
also add \samp{-DHAVE_CONFIG_H} to the definition of \var{CFLAGS} to
|
|
||||||
direct the Python headers to include \file{config.h}.
|
|
||||||
|
|
||||||
|
|
||||||
\subsection{Shared Libraries}
|
\subsection{Shared Libraries}
|
||||||
|
|
|
@ -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
|
the toplevel Python directory, your \var{CFLAGS} Make variable should
|
||||||
contain the options \samp{-I\$(PYTHONTOP) -I\$(PYTHONTOP)/Include}.
|
contain the options \samp{-I\$(PYTHONTOP) -I\$(PYTHONTOP)/Include}.
|
||||||
(Most header files are in the \file{Include} subdirectory, but the
|
(Most header files are in the \file{Include} subdirectory, but the
|
||||||
\file{config.h} header lives in the toplevel directory.) You must
|
\file{config.h} header lives in the toplevel directory.)
|
||||||
also add \samp{-DHAVE_CONFIG_H} to the definition of \var{CFLAGS} to
|
|
||||||
direct the Python headers to include \file{config.h}.
|
|
||||||
|
|
||||||
|
|
||||||
\subsection{Shared Libraries}
|
\subsection{Shared Libraries}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue