aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libpq/src/include/pg_config_os.h
blob: 86db251be232621c45c7dd0e3fe9b08f943c2ffa (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

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