* samba/smblib/pwd_cache.c (pwd_read): Commented out.
[midnight-commander.git] / gnome / gconf.h
blob82bd3b8412b9ab56b9096600b5ac0c081ae17522
1 /* Defines which features are used on the GNOME edition */
3 #define PORT_HAS_FRONTEND_RUN_DLG 1
4 #define PORT_HAS_FILE_HANDLERS 1
5 #define PORT_HAS_GETCH 1
6 #define PORT_HAS_MY_SYSTEM 1
7 #define PORT_WANTS_CLEAN_BUTTON 1
8 #define PORT_HAS_CREATE_PANELS 1
9 #define PORT_HAS_PANEL_UPDATE_COLS 1
10 #define PORT_HAS_PAINT_FRAME 1
11 #define PORT_WANTS_GET_SORT_FN 1
12 #define PORT_HAS_LLINES 1
13 #define PORT_HAS_LOAD_HINT 1
14 #define PORT_HAS_FILTER_CHANGED 1
15 #define PORT_HAS_PANEL_ADJUST_TOP_FILE 1
16 #define PORT_HAS_PANEL_RESET_SORT_LABELS 1
17 #define PORT_HAS_FLUSH_EVENTS 1
18 #define PORT_HAS_BACKTAB_CHAR 1
19 #define PORT_NOT_FOCUS_SELECT_ITEM 1
20 #define PORT_NOT_UNFOCUS_UNSELECT_ITEM 1
21 #define PORT_WANTS_VIEW 1
22 #define PORT_HAS_VIEW_FREEZE 1
23 #define PORT_HAS_SAVE_PANEL_TYPES 1
24 #define PORT_HAS_DESTROY_CMD 1
25 #define PORT_HAS_RADIO_FOCUS_ITEM 1
26 #define PORT_HAS_DISPLAY_MINI_INFO 1
27 #define PORT_WIDGET_WANTS_HISTORY 0
28 #define PORT_HAS_UPDATE_MARKS 1
29 #define PORT_HAS_RADIO_TOGGLE 1
30 #define PORT_DOES_BACKGROUND_EXEC 1
31 #define PORT_HAS_UPDATE_PANELS 1
32 #define PORT_HAS_ICON_VIEW 1
33 #define PORT_WINPUT_DELETES_MARKED 1
34 #define PORT_LIST_MODE_NAME "gnome_list_mode"
35 #define PORT_LIST_MODE_DEFAULT "icons"
36 #define PORT_STATIC_IN_STRING_FILE_XTIME 1
38 #define CLIST_FROM_SW(panel_list) GTK_CLIST (GTK_BIN (panel_list)->child)
39 #define ILIST_FROM_SW(panel_list) GNOME_ICON_LIST (GTK_BIN (panel_list)->child)
40 #define ICONS_PER_ROW(x) (gnome_icon_list_get_items_per_line (GNOME_ICON_LIST(ILIST_FROM_SW(x->icons))))
42 void x_flush_events (void);