aboutsummaryrefslogtreecommitdiff
path: root/mysql/config.h
blob: 6e88f5f6cd516f35f83e530956beda22555bc1ee (plain)
1
2
3
4
5
6
7
8
9
10
/* file      : mysql/config.h -*- C -*-
 * copyright : Copyright (c) 2016-2017 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>