From bd5e15fd5c7e42505d6b0e20f4198d24fc7e219d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 17 Jul 2010 21:19:38 +0200 Subject: Added support for Python 3. (Roland Puntaier) --- src/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 937fd1ec26..5570f2bafa 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -328,6 +328,15 @@ /* Define if you want to include the Python interpreter. */ #undef FEAT_PYTHON +/* Define if you want to include the Python3 interpreter. */ +#undef FEAT_PYTHON3 + +/* Define for linking via dlopen() or LoadLibrary() */ +#undef DYNAMIC_PYTHON + +/* Define for linking via dlopen() or LoadLibrary() */ +#undef DYNAMIC_PYTHON3 + /* Define if you want to include the Ruby interpreter. */ #undef FEAT_RUBY -- cgit v1.2.3