We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb6833 commit 63151acCopy full SHA for 63151ac
vendor/json-c/premake5.lua
@@ -26,8 +26,6 @@ project "json-c"
26
includedirs { "shipped_for_mta_linux" }
27
28
filter "system:macosx"
29
- defines {"HAVE_XLOCALE_H"}
30
-
31
-- `#include <machine/endian.h>` works fine but `#include <endian.h>` does not
32
-- see linkhash.c line 23 (introduced in b95bda01e80359e)
33
--
vendor/json-c/shipped_for_mta_linux/config.h
@@ -135,7 +135,7 @@
135
#define HAVE_VSYSLOG 1
136
137
/* Define to 1 if you have the <xlocale.h> header file. */
138
-//#define HAVE_XLOCALE_H 1
+#define HAVE_XLOCALE_H 1
139
140
/* Have __thread */
141
#define HAVE___THREAD 1
0 commit comments