pidgin/pidgin

Replace gethostname by g_get_host_name

2021-03-04, Elliott Sales de Andrade
691bd780ab06
Replace gethostname by g_get_host_name

Replace `gethostname` by `g_get_host_name`.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/555/
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
if enable_consoleui
subdir('finch')
else
finch_doc = []
endif
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)