Merge 'remotes/dkogan/merged_submodules'
[notion.git] / libtu / private.h
blob470e7908fae8608d651732b003f94bc40145e936
1 /*
2 * libtu/private.h
4 * Copyright (c) Tuomo Valkonen 2004.
6 * You may distribute and modify this library under the terms of either
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later.
8 */
10 #ifndef LIBTU_PRIVATE_H
11 #define LIBTU_PRIVATE_H
13 #ifndef CF_NO_GETTEXT
15 #include <libintl.h>
17 #define TR(X) dgettext("libtu", X)
19 #else
21 #define TR(X) (X)
23 #endif
25 #define DUMMY_TR(X) X
27 #endif /* LIBTU_PRIVATE_H */