comparison src/s/gnu-linux.h @ 108386:af5739d1d4d4

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 09 May 2010 22:52:44 +0000
parents 17d73312ed65
children 203aa49071bf
comparison
equal deleted inserted replaced
108385:575a2fcd23b7 108386:af5739d1d4d4
178 #define POSIX /* affects getpagesize.h and systty.h */ 178 #define POSIX /* affects getpagesize.h and systty.h */
179 179
180 #undef LIB_GCC 180 #undef LIB_GCC
181 #define LIB_GCC 181 #define LIB_GCC
182 182
183 #ifdef HAVE_LIBNCURSES
184 #define TERMINFO
185 #define LIBS_TERMCAP -lncurses
186 #endif
187
188 #define UNEXEC unexelf.o 183 #define UNEXEC unexelf.o
189 184
190 /* This is to work around mysterious gcc failures in some system versions. 185 /* This is to work around mysterious gcc failures in some system versions.
191 It is unlikely that Emacs changes will work around this problem; 186 It is unlikely that Emacs changes will work around this problem;
192 therefore, this should remain permanently. */ 187 therefore, this should remain permanently. */