missing commit in generator.h
[galan.git] / config.h.w32
blob3e0922e63c06b150cd8e07aff0d8227be0edffae
1 /* config.h for Win32 */
3 /* Define if you have the ANSI C header files.  */
4 #define STDC_HEADERS 1
6 /* Set to 1 if you want to use floating-point internally for
7    all sample representation */
8 #define WANT_FLOATING_POINT_SAMPLES 1
10 /* Name of package */
11 #define PACKAGE "galan"
13 /* Version number of package */
14 #define VERSION "0.2.2"
16 /* Set to the maximum number of samples to process at once
17    in between event-triggers. */
18 #define MAXIMUM_REALTIME_STEP 1024