repo.or.cz
/
wmaker-crm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
more code for proplist handling
[wmaker-crm.git]
/
WINGs
/
wconfig.h
blob
69a942d94c7f7edbef65bc51f3d836d61be4eda5
1
2
3
#ifndef WINGS_CONFIG_H_
4
#define WINGS_CONFIG_H_
5
6
#include
"../src/config.h"
7
8
#if defined(HAVE_LIBINTL_H) && defined(I18N)
9
# include <libintl.h>
10
# define _(text) dgettext(
"WINGs"
, text)
11
#else
12
# define _(text) (text)
13
#endif
14
15
16
#endif
/* WINGS_CONFIG_H_ */
17