comparison src/s/openbsd.h @ 60777:167aa6212e5a

(LD_SWITCH_SYSTEM_tmp): Define if undefined.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Mon, 21 Mar 2005 17:33:04 +0000
parents 695cf19ef79e
children ebdf9d25121d 13796b0653c7
comparison
equal deleted inserted replaced
60776:6c645e08a6bb 60777:167aa6212e5a
1 /* s/ file for openbsd systems. */ 1 /* s/ file for openbsd systems. */
2 2
3 /* Mostly the same as NetBSD. */ 3 /* Mostly the same as NetBSD. */
4 #include "netbsd.h" 4 #include "netbsd.h"
5
6 /* This very-badly named symbol is conditionally defined in netbsd.h.
7 Better would be either to not need it in the first place, or to choose
8 a more descriptive name. */
9 #ifndef LD_SWITCH_SYSTEM_tmp
10 #define LD_SWITCH_SYSTEM_tmp /* empty */
11 #endif
5 12
6 /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this 13 /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this
7 is necessary. Otherwise Emacs dumps core when run -nw. */ 14 is necessary. Otherwise Emacs dumps core when run -nw. */
8 #undef LIBS_TERMCAP 15 #undef LIBS_TERMCAP
9 16