Warning, /frameworks/ki18n/src/i18n/config.h.in is written in an unsupported language. File is not indexed.

0001 /*  This file is part of the KDE libraries
0002     SPDX-FileCopyrightText: 2016 A. Wilcox <awilfox@adelielinux.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef KI18N_CONFIG_H
0008 #define KI18N_CONFIG_H
0009 
0010 #cmakedefine01 HAVE_NL_MSG_CAT_CNTR
0011 
0012 #define INSTALLED_LOCALE_PREFIX "@IsoCodes_PREFIX@"
0013 
0014 #endif