#ifndef PORTABILITY_H #define PORTABILITY_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_LLU # define LLU_FMT "%llu" #else # ifdef HAVE_QU # define LLU_FMT "%qu" # endif /* HAVE_QU */ #endif /* HAVE_LLU */ #endif /* PORTABILITY_H */