]> git.ipfire.org Git - thirdparty/git.git/blobdiff - config.mak.uname
Sync with maint
[thirdparty/git.git] / config.mak.uname
index cc8efd95b178a2361caed810d6c16ec52eedcc86..0ab8e00938397612bc28ea48a218e460a80b1c6a 100644 (file)
@@ -454,7 +454,6 @@ ifneq ($(USE_MSVC_CRTDBG),)
        # Optionally enable memory leak reporting.
        BASIC_CFLAGS += -DUSE_MSVC_CRTDBG
 endif
-       BASIC_CFLAGS += -DPROTECT_NTFS_DEFAULT=1
        # Always give "-Zi" to the compiler and "-debug" to linker (even in
        # release mode) to force a PDB to be generated (like RelWithDebInfo).
        BASIC_CFLAGS += -Zi
@@ -616,7 +615,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
                compat/win32/path-utils.o \
                compat/win32/pthread.o compat/win32/syslog.o \
                compat/win32/dirent.o
-       BASIC_CFLAGS += -DWIN32 -DPROTECT_NTFS_DEFAULT=1
+       BASIC_CFLAGS += -DWIN32
        EXTLIBS += -lws2_32
        GITLIBS += git.res
        PTHREAD_LIBS =