1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[meson] Uncontionally set HAVE_SA_IN6

This commit is contained in:
Witold Filipczyk 2022-03-03 17:11:10 +01:00
parent 714be0589e
commit 90a7c95a93

View File

@ -723,6 +723,7 @@ conf_data.set('LIBDIR', get_option('prefix') / 'lib')
conf_data.set('LOCALEDIR', get_option('prefix') / 'share/locale')
conf_data.set('HAVE_SA_STORAGE', true)
conf_data.set('HAVE_SA_IN6', true)
conf_data.set('SIZEOF_CHAR', compiler.sizeof('char'))
conf_data.set('SIZEOF_SHORT', compiler.sizeof('short'))