aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_wrapper/postgresql/src/include/pg_config.h
blob: d18cad5285a5149ae3fa68c6eccb6d4147db8757 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#if defined(__APPLE__)
#   include "pg_config-osx.h"
#elif defined(_MSC_VER)
#   include "pg_config-win.h"
#else
#   include "pg_config-linux.h"
#endif