Systemd/src/journal-remote
Zbigniew Jędrzejewski-Szmek 2c201c2140 meson: use booleans for conf.set and drop unecessary conditionals
Using conf.set() with a boolean argument does the right thing:
either #ifdef or #undef. This means that conf.set can be used unconditionally.

Previously I used '1' as the placeholder value, and that needs to be changed to
'true' for consistency (under meson 1 cannot be used in boolean context). All
checks need to be adjusted.
2017-05-02 16:29:11 -04:00
..
.gitignore journal-upload: add config file 2014-07-15 22:34:41 -04:00
Makefile Move network-related journal programs to src/journal-remote/ 2014-07-15 22:23:47 -04:00
browse.html tree-wide: minor formatting inconsistency cleanups 2016-02-23 14:20:34 -08:00
journal-gatewayd.c Merge pull request #5166 from keszybz/gcc7 2017-02-01 12:02:50 +03:00
journal-remote-parse.c Move export format parsing from src/journal-remote/ to src/basic/ 2017-02-14 23:56:48 -05:00
journal-remote-parse.h Move export format parsing from src/journal-remote/ to src/basic/ 2017-02-14 23:56:48 -05:00
journal-remote-write.c Move export format parsing from src/journal-remote/ to src/basic/ 2017-02-14 23:56:48 -05:00
journal-remote-write.h Move export format parsing from src/journal-remote/ to src/basic/ 2017-02-14 23:56:48 -05:00
journal-remote.c Merge pull request #5756 from keszybz/make-cleanups 2017-04-21 21:36:56 +02:00
journal-remote.conf.in Add Seal option in the configuration file for journald-remote 2015-12-20 13:23:33 +01:00
journal-remote.h tree-wide: place #pragma once at the same place everywhere 2016-02-20 22:42:29 +01:00
journal-upload-journal.c journal-upload: make watchdog state non-static 2016-04-05 20:28:56 -04:00
journal-upload.c tree-wide: fix wrong indent (#5757) 2017-04-19 08:48:29 +02:00
journal-upload.conf.in journal-upload: add config file 2014-07-15 22:34:41 -04:00
journal-upload.h journal-upload: make watchdog state non-static 2016-04-05 20:28:56 -04:00
log-generator.py python: adjust imports, indentation, unused variables following pylint advice 2016-12-01 18:55:23 -05:00
meson.build meson: use booleans for conf.set and drop unecessary conditionals 2017-05-02 16:29:11 -04:00
microhttpd-util.c µhttpd-util: use #pragma to silence warning about nonliteral pattern 2017-04-21 13:36:48 -04:00
microhttpd-util.h microhttpd-util: silence warnings about deprecated options 2017-04-21 12:05:55 -04:00