mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user