(image-library-alist): Rewrite docstring in active voice.
[emacs.git] / src / s / openbsd.h
blobd3730324ce8f2b28bebf6244fbf3673334ecf882
1 /* s/ file for openbsd systems. */
3 /* Mostly the same as NetBSD. */
4 #include "netbsd.h"
6 /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this
7 is necessary. Otherwise Emacs dumps core when run -nw. */
8 #undef LIBS_TERMCAP
10 #define TERMINFO
11 #define LIBS_TERMCAP -lncurses
13 #undef LD_SWITCH_SYSTEM_TEMACS
14 #undef LD_SWITCH_SYSTEM
15 #ifdef __ELF__
17 /* Han Boetes <han@mijncomputer.nl> says this
18 is necessary, otherwise Emacs dumps core on elf systems. */
19 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z
21 #else
23 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp
25 #endif
27 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2
28 (do not change this comment) */