comparison src/s/hpux8.h @ 3964:c4696ff3b067

* s/hpux8.h (random, srandom): No need to define these to be foo_random and foo_srandom; autoconf should autodetect when the real random functions are available.
author Jim Blandy <jimb@redhat.com>
date Sat, 03 Jul 1993 07:19:24 +0000
parents 9c90be4edcc5
children 6e8bb94d94c5
comparison
equal deleted inserted replaced
3963:39caef7a70c2 3964:c4696ff3b067
31 31
32 /* Some hpux 8 machines seem to have TIOCGWINSZ, 32 /* Some hpux 8 machines seem to have TIOCGWINSZ,
33 and none have sioctl.h, so might as well define this. */ 33 and none have sioctl.h, so might as well define this. */
34 #define NO_SIOCTL_H 34 #define NO_SIOCTL_H
35 35
36 #if 0 /* autoconf should be detecting the presence or absence of
37 random and srandom now. */
36 /* If you use X11R4 you must define this. If you use 38 /* If you use X11R4 you must define this. If you use
37 X11R5 you must comment this out */ 39 X11R5 you must comment this out */
38 /* #define HAVE_RANDOM */ 40 /* #define HAVE_RANDOM */
39 #define random foo_random 41 #define random foo_random
40 #define srandom foo_srandom 42 #define srandom foo_srandom
43 #endif
41 44
42 #if 0 /* This seems to be spurious. */ 45 #if 0 /* This seems to be spurious. */
43 /* "X11R5" on hpux8 doesn't have this function, which is supposed to exist 46 /* "X11R5" on hpux8 doesn't have this function, which is supposed to exist
44 in X11R5. Maybe things will work if we just don't call it. */ 47 in X11R5. Maybe things will work if we just don't call it. */
45 #define NO_XRM_SET_DATABASE 48 #define NO_XRM_SET_DATABASE