diff options
| author | Peter Eisentraut | 2019-12-10 20:15:30 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2019-12-10 20:24:25 +0000 |
| commit | 877b61e9ce95934c71a9c01614db4be1b395fff6 (patch) | |
| tree | a96278f5b4a8b0a077dea9414f0a9e8e323516b9 /src/tools | |
| parent | 6cafde1bd43f1c28b044953cac2f2999eb425b22 (diff) | |
Cosmetic cleaning of pg_config.h.win32
Clean up some comments (some generated by old versions of autoconf)
and some random ordering differences, so it's easier to diff this
against the default pg_config.h or pg_config.h.in. Remove LOCALEDIR
handling from pg_config.h.win32 altogether because it's already in
pg_config_paths.h.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/msvc/Solution.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 5f72530c72b..94cc4b950ef 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -184,8 +184,6 @@ sub GenerateFiles print $o $_; } print $o "#define PG_MAJORVERSION \"$self->{majorver}\"\n"; - print $o "#define LOCALEDIR \"/share/locale\"\n" - if ($self->{options}->{nls}); print $o "/* defines added by config steps */\n"; print $o "#ifndef IGNORE_CONFIGURED_SETTINGS\n"; print $o "#define USE_ASSERT_CHECKING 1\n" |
