Commit Briefs

Omar Polo

keep original CFLAGS


Omar Polo

define MANDIR


Omar Polo

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.)



Omar Polo

adjust CFLAGS detection


Omar Polo

gen compat for getprogname



Omar Polo

fixing compat compilation

include headers if needed and include config.h


Omar Polo

missing ; in prototype



Omar Polo

more OpenBSD goodies



Omar Polo

typo


Omar Polo

add a configure script and some compat

tested on openbsd, alpine and void