Move site configuration to jansson_config.h
[jansson.git] / src / jansson_config.h.in
1 /*
2  * Copyright (c) 2010 Petri Lehtinen <petri@digip.org>
3  *
4  * Jansson is free software; you can redistribute it and/or modify
5  * it under the terms of the MIT license. See LICENSE for details.
6  */
7
8 #ifndef JANSSON_CONFIG_H
9 #define JANSSON_CONFIG_H
10
11 #ifdef __cplusplus
12 #define JSON_INLINE inline
13 #else
14 #define JSON_INLINE @json_inline@
15 #endif
16
17 #endif