comparison src/s/hpux8.h @ 3249:b47c0a6be84b

(OLDXMENU_OPTIONS): Add quotations.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 May 1993 06:25:30 +0000
parents 8199b2047076
children 9c90be4edcc5
comparison
equal deleted inserted replaced
3248:9ee93fc9aba0 3249:b47c0a6be84b
25 #else 25 #else
26 #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4 26 #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4
27 #endif 27 #endif
28 28
29 /* Specify compiler options for compiling oldXMenu. */ 29 /* Specify compiler options for compiling oldXMenu. */
30 #define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R5 -I/usr/include/X11R4 30 #define OLDXMENU_OPTIONS CFLAGS="-I/usr/include/X11R5 -I/usr/include/X11R4"
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