Files
libreoffice/external/mysql-connector-cpp/binding_config.h
Michael Stahl b294020098 consistent naming of externals: mysqlcppconn -> mysql-connector-cpp
Change-Id: Ibfb3aa69895eef6023c38e2ff3b7ae98a05f5820
Reviewed-on: https://gerrit.libreoffice.org/42300
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-09-15 11:06:18 +02:00

6 lines
193 B
C

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#define HAVE_DLFCN_H 1
#define MYSQLCLIENT_STATIC_BINDING 1
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */