12 lines
347 B
C
12 lines
347 B
C
--- third_party/libxml/linux/config.h.orig 2023-01-17 19:19:00 UTC
|
|
+++ third_party/libxml/linux/config.h
|
|
@@ -72,6 +72,9 @@
|
|
/* Define to 1 if you have the `putenv' function. */
|
|
#define HAVE_PUTENV 1
|
|
|
|
+/* Define to 1 if you have the `arc4random' function. */
|
|
+#define HAVE_ARC4RANDOM 1
|
|
+
|
|
/* Define to 1 if you have the `rand_r' function. */
|
|
|
|
|