Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.h « celt-0.7.0-build « 3rdparty - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d10c9461031741d5a571f859b91fb8dc689fd05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#define CELT_BUILD /**/
#define CELT_EXTRA_VERSION ""
#define CELT_MAJOR_VERSION 0
#define CELT_MICRO_VERSION 0
#define CELT_MINOR_VERSION 7
#define CELT_VERSION "0.7.0"
#define FLOATING_POINT
#define VAR_ARRAYS
#define HAVE_LRINTF 1
#define HAVE_LRINT 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define STDC_HEADERS 1
#define restrict