aboutsummaryrefslogtreecommitdiff
path: root/src/espik_global.h
blob: e8004180d549f527ed004538145f70f2806cbcfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef HAVE_ESPIK_GLOBAL_H
#define HAVE_ESPIK_GLOBAL_H

#include "../config.h"

#define	APPS_NAME	PACKAGE
#define	ESPIK_VERSION	VERSION

#define	MAX_LEN		512

#define	_ESPIK_DEBUG_	1


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

#endif	/* HAVE_ESPIK_GLOBAL_H */