aboutsummaryrefslogtreecommitdiff
path: root/include/argot/types.h.in
blob: 41f6628c724bad975b45576495910d26516982ed (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 _ARGOT_TYPES_H
#define _ARGOT_TYPES_H

#define ARGOT_VERSION_MAJOR 1
#define ARGOT_VERSION_MINOR 0

#define ARGOT_TREE_API @ARGOT_TREE_API@
#define ARGOT_SOCKADDR_LIST @ARGOT_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.