comparison src/s/hpux.h @ 625:ce011f7cd03f

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Fri, 01 May 1992 06:20:52 +0000
parents eca8812e61cd
children a40107cc6486
comparison
equal deleted inserted replaced
624:2bb7f23b7ea5 625:ce011f7cd03f
197 197
198 #define rand lrand48 198 #define rand lrand48
199 #define srand srand48 199 #define srand srand48
200 200
201 /* In hpux, the symbol SIGIO is defined, but the feature 201 /* In hpux, the symbol SIGIO is defined, but the feature
202 does not really exist. 202 doesn't work in the way Emacs needs it to.
203 203
204 Here we assume that signal.h is included before config.h 204 Here we assume that signal.h is included before config.h
205 so that we can override it here. */ 205 so that we can override it here. */
206 206
207 #undef SIGIO 207 #undef SIGIO