1998-02-27 07:54:42 +03:00
|
|
|
/* Defines which features are used on the XView edition */
|
|
|
|
|
1998-04-09 08:58:24 +04:00
|
|
|
#define PORT_HAS_GETCH 1
|
|
|
|
#define PORT_HAS_FRONTEND_RUN_DLG 1
|
|
|
|
#define PORT_WIDGET_WANTS_HISTORY 1
|
1998-02-27 07:54:42 +03:00
|
|
|
#define mi_getch() fprintf (stderr, "mi_getch is not implemented\n")
|
|
|
|
#define frontend_run_dlg(x) xvrundlg_event (x)
|
1998-04-07 23:08:31 +04:00
|
|
|
#define port_shutdown_extra_fds()
|
1998-02-27 07:54:42 +03:00
|
|
|
#define COMPUTE_FORMAT_ALLOCATIONS
|