aboutsummaryrefslogtreecommitdiff
path: root/mysql/config.h
blob: fdff9361e742640d25adc720b2846a73fa062f69 (plain)
1
2
3
4
5
6
7
8
9
10
/* file      : mysql/config.h -*- C -*-
 * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
 * license   : GPLv2 with FOSS License Exception; see accompanying COPYING file
 */

/*
 * The upstream package auto-generated my_config.h and config.h (used by the
 * bundled libs) are identical, so we just express one through the other.
 */
#include <mysql/my_config.h>