// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause

#ifndef vtkIOPostgresSQLTestingCxxConfigure_h
#define vtkIOPostgresSQLTestingCxxConfigure_h

#cmakedefine VTK_PSQL_TEST_URL
#ifdef VTK_PSQL_TEST_URL
#  undef VTK_PSQL_TEST_URL
#  define VTK_PSQL_TEST_URL "@VTK_PSQL_TEST_URL@"
#endif

#endif
