aboutsummaryrefslogtreecommitdiff
path: root/include/argot/types.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/argot/types.h.in')
-rw-r--r--include/argot/types.h.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/argot/types.h.in b/include/argot/types.h.in
new file mode 100644
index 0000000..41f6628
--- /dev/null
+++ b/include/argot/types.h.in
@@ -0,0 +1,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.