aboutsummaryrefslogblamecommitdiff
path: root/src/espik_global.h
blob: c7318282ac28427ec958f1c21765a248c54895bc (plain) (tree)
1
2
3
4
5
6
7
8
9

                      
 
                      
 

                               
 
                       
 
                      
                                            
     

                                
 
                            
#ifndef ESPIK_GLOBAL_H
#define 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  /* ESPIK_GLOBAL_H */