Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 305ed11

Browse files
committed
Remove mention of HAVE_CONFIG_H
1 parent 73363b5 commit 305ed11

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Doc/ext.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,9 +1286,7 @@ \section{Building a Dynamically Loadable Module}
12861286
the toplevel Python directory, your \var{CFLAGS} Make variable should
12871287
contain the options \samp{-I\$(PYTHONTOP) -I\$(PYTHONTOP)/Include}.
12881288
(Most header files are in the \file{Include} subdirectory, but the
1289-
\file{config.h} header lives in the toplevel directory.) You must
1290-
also add \samp{-DHAVE_CONFIG_H} to the definition of \var{CFLAGS} to
1291-
direct the Python headers to include \file{config.h}.
1289+
\file{config.h} header lives in the toplevel directory.)
12921290

12931291

12941292
\subsection{Shared Libraries}

Doc/ext/ext.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,9 +1286,7 @@ \section{Building a Dynamically Loadable Module}
12861286
the toplevel Python directory, your \var{CFLAGS} Make variable should
12871287
contain the options \samp{-I\$(PYTHONTOP) -I\$(PYTHONTOP)/Include}.
12881288
(Most header files are in the \file{Include} subdirectory, but the
1289-
\file{config.h} header lives in the toplevel directory.) You must
1290-
also add \samp{-DHAVE_CONFIG_H} to the definition of \var{CFLAGS} to
1291-
direct the Python headers to include \file{config.h}.
1289+
\file{config.h} header lives in the toplevel directory.)
12921290

12931291

12941292
\subsection{Shared Libraries}

0 commit comments

Comments
 (0)