blob: 9d18901d8dd86018e9ef8e4a7d2aa12cccec1d17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* file : libcommon/config.h.in
* author : Boris Kolpackov <boris@codesynthesis.com>
* copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
/* This file is automatically processed by configure. */
#ifndef LIBCOMMON_CONFIG_H
#define LIBCOMMON_CONFIG_H
#undef DB_ID_MYSQL
#undef LIBCOMMON_STATIC_LIB
#endif /* LIBCOMMON_CONFIG_H */
|