shithub: libsamplerate

ref: 1f0aab03a7520a9ce6e88eb0d5b1d6c227091434
dir: /src/src_config.h/

View raw version
/*
** Copyright (c) 1999-2016, Erik de Castro Lopo <[email protected]>
** All rights reserved.
**
** This code is released under 2-clause BSD license. Please see the
** file at : https://github.com/libsndfile/libsamplerate/blob/master/COPYING
*/

// allow config.h to be optional
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif