Systemd/src/libsystemd
Zbigniew Jędrzejewski-Szmek 349cc4a507 build-sys: use #if Y instead of #ifdef Y everywhere
The advantage is that is the name is mispellt, cpp will warn us.

$ git grep -Ee "conf.set\('(HAVE|ENABLE)_" -l|xargs sed -r -i "s/conf.set\('(HAVE|ENABLE)_/conf.set10('\1_/"
$ git grep -Ee '#ifn?def (HAVE|ENABLE)' -l|xargs sed -r -i 's/#ifdef (HAVE|ENABLE)/#if \1/; s/#ifndef (HAVE|ENABLE)/#if ! \1/;'
$ git grep -Ee 'if.*defined\(HAVE' -l|xargs sed -i -r 's/defined\((HAVE_[A-Z0-9_]*)\)/\1/g'
$ git grep -Ee 'if.*defined\(ENABLE' -l|xargs sed -i -r 's/defined\((ENABLE_[A-Z0-9_]*)\)/\1/g'
+ manual changes to meson.build

squash! build-sys: use #if Y instead of #ifdef Y everywhere

v2:
- fix incorrect setting of HAVE_LIBIDN2
2017-10-04 12:09:29 +02:00
..
sd-bus build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
sd-daemon libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
sd-device libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
sd-event libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
sd-hwdb build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
sd-id128 libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
sd-login sd-login: test - fix failure when run from non-graphical seat 2017-08-08 16:55:15 +01:00
sd-netlink libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
sd-network libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
sd-path build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
sd-resolve tree-wide: make use of getpid_cached() wherever we can 2017-07-20 20:27:24 +02:00
sd-utf8 build-sys: drop automake support 2017-07-18 10:04:44 -04:00
libsystemd.pc.in Adjust pkgconfig files to point at rootlibdir (#4584) 2016-11-08 09:36:41 +01:00
libsystemd.sym Export sd_bus_message_append_ap. It is renamed to sd_bus_message_appendv to follow systemd naming conventions. (#5753) 2017-04-25 09:32:24 +02:00
meson.build Drop kdbus bits 2017-07-23 12:01:54 -04:00