From 354bb40e75d94466e91fe6960523612c9d17ccfb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 2 Nov 2017 23:11:29 +0300 Subject: Add implementation --- mysql/config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mysql/config.h (limited to 'mysql/config.h') diff --git a/mysql/config.h b/mysql/config.h new file mode 100644 index 0000000..6e88f5f --- /dev/null +++ b/mysql/config.h @@ -0,0 +1,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 -- cgit v1.1