Commit Graph

12 Commits

Author SHA1 Message Date
Omar Polo
492a274fd7 add compat for sys/tree.h 2021-10-07 11:36:25 +00:00
Omar Polo
578f13e4b2 add compat for reallocarray 2021-04-25 12:50:19 +00:00
Omar Polo
4f8128452c
fix various error in compat/err.c 2021-02-23 13:43:53 +01:00
Omar Polo
6b191ed52a
tests and compat for imsg 2021-02-23 13:43:14 +01:00
Omar Polo
7689871446 include config.h first 2021-02-12 12:49:36 +00:00
Omar Polo
a72cc6be31 improve compat/getprogname on GNU libc
but why'd they called it program_invocation_short_name?  They couldn't
find a longer name?
2021-02-11 09:13:58 +00:00
Omar Polo
fe90d24fd0 add compat for setproctitle
This adds a check for setproctitle and for the (linux) prctl
PR_SET_NAME.  If setproctitle is not available, on linux we provide an
implementation that use prctl (taken from tmux compat layer.)
2021-02-04 13:42:35 +00:00
Omar Polo
7e26256394 fixing compat compilation
include headers if needed and include config.h
2021-01-22 17:00:56 +00:00
Omar Polo
5c342d059f more OpenBSD goodies 2021-01-21 15:37:02 +00:00
Omar Polo
20c9ff466b typo 2021-01-21 14:51:09 +00:00
Omar Polo
642b37d5ac don't include config.h there 2021-01-21 14:48:26 +00:00
Omar Polo
12042ad700 add a configure script and some compat
tested on openbsd, alpine and void
2021-01-21 11:57:46 +00:00