nnn/src
Sijmen J. Mulder 3953639c5d Fix build (and more) on SmartOS (#363)
* Define _XOPEN_SOURCE_EXTENDED on SmartOS

Enables wide ncurses.

* SmartOS has alloca() in alloca.h

* SmartOS does not have sig_t

* dprintf() is not available on SmartOS

So replace its usage with fprintf.

* SmartOS has no d_type

* SmartOS has no CLOCK_MONOTONIC_RAW

* SmartOS has no O_DIRECTORY

* Work around SmartOS not having mime detection

* Missing comma
2019-10-16 07:07:45 +05:30
..
.clang-tidy Fix build break 2019-10-12 08:44:58 +05:30
dbg.h nnn as file manager: more changes 2019-04-16 22:55:59 +05:30
nnn.c Fix build (and more) on SmartOS (#363) 2019-10-16 07:07:45 +05:30
nnn.h Added copy/move-as (copy/move and rename) (#356) 2019-10-14 22:06:45 +05:30