diff options
| author | Richard M. Stallman | 1995-05-04 06:28:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-04 06:28:15 +0000 |
| commit | 921e69c309d6bb944cc2c887d60476e1fb69e544 (patch) | |
| tree | a2848f83c83dc7c377167994600c2863bcb8a56d /src | |
| parent | 54593ed97946958a465a3ebc81b63875ede84068 (diff) | |
| download | emacs-921e69c309d6bb944cc2c887d60476e1fb69e544.tar.gz emacs-921e69c309d6bb944cc2c887d60476e1fb69e544.zip | |
(HAVE_FMOD): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index ff70944aa42..37d0ab186ef 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -29,6 +29,10 @@ | |||
| 29 | #define NO_TERMIO | 29 | #define NO_TERMIO |
| 30 | #endif | 30 | #endif |
| 31 | 31 | ||
| 32 | /* There's a bug in configure, or perhaps in autoconf, that makes | ||
| 33 | configure fail to find fmod properly on HPUX. Work around it. */ | ||
| 34 | #define HAVE_FMOD | ||
| 35 | |||
| 32 | /* According to ngorelic@speclab.cr.usgs.gov, | 36 | /* According to ngorelic@speclab.cr.usgs.gov, |
| 33 | references to the X11R4 directoriess in these variables | 37 | references to the X11R4 directoriess in these variables |
| 34 | (inherited from hpux8.h) | 38 | (inherited from hpux8.h) |