comparison lib/options.h @ 313:32a6b26b7026

2003-11-9 Brian Masney <masneyb@gftp.org> * lib/options.h lib/protoocols.c - added enable_ipv6 option. * lib/rfc959.c lib/protocols.c - if there is an error creating a socket, log a more informative error about what kind of socket was attempted to be created.
author masneyb
date Mon, 10 Nov 2003 01:59:51 +0000
parents a85a097bbb02
children 853981bbd4d7
comparison
equal deleted inserted replaced
312:a2ec3572dea2 313:32a6b26b7026
109 GFTP_PORT_ALL, NULL}, 109 GFTP_PORT_ALL, NULL},
110 110
111 {"default_protocol", N_("Default Protocol:"), 111 {"default_protocol", N_("Default Protocol:"),
112 gftp_option_type_textcombo, "FTP", NULL, 0, 112 gftp_option_type_textcombo, "FTP", NULL, 0,
113 N_("This specifies the default protocol to use"), GFTP_PORT_ALL, NULL}, 113 N_("This specifies the default protocol to use"), GFTP_PORT_ALL, NULL},
114 #if defined (HAVE_GETADDRINFO) && defined (HAVE_GAI_STRERROR)
115 {"enable_ipv6", N_("Enable IPv6 support"),
116 gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL,
117 GFTP_CVARS_FLAGS_SHOW_BOOKMARK,
118 N_("Enable IPv6 support"), GFTP_PORT_ALL, NULL},
119 #endif
114 120
115 {"list_dblclk_action", "", 121 {"list_dblclk_action", "",
116 gftp_option_type_int, GINT_TO_POINTER(0), NULL, 0, 122 gftp_option_type_int, GINT_TO_POINTER(0), NULL, 0,
117 N_("This defines what will happen when you double click a file in the file listboxes. 0=View file 1=Edit file 2=Transfer file"), 0, NULL}, 123 N_("This defines what will happen when you double click a file in the file listboxes. 0=View file 1=Edit file 2=Transfer file"), 0, NULL},
118 {"listbox_local_width", "", 124 {"listbox_local_width", "",