*** ./xdelta3/Makefile.am.ORIG Wed Sep 20 14:17:27 2017 --- ./xdelta3/Makefile.am Wed Sep 20 14:19:30 2017 *************** *** 37,46 **** # Note: for extra sanity checks, enable -Wconversion. Note there # are a lot of false positives. ! WFLAGS = -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare \ ! -Wextra -Wno-unused-parameter -Wno-unused-function ! C_WFLAGS = $(WFLAGS) -pedantic -std=c99 CXX_WFLAGS = $(WFLAGS) common_CFLAGS = \ --- 37,45 ---- # Note: for extra sanity checks, enable -Wconversion. Note there # are a lot of false positives. ! WFLAGS = ! C_WFLAGS = $(WFLAGS) CXX_WFLAGS = $(WFLAGS) common_CFLAGS = \ *** ./xdelta3/xdelta3.h.ORIG Wed Sep 20 14:50:54 2017 --- ./xdelta3/xdelta3.h Wed Sep 20 14:51:59 2017 *************** *** 109,115 **** * the 32bit boundary [xdelta3-test.h]). */ #ifndef _WIN32 ! #include #else /* WIN32 case */ #define WIN32_LEAN_AND_MEAN --- 109,119 ---- * the 32bit boundary [xdelta3-test.h]). */ #ifndef _WIN32 ! #if defined(_AIX) && !defined(_AIX52) ! #include ! #else ! #include ! #endif #else /* WIN32 case */ #define WIN32_LEAN_AND_MEAN