aboutsummaryrefslogtreecommitdiff
path: root/include/grecs/types.h.in
blob: b891a056692df76df32eb885247ed56ad79abca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _GRECS_TYPES_H
#define _GRECS_TYPES_H

#define GRECS_VERSION_MAJOR 1
#define GRECS_VERSION_MINOR 0

#define GRECS_TREE_API @GRECS_TREE_API@
#define GRECS_SOCKADDR_LIST @GRECS_SOCKADDR_LIST@

#if ENABLE_NLS
# include "gettext.h"
#else
# ifndef gettext
#  define gettext(msgid) msgid
# endif
#endif
#ifndef _
# define _(msgid) gettext(msgid)
#endif
#ifndef N_
# define N_(s) s
#endif

#endif

Return to:

Send suggestions and report system problems to the System administrator.