diff options
| author | Jim Blandy | 1993-07-03 07:19:24 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-07-03 07:19:24 +0000 |
| commit | 164aeafee8a50f73873b1514b38dc2f26bdda550 (patch) | |
| tree | 54dd88347ad674d837133f9f0055b89276125a20 /src | |
| parent | d093c3ac08ef48f862971dd9b1f35f72c6228976 (diff) | |
| download | emacs-164aeafee8a50f73873b1514b38dc2f26bdda550.tar.gz emacs-164aeafee8a50f73873b1514b38dc2f26bdda550.zip | |
* 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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 245b4e1dd73..b7b3fbb2eeb 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -33,11 +33,14 @@ | |||
| 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 |