use the NetHack macro NHSTDC in makedefs

This commit is contained in:
nhmall
2019-02-11 12:28:57 -05:00
parent fb5e6a7bb3
commit 4150d0b443

View File

@@ -1577,7 +1577,7 @@ static const char *build_opts[] = {
#ifdef USE_ISAAC64
"pseudo random numbers generated by ISAAC64",
#ifdef DEV_RANDOM
#ifdef __STDC__
#ifdef NHSTDC
/* include which specific one */
"strong PRNG seed available from " DEV_RANDOM,
#else