every platform provides sys_random_seed() and SYS_RANDOM_SEED goes away

This commit is contained in:
nhmall
2019-01-17 18:30:56 -05:00
committed by Patric Mueller
parent 97b8d0a50b
commit 0a430cab11
11 changed files with 27 additions and 42 deletions

View File

@@ -35,8 +35,6 @@
/*#define CHANGE_COLOR*/ /* allow palette changes */
#define SELECTSAVED /* Provide menu of saved games to choose from at start */
#define SYS_RANDOM_SEED /* Use random seed derived from CNG */
/*
* -----------------------------------------------------------------
* The remaining code shouldn't need modification.

View File

@@ -423,7 +423,6 @@
# define DEV_RANDOM "/dev/random"
# endif
#endif
#define SYS_RANDOM_SEED
#endif /* UNIXCONF_H */
#endif /* UNIX */

View File

@@ -257,7 +257,6 @@ typedef __mode_t mode_t;
# define Rand() rand()
# endif
#endif
#define SYS_RANDOM_SEED
#ifndef __GNUC__
#ifndef bcopy