view cmake/internal/sysconfig-tests.h @ 94:e354bca9bef9

Server: remove useless using namespace std::placeholders
author David Demelier <markand@malikania.fr>
date Thu, 08 Jun 2017 08:46:07 +0200
parents 99792c6c8b06
children
line wrap: on
line source

#ifndef MALIKANIA_SYSCONFIG_TESTS_H
#define MALIKANIA_SYSCONFIG_TESTS_H

/*
 * PostgreSQL configuration.
 */

#define WITH_TEST_PGSQL_HOST "@WITH_TEST_PGSQL_HOST@"
#define WITH_TEST_PGSQL_PORT "@WITH_TEST_PGSQL_PORT@"
#define WITH_TEST_PGSQL_DATABASE "@WITH_TEST_PGSQL_DATABASE@"
#define WITH_TEST_PGSQL_USER "@WITH_TEST_PGSQL_USER@"

#endif // !MALIKANIA_SYSCONFIG_TESTS_H