diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-02-08 05:13:11 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-02-08 05:13:11 +0000 |
commit | 172540a4a29fa4c0c5f0431bb5bf5b3d08ec92c0 (patch) | |
tree | ac15b0b8ae60a42ffe04b3fd37cf2fbc97b2ddd6 /MCONFIG.in |
New upstream version 0.17upstream
Diffstat (limited to 'MCONFIG.in')
-rw-r--r-- | MCONFIG.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/MCONFIG.in b/MCONFIG.in new file mode 100644 index 0000000..4c340b0 --- /dev/null +++ b/MCONFIG.in @@ -0,0 +1,22 @@ +# Dirs +INSTALLROOT +BINDIR +SBINDIR +MANDIR + +# Modes +BINMODE +DAEMONMODE +MANMODE + +# Compiling +ALLWARNINGS +CC +CFLAGS +LDFLAGS +LIBS + +# Features +FN(snprintf) +TYPE(socklen_t) + |