diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,13 +1,15 @@ | |||
1 | ##### Available defines for CJSON_CFLAGS ##### | 1 | ##### Available defines for CJSON_CFLAGS ##### |
2 | ## | 2 | ## |
3 | ## USE_INTERNAL_ISINF: Workaround for Solaris platforms missing isinf(). | ||
4 | ## ENABLE_CJSON_GLOBAL: Register "cjson" module table as a global variable. | 3 | ## ENABLE_CJSON_GLOBAL: Register "cjson" module table as a global variable. |
4 | ## USE_INTERNAL_ISINF: Workaround for Solaris platforms missing isinf(). | ||
5 | ## DISABLE_INVALID_NUMBERS: Permanently disable invalid JSON numbers: | 5 | ## DISABLE_INVALID_NUMBERS: Permanently disable invalid JSON numbers: |
6 | ## NaN, Infinity, hex. | 6 | ## NaN, Infinity, hex. |
7 | ## | 7 | ## |
8 | ## Optional built-in number conversion uses the following defines: | 8 | ## Optional built-in number conversion uses the following defines: |
9 | ## USE_INTERNAL_DTOA: Use builtin strtod/dtoa for numeric conversions. | 9 | ## USE_INTERNAL_DTOA: Use builtin strtod/dtoa for numeric conversions. |
10 | ## IEEE_BIG_ENDIAN: Required on big endian architectures. | 10 | ## IEEE_BIG_ENDIAN: Required on big endian architectures. |
11 | ## MULTIPLE_THREADS: Must be set when Lua CJSON may be used in a | ||
12 | ## multi-threaded application. Requries _pthreads_. | ||
11 | 13 | ||
12 | ##### Build defaults ##### | 14 | ##### Build defaults ##### |
13 | LUA_VERSION = 5.1 | 15 | LUA_VERSION = 5.1 |