- code cleaned up

This commit is contained in:
Jan Hutter
2005-12-06 13:34:57 +00:00
parent b23b556ae7
commit 59de50868b
5 changed files with 92 additions and 103 deletions
-12
View File
@@ -223,16 +223,4 @@ struct mapping_t
*/
char *mapping_find(mapping_t *mappings, int value);
/**
* Default random device used when no device is given.
*/
#define DEFAULT_RANDOM_DEVICE "/dev/random"
/**
* Pseudo random device used when no device is given.
*/
#define DEFAULT_PSEUDO_RANDOM_DEVICE "/dev/urandom"
#endif /*DEFINITIONS_H_*/