1 --- third_party/libxml/linux/config.h.orig	2022-03-25 21:59:56 UTC
2 +++ third_party/libxml/linux/config.h
3 @@ -81,6 +81,9 @@
4  /* Define to 1 if you have the `putenv' function. */
5  #define HAVE_PUTENV 1
6 
7 +/* Define to 1 if you have the `arc4random' function. */
8 +#define HAVE_ARC4RANDOM 1
9 +
10  /* Define to 1 if you have the `rand_r' function. */
11 
12 
13