commons.h (goaccess-1.7.1) | : | commons.h (goaccess-1.7.2) | ||
---|---|---|---|---|
skipping to change at line 46 | skipping to change at line 46 | |||
#include <time.h> | #include <time.h> | |||
#include <stdint.h> | #include <stdint.h> | |||
#include "gslist.h" | #include "gslist.h" | |||
/* Remove the __attribute__ stuff when the compiler is not GCC. */ | /* Remove the __attribute__ stuff when the compiler is not GCC. */ | |||
#if !__GNUC__ | #if !__GNUC__ | |||
#define __attribute__(x) /**/ | #define __attribute__(x) /**/ | |||
#endif | #endif | |||
#define GO_UNUSED __attribute__((unused)) | #define GO_UNUSED __attribute__((unused)) | |||
#define GO_VERSION "1.7.1" | #define GO_VERSION "1.7.2" | |||
#define GO_WEBSITE "https://goaccess.io/" | #define GO_WEBSITE "https://goaccess.io/" | |||
extern struct tm now_tm; | extern struct tm now_tm; | |||
/* common char array buffer size */ | /* common char array buffer size */ | |||
#define INIT_BUF_SIZE 1024 | #define INIT_BUF_SIZE 1024 | |||
/* total number of modules */ | /* total number of modules */ | |||
#ifdef HAVE_GEOLOCATION | #ifdef HAVE_GEOLOCATION | |||
#define TOTAL_MODULES 19 | #define TOTAL_MODULES 19 | |||
#else | #else | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |