aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/espik_global.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/espik_global.h b/src/espik_global.h
index 0dc4f4d..f6fecaf 100644
--- a/src/espik_global.h
+++ b/src/espik_global.h
@@ -1,13 +1,19 @@
#ifndef _HAVE_ESPIK_GLOBAL_H
#define _HAVE_ESPIK_GLOBAL_H
-#define APPS_NAME "espik"
+#define APPS_NAME "espik"
#define ESPIK_VERSION "0.0.1"
-#define MAX_LEN 512
+#define MAX_LEN 512
#define _ESPIK_DEBUG_ 1
-#define __UNUSED__ __attribute__((unused))
+/*#if HAVE___ATTRIBUTE__ */
+# define __UNUSED__ __attribute__((unused))
+/*
+#else
+# define __UNUSED__
+#endif
+*/
#endif /* _HAVE_ESPIK_GLOBAL_H */