comparison src/s/hiuxmpp.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 63fd40a97a75
children 695cf19ef79e
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
12 we define BSD4_2. 12 we define BSD4_2.
13 This definition does not mean that the OS is based on BSD 4.2. */ 13 This definition does not mean that the OS is based on BSD 4.2. */
14 #define BSD4_2 14 #define BSD4_2
15 15
16 /* Define _BSD to tell the include files we're running under 16 /* Define _BSD to tell the include files we're running under
17 the BSD universe and not the SYSV universe. 17 the BSD universe and not the SYSV universe.
18 Define HITACHI and OSF for Xt's Boolean type as int intead of char. 18 Define HITACHI and OSF for Xt's Boolean type as int intead of char.
19 (But for these defines, /usr/include/X11/Intrinsic.h defines 19 (But for these defines, /usr/include/X11/Intrinsic.h defines
20 Boolean as char, but libXt.a on HI-UX/MPP requires it as int.) */ 20 Boolean as char, but libXt.a on HI-UX/MPP requires it as int.) */
21 21
22 #define C_SWITCH_SYSTEM -D_BSD -DHITACHI -DOSF 22 #define C_SWITCH_SYSTEM -D_BSD -DHITACHI -DOSF
23 #define LIBS_SYSTEM -lbsd 23 #define LIBS_SYSTEM -lbsd
24 24
32 /* #define COFF */ 32 /* #define COFF */
33 33
34 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option 34 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
35 says where to find X windows at run time. We convert it to a -rpath option 35 says where to find X windows at run time. We convert it to a -rpath option
36 which is what OSF1 uses. */ 36 which is what OSF1 uses. */
37 #define LD_SWITCH_SYSTEM 37 #define LD_SWITCH_SYSTEM
38 38
39 #undef KERNEL_FILE 39 #undef KERNEL_FILE
40 #define KERNEL_FILE "/mach_kernel" 40 #define KERNEL_FILE "/mach_kernel"
41 41
42 #undef LDAV_SYMBOL 42 #undef LDAV_SYMBOL