comparison src/s/hpux9.h @ 11871:c3906ad756fc

Delete HAVE_FMOD; configure handles that correctly now.
author Karl Heuer <kwzh@gnu.org>
date Mon, 22 May 1995 22:10:22 +0000
parents 5c0492c6c2e4
children 616493c90878
comparison
equal deleted inserted replaced
11870:993431cf1f89 11871:c3906ad756fc
27 #undef HAVE_TERMIO 27 #undef HAVE_TERMIO
28 #define HAVE_TERMIOS 28 #define HAVE_TERMIOS
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
36 /* According to ngorelic@speclab.cr.usgs.gov, 32 /* According to ngorelic@speclab.cr.usgs.gov,
37 references to the X11R4 directoriess in these variables 33 references to the X11R4 directoriess in these variables
38 (inherited from hpux8.h) 34 (inherited from hpux8.h)
39 cause the wrong libraries to be found, 35 cause the wrong libraries to be found,
40 and the options to specify the X11R5 directories are unnecessary 36 and the options to specify the X11R5 directories are unnecessary