mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[meson] Uncontionally set HAVE_SA_IN6
This commit is contained in:
parent
714be0589e
commit
90a7c95a93
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user