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:34 +00:00
parent 14557c8be4
commit 7435d89edf
3 changed files with 3 additions and 2 deletions

1
e_os.h
View File

@@ -227,6 +227,7 @@ extern "C" {
# define _setmode setmode
# define _O_TEXT O_TEXT
# define _O_BINARY O_BINARY
# define DEVRANDOM "/dev/urandom\x24"
# endif /* __DJGPP__ */
# ifndef S_IFDIR