Commit Graph

2 Commits

Author SHA1 Message Date
Omar Polo 7689871446 include config.h first 2021-02-12 12:49:36 +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