diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 3 | ||||
-rw-r--r-- | src/tools/msvc/Solution.pm | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index fcbf3367048..5e2255a2f53 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -364,9 +364,6 @@ /* Define to 1 if you have the <lz4.h> header file. */ #undef HAVE_LZ4_H -/* Define to 1 if you have the <lz4/lz4.h> header file. */ -#undef HAVE_LZ4_LZ4_H - /* Define to 1 if you have the <mbarrier.h> header file. */ #undef HAVE_MBARRIER_H diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 9342347c9e5..710f26f8ab3 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -313,7 +313,6 @@ sub GenerateFiles HAVE_LONG_INT_64 => undef, HAVE_LONG_LONG_INT_64 => 1, HAVE_LZ4_H => undef, - HAVE_LZ4_LZ4_H => undef, HAVE_MBARRIER_H => undef, HAVE_MBSTOWCS_L => 1, HAVE_MEMORY_H => 1, |