From 305ed11a74bbdf1de279232c4c64a65ec3e0f92b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 19 Aug 1996 22:59:46 +0000 Subject: [PATCH] Remove mention of HAVE_CONFIG_H --- Doc/ext.tex | 4 +--- Doc/ext/ext.tex | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Doc/ext.tex b/Doc/ext.tex index 6603eb061a4..f133a3ffd34 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} diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 6603eb061a4..f133a3ffd34 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}