comparison src/s/hpux10.h @ 41850:792538769b27

(random): Add undef. (HAVE_RANDOM): Define it just once.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Dec 2001 03:38:24 +0000
parents 504b055496a6
children 59c24fd13803
comparison
equal deleted inserted replaced
41849:82810216f9a4 41850:792538769b27
6 functions via macros. The system's stdlib.h has fully prototyped 6 functions via macros. The system's stdlib.h has fully prototyped
7 declarations, which yields a conflicting definition of srand48; it 7 declarations, which yields a conflicting definition of srand48; it
8 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
9 with HAVE_LRAND48 being defined. */ 9 with HAVE_LRAND48 being defined. */
10 #undef srandom 10 #undef srandom
11 #undef random
11 #undef srand48 12 #undef srand48
12 #undef HAVE_RANDOM 13 #undef HAVE_RANDOM
13 #define HPUX10 14
14 #define FORCE_ALLOCA_H 15 #define FORCE_ALLOCA_H
15 16
16 /* AlainF 20-Jul-1996 says this is right. */ 17 /* AlainF 20-Jul-1996 says this is right. */
17 #undef KERNEL_FILE 18 #undef KERNEL_FILE
18 #define KERNEL_FILE "/stand/vmunix" 19 #define KERNEL_FILE "/stand/vmunix"