File: suil_config.h

package info (click to toggle)
audacity 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 86,844 kB
  • sloc: ansic: 225,005; cpp: 221,240; sh: 27,327; python: 16,896; makefile: 8,186; lisp: 8,002; perl: 317; xml: 307; sed: 16
file content (16 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* WARNING! All changes made to this file will be lost! */

#ifndef W_SUIL_CONFIG_H_WAF
#define W_SUIL_CONFIG_H_WAF

#define HAVE_LV2 1
#define HAVE_LV2_1_6_0 1
/* #undef HAVE_LIBDL */
#define SUIL_VERSION "0.8.2"
#define SUIL_MODULE_DIR "C:/Windows/System32"
#define SUIL_DIR_SEP "/"
#define SUIL_GTK2_LIB_NAME "libgtk-x11-2.0.so.0"
#define SUIL_MODULE_PREFIX ""
#define SUIL_MODULE_EXT ".dll"

#endif /* W_SUIL_CONFIG_H_WAF */