Change-Id: Ibfb3aa69895eef6023c38e2ff3b7ae98a05f5820 Reviewed-on: https://gerrit.libreoffice.org/42300 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
6 lines
193 B
C
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: */
|