aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/config.h.in
blob: 85d4e925467ead3954446385a68365ebf82e89b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* file      : libcommon/common/config.h.in
 * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
 * license   : GNU GPL v2; see accompanying LICENSE file
 */

/* This file is automatically processed by configure. */

#ifndef LIBCOMMON_COMMON_CONFIG_H
#define LIBCOMMON_COMMON_CONFIG_H

#undef DATABASE_MYSQL
#undef DATABASE_SQLITE
#undef DATABASE_PGSQL
#undef DATABASE_ORACLE
#undef DATABASE_MSSQL
#undef HAVE_TR1_MEMORY
#undef HAVE_CXX11
#undef LIBCOMMON_STATIC_LIB

#endif /* LIBCOMMON_COMMON_CONFIG_H */