Commit graph

3 commits

Author SHA1 Message Date
Ludovic Courtès
2427317b10 Add missing #include directives.
<libguile.h> in Guile 2.x used to include these, but this is no longer
the case with 3.0.

* src/cron.c, src/mcron.h: Include <string.h>.
* src/utils.c: Include <stdio.h>.
2020-02-27 21:03:47 +00:00
Mathieu Lirzin
dd30cb9e54
utils: Add 'assq_symbol_set_x' function
* src/utils.c (assq_symbol_set_x): New function.
* src/mcron.c (parse_opt): Use it.
2017-09-28 18:13:08 +02:00
Mathieu Lirzin
c01106387f
Replace generic C wrapper with individual programs
* src/wrapper.c: Delete.
* src/crontab.c: New file.
* src/mcron.c: Likewise.
* src/cron.c: Likewise.
* configure.ac: Adapt 'AC_CONFIG_DIR' to use "src/mcron.c".
* Makefile.am (bin_crontab_SOURCES, bin_cron_SOURCES)
(bin_mcron_SOURCES): Use new files.
(bin_cron_CPPFLAGS, bin_mcron_CPPFLAGS, bin_crontab_CPPFLAGS): Delete.
2017-09-28 15:57:21 +02:00
Renamed from src/wrapper.c (Browse further)