comparison src/m/sun2.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children a86b2b5e0111
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
68 68
69 #define sun2 69 #define sun2
70 70
71 /* Must use the system's termcap. It does special things. */ 71 /* Must use the system's termcap. It does special things. */
72 72
73 #define LIBS_TERMCAP -ltermcap 73 #define LIBS_TERMCAP "-ltermcap"
74 74
75 /* Mask for address bits within a memory segment */ 75 /* Mask for address bits within a memory segment */
76 76
77 #define SEGMENT_MASK (SEGSIZ - 1) 77 #define SEGMENT_MASK (SEGSIZ - 1)
78 78
79 /* Arrange to link with sun windows, if requested. */ 79 /* Arrange to link with sun windows, if requested. */
80 /* For details on emacstool and sunfns, see etc/SUN-SUPPORT */ 80 /* For details on emacstool and sunfns, see etc/SUN-SUPPORT */
81 /* These programs require Sun UNIX 4.2 Release 3.2 or greater */ 81 /* These programs require Sun UNIX 4.2 Release 3.2 or greater */
82 82
83 #ifdef HAVE_SUN_WINDOWS 83 #ifdef HAVE_SUN_WINDOWS
84 #define OTHER_FILES ${libsrc}emacstool 84 #define OTHER_FILES " ${libsrc}emacstool"
85 #define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect 85 #define LIBS_MACHINE "-lsuntool -lsunwindow -lpixrect"
86 #define OBJECTS_MACHINE sunfns.o 86 #define OBJECTS_MACHINE "sunfns.o"
87 #define SYMS_MACHINE syms_of_sunfns () 87 #define SYMS_MACHINE syms_of_sunfns ()
88 #define SYSTEM_PURESIZE_EXTRA 12000 88 #define SYSTEM_PURESIZE_EXTRA 12000
89 #endif 89 #endif