comparison src/m/wicat.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 c42ec1d1cded
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
94 94
95 #define EXEC_PAGESIZE 0x1000 95 #define EXEC_PAGESIZE 0x1000
96 96
97 /* Delete this for WICAT sys V releases before 2.0. */ 97 /* Delete this for WICAT sys V releases before 2.0. */
98 98
99 #define LIB_STANDARD -lc-nofp 99 #define LIB_STANDARD "-lc-nofp"
100 100
101 /* Special magic number */ 101 /* Special magic number */
102 102
103 #define EXEC_MAGIC MC68ROMAGIC 103 #define EXEC_MAGIC MC68ROMAGIC
104 104
105 /* Special switches to give to ld. */ 105 /* Special switches to give to ld. */
106 106
107 #define LD_SWITCH_MACHINE -e __start -N 107 #define LD_SWITCH_MACHINE "-e __start -N"
108 108
109 /* Sigh...cannot define this for WICAT cuz 0 length memcpy blows chunks */ 109 /* Sigh...cannot define this for WICAT cuz 0 length memcpy blows chunks */
110 110
111 #define BROKEN_BCOPY 111 #define BROKEN_BCOPY
112 112
126 #endif 126 #endif
127 127
128 /* there is a select() in libcurses.a that causes a conflict so use termlib */ 128 /* there is a select() in libcurses.a that causes a conflict so use termlib */
129 #ifdef HAVE_SELECT 129 #ifdef HAVE_SELECT
130 #undef TERMINFO 130 #undef TERMINFO
131 #define LIBS_TERMCAP select.o -ltermlib 131 #define LIBS_TERMCAP "select.o -ltermlib"
132 #endif 132 #endif