tkconf.h 674 B

1234567891011121314151617181920
  1. /* Defines which features are used on the Tk edition */
  2. /* key.h defines */
  3. #define PORT_HAS_FILE_HANDLERS 1
  4. #define PORT_HAS_GETCH 1
  5. #define PORT_HAS_FRONTEND_RUN_DLG 1
  6. #define PORT_WANTS_GET_SORT_FN 1
  7. #define PORT_HAS_FILTER_CHANGED 1
  8. #define PORT_HAS_PANEL_ADJUST_TOP_FILE 1
  9. #define PORT_HAS_PANEL_RESET_SORT_LABELS 1
  10. #define PORT_HAS_DESTROY_CMD 1
  11. #define PORT_HAS_RADIO_FOCUS_ITEM 1
  12. #define PORT_HAS_DISPLAY_MINI_INFO 1
  13. #define PORT_WIDGET_WANTS_HISTORY 1
  14. #define frontend_run_dlg(x) tkrundlg_event (x)
  15. #define port_shutdown_extra_fds()
  16. /* Other */
  17. #define COMPUTE_FORMAT_ALLOCATIONS