comparison src/s/openbsd.h @ 90128:13796b0653c7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 192-205) - Update from CVS - Use gdb-ui breakpoint faces on ttys too - Tweak gdb-ui breakpoint faces - Tweak info/.arch-inventory to identify info/.cvsignore as source - Clean up gdb-ui breakpoint faces
author Miles Bader <miles@gnu.org>
date Thu, 24 Mar 2005 18:41:26 +0000
parents 68c22ea6027c 167aa6212e5a
children 02cf29720f31
comparison
equal deleted inserted replaced
90127:30ad2795fdab 90128:13796b0653c7
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