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