// -*- mode: c++; c-basic-offset: 2; -*- #ifndef COMMON_HH #define COMMON_HH #ifdef HAVE_CONFIG_H # include "config.h" #endif #if HAVE_VAR_ATTRIBUTE_UNUSED # define UNUSED(x) __attribute__((unused)) x ## _unused #else # define UNUSED(x) x ## _unused #endif #include #endif // COMMON_HH