Add commented out variables for the features which can be detected by autoconf, but are not implemented yet, to config.mak.in file. This way we can easily see which tests are not implemented yet. Signed-off-by: Jakub Narebski <jnareb@xxxxxxxxx> --- config.mak.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/config.mak.in b/config.mak.in index 369e611..2947560 100644 --- a/config.mak.in +++ b/config.mak.in @@ -37,4 +37,6 @@ NO_C99_FORMAT=@NO_C99_FORMAT@ NO_STRCASESTR=@NO_STRCASESTR@ NO_STRLCPY=@NO_STRLCPY@ NO_SETENV=@NO_SETENV@ +#NO_MMAP=@NO_MMAP@ +#NO_ICONV=@NO_ICONV@ -- 1.4.1.1 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html