Warning, /frameworks/prison/src/scanner/config-prison-scanner.h.in is written in an unsupported language. File is not indexed.

0001 /*
0002    SPDX-FileCopyrightText: 2022 Volker Krause <vkrause@kde.org>
0003    SPDX-License-Identifier: MIT
0004 */
0005 
0006 #ifndef CONFIG_PRISON_SCANNER_H
0007 #define CONFIG_PRISON_SCANNER_H
0008 
0009 #define ZXING_VERSION_MAJOR @ZXing_VERSION_MAJOR@
0010 #define ZXING_VERSION_MINOR @ZXing_VERSION_MINOR@
0011 #define ZXING_VERSION_PATCH @ZXing_VERSION_PATCH@
0012 #define ZXING_VERSION ((@ZXing_VERSION_MAJOR@<<16)|(@ZXing_VERSION_MINOR@<<8)|(@ZXing_VERSION_PATCH@))
0013 
0014 #endif // CONFIG_PRISON_SCANNER_H