/* Process this file with autoheader to produce config.h.in */ #ifndef CONFIG_H #define CONFIG_H /* Package and version */ #define PACKAGE "xbraitenberg" #define VERSION "98" /* Define to 1 since we have PermStrings and Strings. */ #define HAVE_PERMSTRING 1 #define HAVE_STRING 1 @TOP@ @BOTTOM@ /* Define if the X11 double buffering extension is available */ #if HAVE_X11_EXTENSIONS_XDBE_H && HAVE_LIBXEXT # define HAVE_X11_DOUBLE_BUFFERING 1 #endif #ifdef __cplusplus extern "C" { #endif /* Prototype strerror() if we don't have it */ #ifndef HAVE_STRERROR char *strerror(int errno); #endif #ifdef __cplusplus } /* Get rid of inline macro under C++ */ # undef inline #endif #endif