From 6f13e9abc9fb895dd0c8e8bf70c2eef16067b5b5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 20 Dec 1999 21:25:59 +0000 Subject: [PATCH] Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h). This is part of a set of patches by Greg Stein. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 8eec1fbe8c..dc38a64a15 100644 --- a/config.h.in +++ b/config.h.in @@ -197,6 +197,9 @@ */ #undef HAVE_LARGEFILE_SUPPORT +/* Defined when any dynamic module loading is enabled */ +#undef HAVE_DYNAMIC_LOADING + /* The number of bytes in a int. */ #undef SIZEOF_INT -- 2.40.0