(x_set_cursor_type): Set cursor_width field.
[emacs.git] / src / s / sunos413.h
blob33172f54763ca414b842955f61f563a9448a0d59
1 /* As of 19.29, it should work ok to use shared libs with X. */
2 #include "sunos4shr.h"
4 #if 0
5 #include "sunos4-1.h"
7 /* jik@gza.com says this works now. */
8 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
10 #undef SYSTEM_MALLOC
12 #if 0 /* This causes failure in process_send_signal (tcgetattr loses)
13 and may also cause hanging at Emacs startup when parent
14 is not a job control shell. */
15 /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
16 the problem of spurious ^M in subprocess output. */
17 #define HAVE_TERMIOS
18 /* This enables some #undefs in systty.h. */
19 #define BSD_TERMIOS
20 #endif
22 /* barrie@calvin.demon.co.uk says memmove is missing. */
23 #ifndef SYSTEM_MALLOC
24 #define MEMMOVE_MISSING
25 #endif
26 #endif /* 0 */