Skip to content

Instantly share code, notes, and snippets.

@sletz
Created March 3, 2016 13:31
Show Gist options
  • Save sletz/c3f9a22ebb111a839407 to your computer and use it in GitHub Desktop.
Save sletz/c3f9a22ebb111a839407 to your computer and use it in GitHub Desktop.
/* WARNING! All changes made to this file will be lost! */
#ifndef W_CONFIG_H_WAF
#define W_CONFIG_H_WAF
#define HAVE_DOXYGEN 1
#define HAVE_ALSA 0
#define HAVE_FIREWIRE 0
#define HAVE_FREEBOB 0
#define HAVE_IIO 0
/* #undef HAVE_WINDOWS_H */
#define HAVE_PORTAUDIO 0
#define HAVE_WINMME 0
#define HAVE_CELT_API_0_11 0
#define HAVE_CELT_API_0_8 0
#define HAVE_CELT_API_0_7 1
#define HAVE_CELT_API_0_5 0
#define HAVE_CELT 1
#define HAVE_OPUS_OPUS_CUSTOM_H 1
#define HAVE_OPUS 1
#define HAVE_SAMPLERATE 1
#define HAVE_SNDFILE 1
#define HAVE_READLINE 1
/* #undef HAVE_PPOLL */
#define USE_CLASSIC_AUTOLAUNCH 1
#define CLIENT_NUM 64
#define PORT_NUM_FOR_CLIENT 768
#define ADDON_DIR "/usr/local/lib/jack"
#define JACK_LOCATION "/usr/local/bin"
#define USE_POSIX_SHM 1
#define JACKMP 1
#endif /* W_CONFIG_H_WAF */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment