# HG changeset patch # User Richard M. Stallman # Date 738441513 0 # Node ID 71558659b4deac64a805a26516c055f9b20ad90b # Parent 4f552542504ba4c010d72c1a2ecee53276f4b746 (rand, srand): Definitions deleted. diff -r 4f552542504b -r 71558659b4de src/s/hpux.h --- a/src/s/hpux.h Wed May 26 18:38:11 1993 +0000 +++ b/src/s/hpux.h Wed May 26 18:38:33 1993 +0000 @@ -193,10 +193,12 @@ /* Use the system provided termcap(3) library */ #define TERMINFO +#if 0 /* The 48-bit versions are more winning for Emacs. */ #define rand lrand48 #define srand srand48 +#endif /* In hpux, the symbol SIGIO is defined, but the feature doesn't work in the way Emacs needs it to.