aboutsummaryrefslogtreecommitdiff
path: root/include/grecs/types.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/grecs/types.h.in')
-rw-r--r--include/grecs/types.h.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/grecs/types.h.in b/include/grecs/types.h.in
new file mode 100644
index 0000000..b891a05
--- /dev/null
+++ b/include/grecs/types.h.in
@@ -0,0 +1,24 @@
1#ifndef _GRECS_TYPES_H
2#define _GRECS_TYPES_H
3
4#define GRECS_VERSION_MAJOR 1
5#define GRECS_VERSION_MINOR 0
6
7#define GRECS_TREE_API @GRECS_TREE_API@
8#define GRECS_SOCKADDR_LIST @GRECS_SOCKADDR_LIST@
9
10#if ENABLE_NLS
11# include "gettext.h"
12#else
13# ifndef gettext
14# define gettext(msgid) msgid
15# endif
16#endif
17#ifndef _
18# define _(msgid) gettext(msgid)
19#endif
20#ifndef N_
21# define N_(s) s
22#endif
23
24#endif

Return to:

Send suggestions and report system problems to the System administrator.