comparison src/config.h.in @ 2554:7abef60aca22 vim73

Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Aug 2010 16:22:57 +0200
parents f149bb1cf5be
children baa5f81197c8
comparison
equal deleted inserted replaced
2553:37d3f90f5203 2554:7abef60aca22
341 #undef DYNAMIC_PYTHON 341 #undef DYNAMIC_PYTHON
342 342
343 /* Define for linking via dlopen() or LoadLibrary() */ 343 /* Define for linking via dlopen() or LoadLibrary() */
344 #undef DYNAMIC_PYTHON3 344 #undef DYNAMIC_PYTHON3
345 345
346 /* Define if dynamic python does not require RTLD_GLOBAL */
347 #undef PY_NO_RTLD_GLOBAL
348
346 /* Define if you want to include the Ruby interpreter. */ 349 /* Define if you want to include the Ruby interpreter. */
347 #undef FEAT_RUBY 350 #undef FEAT_RUBY
348 351
349 /* Define if you want to include the Tcl interpreter. */ 352 /* Define if you want to include the Tcl interpreter. */
350 #undef FEAT_TCL 353 #undef FEAT_TCL