comparison src/m/sun386.h @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 376386a54a3c
children 0132846995bd
comparison
equal deleted inserted replaced
148:f659db2a1f73 149:538048ae2ab8
86 86
87 /* XEmacs addition? */ 87 /* XEmacs addition? */
88 #undef RUN_TIME_REMAP 88 #undef RUN_TIME_REMAP
89 #undef UNEXEC 89 #undef UNEXEC
90 #define UNEXEC unexec.o 90 #define UNEXEC unexec.o
91
92 #ifdef USG
93 /* USG detects Solaris. j.w.hawtin@lut.ac.uk says Solaris 2.1
94 on the 386 needs this. */
95 #define LIBS_MACHINE -lkvm
96 #endif