/* file : libpq/pg_config_os.h -*- C -*- * license : PostgreSQL License; see accompanying COPYRIGHT file */ /* * The upstream package makefile creates this file as a symlink to the * target-specific header in src/include/port/. */ #if defined(__linux__) # include #elif defined(__FreeBSD__) # include #elif defined(__APPLE__) # include #elif defined(_WIN32) # include #else # error this OS is not supported #endif