Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-08 | fix detection on non-openbsd systems | Omar Polo | |
2021-02-08 | look for libevent | Omar Polo | |
2021-02-07 | keep original CFLAGS | Omar Polo | |
2021-02-07 | define MANDIR | Omar Polo | |
2021-02-04 | add compat for setproctitle | Omar Polo | |
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-02 | let LEX and YACC be customizable via args | Omar Polo | |
2021-01-27 | adjust CFLAGS detection | Omar Polo | |
2021-01-25 | gen compat for getprogname | Omar Polo | |
2021-01-25 | rework the configless mode: change flags and generate certs | Omar Polo | |
2021-01-22 | fixing compat compilation | Omar Polo | |
include headers if needed and include config.h | |||
2021-01-22 | missing ; in prototype | Omar Polo | |
2021-01-21 | add missing getprogname test + eventually include err.h | Omar Polo | |
2021-01-21 | more OpenBSD goodies | Omar Polo | |
2021-01-21 | simplify CFLAGS/LDFLAGS autodetection | Omar Polo | |
2021-01-21 | typo | Omar Polo | |
2021-01-21 | add a configure script and some compat | Omar Polo | |
tested on openbsd, alpine and void |