/* config.h.in. Process with miniam.pl to produce config.h */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* Define if your declares struct tm. */ #undef TM_IN_SYS_TIME /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define if the X Window System is missing or not being used. */ #define X_DISPLAY_MISSING /* copyright message */ #define COPYRIGHT_MSG "@COPYRIGHT_MSG@" /* Copyright Message for Aven */ #define AVEN_COPYRIGHT_MSG "@AVEN_COPYRIGHT_MSG@" #if _MSC_VER >= 1600 # include #else /* signed 16 bit integer type */ typedef __int16 int16_t; /* unsigned 16 bit integer type */ typedef unsigned __int16 uint16_t; /* signed 32 bit integer type */ typedef __int32 int32_t; /* unsigned 32 bit integer type */ typedef unsigned __int32 uint32_t; #endif /* Define if you have the mktime function. */ #define HAVE_MKTIME 1 /* Define if you have the perror function. */ #define HAVE_PERROR 1 /* Define if you have the popen function. */ #define HAVE_POPEN 1 /* Define if you have the header file. */ #define HAVE_SETJMP_H 1 /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 /* Define if you have the strtod function. */ #define HAVE_STRTOD 1 /* Define if you have the strtol function. */ #define HAVE_STRTOL 1 /* Define to 1 if you have the `hypot' function. */ #define HAVE_HYPOT 1 /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the m library (-lm). */ #undef HAVE_LIBM /* Name of package */ #define PACKAGE "@PACKAGE@" /* Version number of package */ #define VERSION "@VERSION@" /* Name of package (capitalised) */ #define PRETTYPACKAGE "@PRETTYPACKAGE@" /* Version number of package (comma-separated) */ #define COMMAVERSION @COMMAVERSION@