chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Wed, 22 Nov 2017 07:26:56 +0000 (08:26 +0100)
commit516c369291c7b5b606c5406c1e02e6e3933b5e61
tree847db61605d998344da6d8f13abbec2852848200
parent0b49a6ad440392bc8758db5dfd522287c80ee6a8
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
.mailmap
NEWS
TODO
meson.build
src/basic/missing.h
src/basic/missing_syscall.h
src/basic/string-util.c
src/basic/string-util.h