File: config_h.cmake.in

package info (click to toggle)
sqlsmith 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 540 kB
  • sloc: cpp: 3,221; sql: 175; makefile: 33; sh: 1
file content (16 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* we know these paramters as they are required during the CMake configure phase */
#define HAVE_CXX17 1



#cmakedefine HAVE_BOOST 1
#cmakedefine HAVE_BOOST_REGEX 1

#cmakedefine HAVE_LIBPQXX7 1

#cmakedefine HAVE_LIBSQLITE3 1
#cmakedefine HAVE_MONETDB 1

#cmakedefine PACKAGE "@PACKAGE@"
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"