aboutsummaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
new file mode 100644
index 0000000..0869c3e
--- /dev/null
+++ b/src/global.h
@@ -0,0 +1,11 @@
+#ifndef _HAVE_ESPIK_GLOBAL_H
+#define _HAVE_ESPIK_GLOBAL_H
+
+#define APPS_NAME "espik"
+#define ESPIK_VERSION "0.0.1"
+
+#define MAX_LEN 512
+
+#define __UNUSED__ __attribute__((unused))
+
+#endif /* _HAVE_ESPIK_GLOBAL_H */