diff --git a/deps/cares/config/aix/ares_config.h b/deps/cares/config/aix/ares_config.h index c79096a3627013..de536cd4673611 100644 --- a/deps/cares/config/aix/ares_config.h +++ b/deps/cares/config/aix/ares_config.h @@ -378,7 +378,7 @@ #define PACKAGE_VERSION "1.13.0" /* a suitable file/device to read random data from */ -#define RANDOM_FILE "/dev/urandom" +#define CARES_RANDOM_FILE "/dev/urandom" /* Define to the type qualifier pointed by arg 5 for recvfrom. */ #define RECVFROM_QUAL_ARG5 diff --git a/deps/cares/config/android/ares_config.h b/deps/cares/config/android/ares_config.h index 50c8114396b0fd..ff527032080aea 100644 --- a/deps/cares/config/android/ares_config.h +++ b/deps/cares/config/android/ares_config.h @@ -378,7 +378,7 @@ #define PACKAGE_VERSION "1.13.0" /* a suitable file/device to read random data from */ -#define RANDOM_FILE "/dev/urandom" +#define CARES_RANDOM_FILE "/dev/urandom" /* Define to the type qualifier pointed by arg 5 for recvfrom. */ #define RECVFROM_QUAL_ARG5 diff --git a/deps/cares/config/cygwin/ares_config.h b/deps/cares/config/cygwin/ares_config.h index 3818ad0b4612a9..66f97b3505da82 100644 --- a/deps/cares/config/cygwin/ares_config.h +++ b/deps/cares/config/cygwin/ares_config.h @@ -379,7 +379,7 @@ #define PACKAGE_VERSION "1.13.0" /* a suitable file/device to read random data from */ -#define RANDOM_FILE "/dev/urandom" +#define CARES_RANDOM_FILE "/dev/urandom" /* Define to the type of arg 1 for recvfrom. */ #define RECVFROM_TYPE_ARG1 int diff --git a/deps/cares/config/darwin/ares_config.h b/deps/cares/config/darwin/ares_config.h index 6625eccd6a3281..e127c27abc6b30 100644 --- a/deps/cares/config/darwin/ares_config.h +++ b/deps/cares/config/darwin/ares_config.h @@ -378,7 +378,7 @@ #define PACKAGE_VERSION "1.13.0" /* a suitable file/device to read random data from */ -#define RANDOM_FILE "/dev/urandom" +#define CARES_RANDOM_FILE "/dev/urandom" /* Define to the type qualifier pointed by arg 5 for recvfrom. */ #define RECVFROM_QUAL_ARG5 diff --git a/deps/cares/config/freebsd/ares_config.h b/deps/cares/config/freebsd/ares_config.h index 1adaa8c32e5e99..4f2b045fc8bb2c 100644 --- a/deps/cares/config/freebsd/ares_config.h +++ b/deps/cares/config/freebsd/ares_config.h @@ -378,7 +378,7 @@ #define PACKAGE_VERSION "1.13.0" /* a suitable file/device to read random data from */ -#define RANDOM_FILE "/dev/urandom" +#define CARES_RANDOM_FILE "/dev/urandom" /* Define to the type qualifier pointed by arg 5 for recvfrom. */ #define RECVFROM_QUAL_ARG5 diff --git a/deps/cares/config/linux/ares_config.h b/deps/cares/config/linux/ares_config.h index eb6239f6370e5b..3ba7e37da0b306 100644 --- a/deps/cares/config/linux/ares_config.h +++ b/deps/cares/config/linux/ares_config.h @@ -378,7 +378,7 @@ #define PACKAGE_VERSION "1.13.0" /* a suitable file/device to read random data from */ -#define RANDOM_FILE "/dev/urandom" +#define CARES_RANDOM_FILE "/dev/urandom" /* Define to the type qualifier pointed by arg 5 for recvfrom. */ #define RECVFROM_QUAL_ARG5 diff --git a/deps/cares/config/netbsd/ares_config.h b/deps/cares/config/netbsd/ares_config.h index 48512dc1a9950b..11efde2a8e3a86 100644 --- a/deps/cares/config/netbsd/ares_config.h +++ b/deps/cares/config/netbsd/ares_config.h @@ -378,7 +378,7 @@ #define PACKAGE_VERSION "1.13.0" /* a suitable file/device to read random data from */ -#define RANDOM_FILE "/dev/urandom" +#define CARES_RANDOM_FILE "/dev/urandom" /* Define to the type qualifier pointed by arg 5 for recvfrom. */ #define RECVFROM_QUAL_ARG5 diff --git a/deps/cares/config/openbsd/ares_config.h b/deps/cares/config/openbsd/ares_config.h index 48512dc1a9950b..11efde2a8e3a86 100644 --- a/deps/cares/config/openbsd/ares_config.h +++ b/deps/cares/config/openbsd/ares_config.h @@ -378,7 +378,7 @@ #define PACKAGE_VERSION "1.13.0" /* a suitable file/device to read random data from */ -#define RANDOM_FILE "/dev/urandom" +#define CARES_RANDOM_FILE "/dev/urandom" /* Define to the type qualifier pointed by arg 5 for recvfrom. */ #define RECVFROM_QUAL_ARG5 diff --git a/deps/cares/config/sunos/ares_config.h b/deps/cares/config/sunos/ares_config.h index b50814a103a383..d63b7472072ba4 100644 --- a/deps/cares/config/sunos/ares_config.h +++ b/deps/cares/config/sunos/ares_config.h @@ -378,7 +378,7 @@ #define PACKAGE_VERSION "1.13.0" /* a suitable file/device to read random data from */ -#define RANDOM_FILE "/dev/urandom" +#define CARES_RANDOM_FILE "/dev/urandom" /* Define to the type qualifier pointed by arg 5 for recvfrom. */ #define RECVFROM_QUAL_ARG5