office-gobmx/config_host/config_zxing.h.in
TRaXIn 8dbbeadbc7 tdf#153328 ZXing::ToSVG() Conditional usage
Change-Id: I8874f596be808d5d255139654a19b25f71299179
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147677
Tested-by: Jenkins
Tested-by: Hossein <hossein@libreoffice.org>
Reviewed-by: Hossein <hossein@libreoffice.org>
2023-07-05 15:33:08 +02:00

19 lines
519 B
C

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_CONFIG_ZXING_H
#define INCLUDED_CONFIG_ZXING_H
#define ENABLE_ZXING 0
#define HAVE_ZXING_TOSVG 0
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */