mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[gemini] Show gemini in about dialog
This commit is contained in:
parent
be35ee9ec7
commit
4d6ae6e925
@ -305,6 +305,9 @@ static struct module *protocol_submodules[] = {
|
|||||||
#ifdef CONFIG_FTP
|
#ifdef CONFIG_FTP
|
||||||
&ftp_protocol_module,
|
&ftp_protocol_module,
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_GEMINI
|
||||||
|
&gemini_protocol_module,
|
||||||
|
#endif
|
||||||
#ifdef CONFIG_GOPHER
|
#ifdef CONFIG_GOPHER
|
||||||
&gopher_protocol_module,
|
&gopher_protocol_module,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user