qconfig-bootstrapped.h: remove QT_FEATUREs related to qrandom.cpp

Amends 9e214cbcdd138d2363b836c005450d27c0191f74 ("Bootstrap: remove
QRandomGenerator"), which was the only user of both getauxval() and
getentropy().

Change-Id: I7d8c223b3bbfd86ef997fffdf046e2f4867889ff
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
This commit is contained in:
Thiago Macieira 2024-12-29 20:41:38 -03:00
parent 2d2cba103f
commit 63364a792e

View File

@ -51,12 +51,6 @@
#define QT_FEATURE_datetimeparser -1
#define QT_FEATURE_easingcurve -1
#define QT_FEATURE_etw -1
#if defined(__linux__) || defined(__GLIBC__)
#define QT_FEATURE_getauxval (__has_include(<sys/auxv.h>) ? 1 : -1)
#else
#define QT_FEATURE_getauxval -1
#endif
#define QT_FEATURE_getentropy -1
#define QT_NO_GEOM_VARIANT
#define QT_FEATURE_hijricalendar -1
#define QT_FEATURE_icu -1