We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4ee81 commit d6333fcCopy full SHA for d6333fc
meson.build
@@ -45,6 +45,7 @@ endif
45
46
cdata.set('HAVE_STRNDUP', cc.has_function('strndup'))
47
cdata.set('HAVE_MKDIRP', cc.has_function('mkdirp'))
48
+cdata.set('HAVE_EXPLICIT_BZERO', cc.has_function('explicit_bzero'))
49
50
# Instead of generating config.h directly, make vcs_tag generate it so that
51
# @VCS_TAG@ is replaced.
0 commit comments