Mercurial > emacs
view src/s/openbsd.h @ 89504:e1159b1e5142
(Finsert_file_contents): Call setup_coding_system in
the case of auto saving.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 16 Sep 2003 00:24:21 +0000 |
parents | 375f2633d815 |
children | 68c22ea6027c |
line wrap: on
line source
/* s/ file for openbsd systems. */ /* Mostly the same as NetBSD. */ #include "netbsd.h" /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this is necessary. Otherwise Emacs dumps core when run -nw. */ #undef LIBS_TERMCAP #define TERMINFO #define LIBS_TERMCAP -lncurses #undef LD_SWITCH_SYSTEM_TEMACS #undef LD_SWITCH_SYSTEM #ifdef __ELF__ /* Han Boetes <han@mijncomputer.nl> says this is necessary, otherwise Emacs dumps core on elf systems. */ #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z #else #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp #endif