/* src/config.h. Generated from config.h.in by configure. */ /* src/config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ /* Define to enable ALSA driver */ /* #undef ALSA_SUPPORT */ /* Define to activate sound output to files */ // #define AUFILE_SUPPORT 1 /* whether or not we are supporting CoreAudio */ /* #undef COREAUDIO_SUPPORT */ /* whether or not we are supporting CoreMIDI */ /* #undef COREMIDI_SUPPORT */ /* whether or not we are supporting DART */ /* #undef DART_SUPPORT */ /* Define if building for Mac OS X Darwin */ /* #undef DARWIN */ /* Define to enable D-Bus support */ /* #undef DBUS_SUPPORT */ /* Define to activate debugging message */ #define DEBUG 0 /* Define to enable FPE checks */ /* #undef FPE_CHECK */ /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* whether or not we are supporting ladcca */ /* #undef HAVE_LADCCA */ /* whether or not we are supporting lash */ /* #undef HAVE_LASH */ /* Define to 1 if you have the `dl' library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define to 1 if you have the `MidiShare' library (-lMidiShare). */ /* #undef HAVE_LIBMIDISHARE */ /* Define to 1 if you have the `pthread' library (-lpthread). */ #define HAVE_LIBPTHREAD 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MACHINE_SOUNDCARD_H */ /* Define to 1 if you have the header file. */ #define HAVE_MATH_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MIDISHARE_H */ /* Define to 1 if you have the header file. */ #define HAVE_NETINET_IN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_NETINET_TCP_H 1 /* Define to 1 if you have the header file. */ #define HAVE_PTHREAD_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SIGNAL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDARG_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDIO_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_MMAN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SOUNDCARD_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_WINDOWS_H */ /* Define to enable JACK driver */ /* #undef JACK_SUPPORT */ /* Include the LADSPA Fx unit */ /* #undef LADSPA */ /* libsndfile has ogg vorbis support */ /* #undef LIBSNDFILE_HASVORBIS */ /* Define to enable libsndfile support */ /* #undef LIBSNDFILE_SUPPORT */ /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Define to enable MidiShare driver */ /* #undef MIDISHARE_SUPPORT */ /* Define if using the MinGW32 environment */ /* #undef MINGW32 */ /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* Define to enable OSS driver */ /* #undef OSS_SUPPORT */ /* Name of package */ #define PACKAGE "fluidsynth" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Define to enable PortAudio driver */ /* #undef PORTAUDIO_SUPPORT */ /* Define to enable PulseAudio driver */ /* #undef PULSE_SUPPORT */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to enable SIGFPE assertions */ /* #undef TRAP_ON_FPE */ /* Version number of package */ #define VERSION "1.1.3" /* Define to do all DSP in single floating point precision */ #define WITH_FLOAT 1 /* Define to profile the DSP code */ /* #undef WITH_PROFILING */ /* Define to use the readline library for line editing */ /* #undef WITH_READLINE */ /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN /* # undef WORDS_BIGENDIAN */ # endif #endif /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif