(random, srandom): Defined.
This commit is contained in:
parent
b663a40d99
commit
31bdddb378
1 changed files with 4 additions and 6 deletions
10
src/s/hpux.h
10
src/s/hpux.h
|
@ -193,12 +193,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
/* Use the system provided termcap(3) library */
|
/* Use the system provided termcap(3) library */
|
||||||
#define TERMINFO
|
#define TERMINFO
|
||||||
|
|
||||||
#if 0
|
/* The 48-bit versions are more winning for Emacs;
|
||||||
/* The 48-bit versions are more winning for Emacs. */
|
the ordinary ones don't give even 32 bits. */
|
||||||
|
#define random lrand48
|
||||||
#define rand lrand48
|
#define srandom srand48
|
||||||
#define srand srand48
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* In hpux, the symbol SIGIO is defined, but the feature
|
/* In hpux, the symbol SIGIO is defined, but the feature
|
||||||
doesn't work in the way Emacs needs it to.
|
doesn't work in the way Emacs needs it to.
|
||||||
|
|
Loading…
Add table
Reference in a new issue