diff options
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) + |