]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
build-sys: change all HAVE_DECL_ macros to HAVE_
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 3 Oct 2017 08:32:34 +0000 (10:32 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 3 Oct 2017 08:32:34 +0000 (10:32 +0200)
commit4b9545f19e8ae9b232ca1083cff8140dc24390f6
tree4c1b3301bebf65b781223eb6942a2dae6aefd903
parent8bdaf088ca22c4c12aee86e3a5e46998d042e21b
build-sys: change all HAVE_DECL_ macros to HAVE_

This is a legacy of autotools, where one detection routine used a different
prefix then the others.

$ git grep -e HAVE_DECL_ -l|xargs sed -i s/HAVE_DECL_/HAVE_/g
meson.build
src/basic/missing.h
src/basic/missing_syscall.h
src/basic/string-util.c
src/basic/string-util.h