set(XML_DEV_URANDOM 0)\r
endif(XML_DEV_URANDOM)\r
endif()\r
+if (NOT WIN32)\r
+ option(AUTODETECT_GETRANDOM "Define to bypass auto-detection of getrandom function" ON)\r
+ if(NOT AUTODETECT_GETRANDOM)\r
+ set(HAVE_GETRANDOM 0)\r
+ endif()\r
+endif()\r
option(XML_UNICODE "Use UTF-16 encoded chars (two bytes) instead of UTF-8" OFF)\r
option(XML_UNICODE_WCHAR_T "Use wchar_t to represent UTF-16 instead of unsigned short" OFF)\r
option(XML_ATTR_INFO "Define to allow retrieving the byte offsets for attribute names and values" OFF)\r