X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=config.mak.in;h=7d5df9bf3c5dc898a68b538bae55f3d44dbc01ff;hb=4eb39e9bcccc54eb23af8a7e2676c63e5bf32866;hp=a3032e389f6bf63cd46a3aa23e59b6a6cd537132;hpb=4b7f59af2a5b072a0a3950c956842e4d6223a167;p=git.git diff --git a/config.mak.in b/config.mak.in index a3032e389..7d5df9bf3 100644 --- a/config.mak.in +++ b/config.mak.in @@ -35,6 +35,11 @@ NO_SOCKADDR_STORAGE=@NO_SOCKADDR_STORAGE@ NO_IPV6=@NO_IPV6@ NO_C99_FORMAT=@NO_C99_FORMAT@ NO_STRCASESTR=@NO_STRCASESTR@ +NO_MEMMEM=@NO_MEMMEM@ NO_STRLCPY=@NO_STRLCPY@ +NO_STRTOUMAX=@NO_STRTOUMAX@ NO_SETENV=@NO_SETENV@ +NO_MKDTEMP=@NO_MKDTEMP@ NO_ICONV=@NO_ICONV@ +OLD_ICONV=@OLD_ICONV@ +NO_DEFLATE_BOUND=@NO_DEFLATE_BOUND@