- test for external iterator
[oweals/gnunet.git] / src / util / crypto_random.c
index 8ba6641b9d8cb13cac8f6845cc956000f1ab6e74..ca0d7ccc03e87d3bf2354084deb882b62e18508e 100644 (file)
@@ -37,7 +37,7 @@
 
 /* TODO: ndurner, move this to plibc? */
 /* The code is derived from glibc, obviously */
-#if MINGW
+#if !HAVE_RANDOM || !HAVE_SRANDOM
 #ifdef RANDOM
 #undef RANDOM
 #endif