Go to the documentation of this file.
   18#ifndef __VSF_PYTHON_H__ 
   19#define __VSF_PYTHON_H__ 
   25#if (VSF_USE_STDPYTHON == ENABLED) || (VSF_USE_PIKAPYTHON == ENABLED) || (VSF_USE_MICROPYTHON == ENABLED) 
   26#   define VSF_USE_PYTHON       ENABLED 
   29#if     VSF_USE_STDPYTHON == ENABLED 
   30#   include "./al/stdpython/vsf_stdpython.h" 
   31#elif   VSF_USE_PIKAPYTHON == ENABLED 
   33#elif   VSF_USE_MICROPYTHON == ENABLED 
   36#   error please enable one of VSF_USE_PIKAPYTHON or VSF_USE_MICROPYTHON