version 1.88 | | version 1.89 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.88 2005/08/16 20:31:41 cavesomething Exp $"; | | * "$Id: define.h,v 1.89 2005/08/27 22:10:14 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* | | * |
* 0.93.3: It looks like linux has random (previously, it was set below | | * 0.93.3: It looks like linux has random (previously, it was set below |
* to use rand). Perhaps old version of linux lack rand? IF you run into | | * to use rand). Perhaps old version of linux lack rand? IF you run into |
* problems, add || defined(linux) the #if immediately below. | | * problems, add || defined(__linux__) the #if immediately below. |
* | | * |
* 0.94.2 - you probably shouldn't need to change any of the rand stuff | | * 0.94.2 - you probably shouldn't need to change any of the rand stuff |
* here. | | * here. |