libsoundio 2.0.0
config.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2015 Andrew Kelley
3 *
4 * This file is part of libsoundio, which is MIT licensed.
5 * See http://opensource.org/licenses/MIT
6 */
7
8#ifndef SOUNDIO_CONFIG_H
9#define SOUNDIO_CONFIG_H
10
11#define SOUNDIO_VERSION_MAJOR 2
12#define SOUNDIO_VERSION_MINOR 0
13#define SOUNDIO_VERSION_PATCH 0
14#define SOUNDIO_VERSION_STRING "2.0.0"
15
16#define SOUNDIO_HAVE_JACK
17#define SOUNDIO_HAVE_PULSEAUDIO
18#define SOUNDIO_HAVE_ALSA
19/* #undef SOUNDIO_HAVE_COREAUDIO */
20/* #undef SOUNDIO_HAVE_WASAPI */
21
22#endif