* jc/c99:
  Cygwin needs NO_C99_FORMAT???
This commit is contained in:
Junio C Hamano 2006-08-04 12:09:53 -07:00
Родитель 3a3c3fc42a 70b9c59656
Коммит 4e273c9dcf
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -317,6 +317,7 @@ ifeq ($(uname_O),Cygwin)
NO_STRLCPY = YesPlease
NO_SYMLINK_HEAD = YesPlease
NEEDS_LIBICONV = YesPlease
NO_C99_FORMAT = YesPlease
# There are conflicting reports about this.
# On some boxes NO_MMAP is needed, and not so elsewhere.
# Try uncommenting this if you see things break -- YMMV.