diff options
author | thegeorg <[email protected]> | 2025-08-24 15:59:56 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2025-08-24 16:16:25 +0300 |
commit | 44b8a2e37ee4a558fdbcb5cc4ebd38f3c624586f (patch) | |
tree | 104fc4605093a1fdfb55d15a20003cef3b91e802 /contrib/libs/libevent/config.h | |
parent | 70416efb6bec4e0daeb6f70711260a2185e18fa5 (diff) |
Bump nixpkgs revision to 24.05
commit_hash:5adc9b27af48577e01225ed6df2f1cc0c2d7e7db
Diffstat (limited to 'contrib/libs/libevent/config.h')
-rw-r--r-- | contrib/libs/libevent/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/libevent/config.h b/contrib/libs/libevent/config.h index 8b875920522..46a40cd3070 100644 --- a/contrib/libs/libevent/config.h +++ b/contrib/libs/libevent/config.h @@ -17,13 +17,13 @@ /* #undef HAVE_AFUNIX_H */ /* Define to 1 if you have the `arc4random' function. */ -/* #undef HAVE_ARC4RANDOM */ +#define HAVE_ARC4RANDOM 1 /* Define to 1 if you have the `arc4random_addrandom' function. */ /* #undef HAVE_ARC4RANDOM_ADDRANDOM */ /* Define to 1 if you have the `arc4random_buf' function. */ -/* #undef HAVE_ARC4RANDOM_BUF */ +#define HAVE_ARC4RANDOM_BUF 1 /* Define to 1 if you have the <arpa/inet.h> header file. */ #define HAVE_ARPA_INET_H 1 @@ -244,7 +244,7 @@ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strlcpy' function. */ -/* #undef HAVE_STRLCPY */ +#define HAVE_STRLCPY 1 /* Define to 1 if you have the `strsep' function. */ #define HAVE_STRSEP 1 |