Code

Added bash completion support for git-reset.
[git.git] / config.mak.in
index 369e6116e0aa63bc9e6ca88996b2dcfc12ebb967..1cafa19ed4e4b9ecb683e4bc6c4aaa3ac3322b74 100644 (file)
@@ -2,6 +2,7 @@
 # @configure_input@
 
 CC = @CC@
+CFLAGS = @CFLAGS@
 AR = @AR@
 TAR = @TAR@
 #INSTALL = @INSTALL@           # needs install-sh or install.sh in sources
@@ -37,4 +38,5 @@ NO_C99_FORMAT=@NO_C99_FORMAT@
 NO_STRCASESTR=@NO_STRCASESTR@
 NO_STRLCPY=@NO_STRLCPY@
 NO_SETENV=@NO_SETENV@
+NO_ICONV=@NO_ICONV@