comparison src/s/hpux.h @ 8097:f18272ebe3e6

(random, srandom): Defined.
author Richard M. Stallman <rms@gnu.org>
date Fri, 01 Jul 1994 00:29:02 +0000
parents 7be0f0a02725
children 191acacfa1ec
comparison
equal deleted inserted replaced
8096:355f353f7c74 8097:f18272ebe3e6
191 #define INTERRUPTIBLE_IO 191 #define INTERRUPTIBLE_IO
192 192
193 /* Use the system provided termcap(3) library */ 193 /* Use the system provided termcap(3) library */
194 #define TERMINFO 194 #define TERMINFO
195 195
196 #if 0 196 /* The 48-bit versions are more winning for Emacs;
197 /* The 48-bit versions are more winning for Emacs. */ 197 the ordinary ones don't give even 32 bits. */
198 198 #define random lrand48
199 #define rand lrand48 199 #define srandom srand48
200 #define srand srand48
201 #endif
202 200
203 /* In hpux, the symbol SIGIO is defined, but the feature 201 /* In hpux, the symbol SIGIO is defined, but the feature
204 doesn't work in the way Emacs needs it to. 202 doesn't work in the way Emacs needs it to.
205 203
206 Here we assume that signal.h is included before config.h 204 Here we assume that signal.h is included before config.h