comparison src/s/hpux10.h @ 15457:1993f23c4bfe

(HPUX10): New macro.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jun 1996 21:50:16 +0000
parents 28464b50adfb
children 1fb9ef6e1a9a
comparison
equal deleted inserted replaced
15456:64addbeb9e96 15457:1993f23c4bfe
1 #include "hpux9shr.h" 1 #include "hpux9shr.h"
2
3 #define HPUX10
2 4
3 /* We have to go this route, rather than hpux9's approach of renaming the 5 /* We have to go this route, rather than hpux9's approach of renaming the
4 functions via macros. The system's stdlib.h has fully prototyped 6 functions via macros. The system's stdlib.h has fully prototyped
5 declarations, which yields a conflicting definition of srand48; it 7 declarations, which yields a conflicting definition of srand48; it
6 tries to redeclare what was once srandom to be srand48. So we go 8 tries to redeclare what was once srandom to be srand48. So we go