allow HAVE_INTERROGATE to be redefined in Config.pp to disable interrogate

This commit is contained in:
David Rose 2002-02-25 18:36:41 +00:00
parent 6c175a5176
commit 3762f0515d

View File

@ -72,7 +72,7 @@
// Define some various compile flags, derived from the variables set // Define some various compile flags, derived from the variables set
// in Config.pp. // in Config.pp.
#set INTERROGATE_PYTHON_INTERFACE $[and $[HAVE_PYTHON],$[INTERROGATE_PYTHON_INTERFACE]] #set INTERROGATE_PYTHON_INTERFACE $[and $[HAVE_PYTHON],$[INTERROGATE_PYTHON_INTERFACE]]
#define run_interrogate $[or $[INTERROGATE_C_INTERFACE],$[INTERROGATE_PYTHON_INTERFACE]] #define run_interrogate $[HAVE_INTERROGATE]
#define stl_ipath $[wildcard $[STL_IPATH]] #define stl_ipath $[wildcard $[STL_IPATH]]
#define stl_lpath $[wildcard $[STL_LPATH]] #define stl_lpath $[wildcard $[STL_LPATH]]