xpa.h | xpa.h | |||
---|---|---|---|---|
skipping to change at line 20 | skipping to change at line 20 | |||
#ifndef __xpa_h | #ifndef __xpa_h | |||
#define __xpa_h | #define __xpa_h | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#include <prsetup.h> | #include <prsetup.h> | |||
#define XPA_MAJOR_VERSION 2 | #define XPA_MAJOR_VERSION 2 | |||
#define XPA_MINOR_VERSION 1 | #define XPA_MINOR_VERSION 1 | |||
#define XPA_PATCH_LEVEL 6 | #define XPA_PATCH_LEVEL 8 | |||
#define XPA_VERSION "2.1.6" | #define XPA_VERSION "2.1.8" | |||
/* #define XPA_DEBUG 1 */ | /* #define XPA_DEBUG 1 */ | |||
#ifdef XPA_DEBUG | #ifdef XPA_DEBUG | |||
#define FPRINTF(x) fprintf x | #define FPRINTF(x) fprintf x | |||
#define PERROR(x) perror x | #define PERROR(x) perror x | |||
#else | #else | |||
#define FPRINTF(x) | #define FPRINTF(x) | |||
#define PERROR(x) | #define PERROR(x) | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||