#include "config.h" extern "C" { #ifndef HAVE_SNPRINTF int snprintf ( char *str, size_t n, const char *format, ... ); #endif #define CONST const #define NOCONSTCAST // for HPUX //#define CONST //#define NOCONSTCAST (char*) }