aboutsummaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorbeber <beber>2005-07-24 22:20:39 +0000
committerbeber <beber>2005-07-24 22:20:39 +0000
commit898a49d61ac7061cc8839da6ba66972103f542dd (patch)
treeb62dd217b910cd9a9abd599cf05c7476ceb21270 /src/global.h
parentMove ebic to espik (diff)
downloadespik-898a49d61ac7061cc8839da6ba66972103f542dd.tar.xz
ebic -> espik
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 */