aboutsummaryrefslogtreecommitdiff
path: root/src/espik_global.h
blob: f6fecafe6d315ad1864a8fde738fdeda2532b8cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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	_ESPIK_DEBUG_	1

/*#if HAVE___ATTRIBUTE__ */
#  define __UNUSED__ __attribute__((unused))
/*
#else
#  define __UNUSED__
#endif
*/

#endif /* _HAVE_ESPIK_GLOBAL_H */