Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.

That should solve the issues with propagating it through the Makefiles.

PR: 1110
This commit is contained in:
Richard Levitte
2005-06-18 04:42:24 +00:00
parent 283c3e2437
commit 4bd46774bb
3 changed files with 3 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ int RAND_poll(void)
int n = 0;
#endif
#ifdef DEVRANDOM
static const char *randomfiles[] = { "DEVRANDOM" };
static const char *randomfiles[] = { DEVRANDOM };
struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])];
int fd,i;
#endif