blob: 79b16fd81faee59f187a548f3d2ad64f49354cd2 (
plain) (
tree)
|
|
#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
#if HAVE___ATTRIBUTE__
# define __UNUSED__ __attribute__((unused))
#else
# define __UNUSED__
#endif /* HAVE___ATTRIBUTE__ */
#endif /* HAVE_ESPIK_GLOBAL_H */
|