comparison src/s/hpux.h @ 3126:71558659b4de

(rand, srand): Definitions deleted.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 May 1993 18:38:33 +0000
parents 12f77fc97b48
children 7930bf123cb7
comparison
equal deleted inserted replaced
3125:4f552542504b 3126:71558659b4de
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 198
198 #define rand lrand48 199 #define rand lrand48
199 #define srand srand48 200 #define srand srand48
201 #endif
200 202
201 /* In hpux, the symbol SIGIO is defined, but the feature 203 /* In hpux, the symbol SIGIO is defined, but the feature
202 doesn't work in the way Emacs needs it to. 204 doesn't work in the way Emacs needs it to.
203 205
204 Here we assume that signal.h is included before config.h 206 Here we assume that signal.h is included before config.h