#ifndef CONFIG_H #define CONFIG_H /* Define to the full name of this package. */ #define PACKAGE_NAME "Qtractor" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "Qtractor 0.9.21" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.9.21" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "rncbc@rncbc.org" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "qtractor" /* Define to the version of this package. */ #define CONFIG_VERSION "0.9.21" /* Define to the build version of this package. */ #define CONFIG_BUILD_VERSION "0.9.21" /* Default installation prefix. */ #define CONFIG_PREFIX "/usr/local" /* Define to target installation dirs. */ #define CONFIG_BINDIR "/usr/local/bin" #define CONFIG_LIBDIR "/usr/local/lib" #define CONFIG_DATADIR "/usr/local/share" #define CONFIG_MANDIR "/usr/local/man" /* Define if debugging is enabled. */ /* #undef CONFIG_DEBUG */ /* Define to 1 if you have the header file. */ #define HAVE_SIGNAL_H 1 /* Define if IEEE 32bit float optimizations are enabled. */ #define CONFIG_FLOAT32 1 /* Define if round is available. */ #define CONFIG_ROUND 1 /* Define if JACK library is available. */ #define CONFIG_LIBJACK 1 /* Define if ALSA library is available. */ #define CONFIG_LIBASOUND 1 /* Define if SNDFILE library is available. */ #define CONFIG_LIBSNDFILE 1 /* Define if VORBIS library is available. */ #define CONFIG_LIBVORBIS ON /* Define if MAD library is available. */ #define CONFIG_LIBMAD ON /* Define if SAMPLERATE library is available. */ #define CONFIG_LIBSAMPLERATE ON /* Define if RUBBERBAND library is available. */ #define CONFIG_LIBRUBBERBAND ON /* Define if AUBIO library is available. */ /* #undef CONFIG_LIBAUBIO */ /* Define if LIBLO library is available. */ #define CONFIG_LIBLO ON /* Define if ZLIB library is available. */ #define CONFIG_LIBZ ON /* Define if LILV library is available. */ #define CONFIG_LIBLILV ON /* Define if lilv_file_uri_parse is available. */ /* #undef CONFIG_LILV_FILE_URI_PARSE */ /* Define if lilv_world_unload_resource is available. */ /* #undef CONFIG_LILV_WORLD_UNLOAD_RESOURCE */ /* Define if SUIL library is enabled. */ /* #undef CONFIG_LIBSUIL */ /* Define if suil_instance_get_handle is available. */ /* #undef CONFIG_SUIL_INSTANCE_GET_HANDLE */ /* Define if JACK latency support is available. */ #define CONFIG_JACK_LATENCY ON /* Define if LADSPA header is available. */ /* #undef CONFIG_LADSPA */ /* Define if DSSI header is available. */ /* #undef CONFIG_DSSI */ /* Define if VST header is available. */ #define CONFIG_VST ON /* Define if VeSTige header is available. */ #define CONFIG_VESTIGE ON /* Define if LV2 headers are available. */ #define CONFIG_LV2 ON /* Define if LV2 UI support is available. */ /* #undef CONFIG_LV2_UI */ /* Define if LV2 Event/MIDI support is available. */ /* #undef CONFIG_LV2_EVENT */ /* Define if LV2 Atom/MIDI aupport is available. */ /* #undef CONFIG_LV2_ATOM */ /* Define if LV2 CVPort aupport is available. (DUMMY) */ #define CONFIG_LV2_CVPORT ON /* Define if lv2_atom_forge_object is available. */ /* #undef CONFIG_LV2_ATOM_FORGE_OBJECT */ /* Define if lv2_atom_forge_key is available. */ /* #undef CONFIG_LV2_ATOM_FORGE_KEY */ /* Define if LV2 Worker/Schedule aupport is available. */ /* #undef CONFIG_LV2_WORKER */ /* Define if LV2 External UI extension is available. */ /* #undef CONFIG_LV2_EXTERNAL_UI */ /* Define if LV2 State extension is available. */ /* #undef CONFIG_LV2_STATE */ /* Define if LV2 State Files feature is available. */ /* #undef CONFIG_LV2_STATE_FILES */ /* Define if LV2 State Make Path feature is available. */ /* #undef CONFIG_LV2_STATE_MAKE_PATH */ /* Define if LV2 Programs extension is available. */ /* #undef CONFIG_LV2_PROGRAMS */ /* Define if LV2 MIDNAM extension is available. */ /* #undef CONFIG_LV2_MIDNAM */ /* Define if LV2 Presets are supported. */ /* #undef CONFIG_LV2_PRESETS */ /* Define if LV2 Patch is supported. */ /* #undef CONFIG_LV2_PATCH */ /* Define if LV2 Port-event is supported. (EXPERIMENTAL) */ #define CONFIG_LV2_PORT_EVENT ON /* Define if LV2 Time is supported. */ /* #undef CONFIG_LV2_TIME */ /* Define if LV2 Options is supported. */ /* #undef CONFIG_LV2_OPTIONS */ /* Define if LV2 Buf-size is supported. */ /* #undef CONFIG_LV2_BUF_SIZE */ /* Define if LV2 Parameters is supported. */ /* #undef CONFIG_LV2_PARAMETERS */ /* Define if LV2 Time/position support is available. */ /* #undef CONFIG_LV2_TIME_POSITION */ /* Define if LV2 UI Touch interface support is available. */ /* #undef CONFIG_LV2_UI_TOUCH */ /* Define if LV2 UI Request-value support is available. */ /* #undef CONFIG_LV2_UI_REQ_VALUE */ /* Define if LV2 UI Request-value support is available. (FAKE) */ /* #undef CONFIG_LV2_UI_REQ_VALUE_FAKE */ /* Define if LV2 UI Idle interface support is available. */ /* #undef CONFIG_LV2_UI_IDLE */ /* Define if LV2 UI Show interface support is available. */ /* #undef CONFIG_LV2_UI_SHOW */ /* Define if libsuil_gtk2_in_qt5 is available. */ /* #undef CONFIG_LIBSUIL_GTK2_IN_QT5 */ /* Define if LV2 UI GTK2 native support is available. */ /* #undef CONFIG_LV2_UI_GTK2 */ /* Define if libsuil_x11_in_qt5 is available. */ /* #undef CONFIG_LIBSUIL_X11_IN_QT5 */ /* Define if LV2 UI X11 native support is available. */ /* #undef CONFIG_LV2_UI_X11 */ /* Define if VST3 plug-in support is avilable. */ /* #undef CONFIG_VST3 */ /* Define if JACK session support is available. */ #define CONFIG_JACK_SESSION ON /* Define if JACK metadata support is available. */ #define CONFIG_JACK_METADATA ON /* Define if jack_set_port_rename_callback is available. */ /* #undef CONFIG_JACK_PORT_RENAME */ /* Define if NSM support is available. */ #define CONFIG_NSM ON /* Define if unique/single instance is enabled. */ /* #undef CONFIG_XUNIQUE */ /* Define if gradient eye-candy is enabled. */ #define CONFIG_GRADIENT ON /* Define if debugger stack-trace is enabled. */ /* #undef CONFIG_STACKTRACE */ #endif /* CONFIG_H */