Systemd/src/libsystemd/sd-bus
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
..
GVARIANT-SERIALIZATION sd-bus: drop kdbus-related docs (#5533) 2017-03-07 07:51:35 +01:00
bus-bloom.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-bloom.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-common-errors.c manager: refuse reloading/reexecing when /run is overly full 2017-02-06 16:58:06 +01:00
bus-common-errors.h manager: refuse reloading/reexecing when /run is overly full 2017-02-06 16:58:06 +01:00
bus-container.c Drop kdbus bits 2017-07-23 12:01:54 -04:00
bus-container.h Drop kdbus bits 2017-07-23 12:01:54 -04:00
bus-control.c build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
bus-control.h sd-bus: drop match cookie concept 2017-09-29 17:57:34 +02:00
bus-convenience.c Drop kdbus bits 2017-07-23 12:01:54 -04:00
bus-creds.c libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
bus-creds.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-dump.c Rename formats-util.h to format-util.h 2016-11-07 10:15:08 -05:00
bus-dump.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-error.c Merge pull request #653 from dvdhrm/bus-gold 2016-10-13 12:25:56 -04:00
bus-error.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-gvariant.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-gvariant.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-internal.c libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
bus-internal.h sd-bus: drop bloom fields 2017-09-29 17:58:11 +02:00
bus-introspect.c libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
bus-introspect.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-kernel.c build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
bus-kernel.h Drop kdbus bits 2017-07-23 12:01:54 -04:00
bus-match.c libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
bus-match.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-message.c libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
bus-message.h Drop kdbus bits 2017-07-23 12:01:54 -04:00
bus-objects.c libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
bus-objects.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-protocol.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-signature.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-signature.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-slot.c sd-bus: drop match cookie concept 2017-09-29 17:57:34 +02:00
bus-slot.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-socket.c libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
bus-socket.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-track.c tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
bus-track.h sd-bus: when the server-side disconnects, make sure to dispatch all tracking objects immediately 2016-08-22 17:31:36 +02:00
bus-type.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
bus-type.h tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
sd-bus.c sd-bus: drop match cookie concept 2017-09-29 17:57:34 +02:00
test-bus-benchmark.c Drop kdbus bits 2017-07-23 12:01:54 -04:00
test-bus-chat.c Rename formats-util.h to format-util.h 2016-11-07 10:15:08 -05:00
test-bus-cleanup.c libsystemd: use IN_SET macro 2017-09-28 17:37:59 +09:00
test-bus-creds.c core: simplify cg_[all_]unified() 2017-02-18 17:51:13 -05:00
test-bus-error.c tree-wide: make ++/-- usage consistent WRT spacing 2016-02-22 20:32:04 -08:00
test-bus-gvariant.c build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
test-bus-introspect.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
test-bus-marshal.c build-sys: use #if Y instead of #ifdef Y everywhere 2017-10-04 12:09:29 +02:00
test-bus-match.c tests: change dbus tests to use user bus (#6845) 2017-09-19 14:17:57 +02:00
test-bus-objects.c tree-wide: fix incorrect uses of %m 2017-05-13 15:42:26 -04:00
test-bus-server.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
test-bus-signature.c tree-wide: remove Emacs lines from all files 2016-02-10 13:41:57 +01:00
test-bus-track.c tests: change dbus tests to use user bus (#6845) 2017-09-19 14:17:57 +02:00
test-bus-vtable-cc.cc tests,meson: add test-bus-vtable, compiled as C and C++ 2017-05-13 15:50:44 -04:00
test-bus-vtable.c test-bus-vtable: it's OK if dbus is not running 2017-05-30 21:17:46 -04:00