/usr/include/scribus/text/nlsconfig.h is in scribus-dev 1.4.6+dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | /*
Controls how NLS is integrated into Scribus
*/
// This symbol is only defined for the NLS prototype and disables all code
// which doesn't work yet.
#undef NLS_PROTO
// This symbol can be set to test NLS conformance. The old interface will
// then be disabled and only the new interface into the text system is allowed.
#undef NLS_CONFORMANCE
|