/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Process this file with autoheader to produce config.h.in */ #ifndef CONFIG_H #define CONFIG_H /* Package and version */ #define PACKAGE "xbraitenberg" #define VERSION "0.9" /* Define to 1 since we have PermStrings and Strings. */ #define HAVE_PERMSTRING 1 #define HAVE_STRING 1 /* Define to the number of arguments taken by gettimeofday(). */ #define GETTIMEOFDAY_PROTO 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `Xext' library (-lXext). */ /* #undef HAVE_LIBXEXT */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ #define HAVE_NEW_H 1 /* Define if exists and works. */ #define HAVE_NEW_HDR 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_X11_EXTENSIONS_XDBE_H */ /* Name of package */ #define PACKAGE "xbraitenberg" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Version number of package */ #define VERSION "0.9" /* Define to 1 if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* Define to empty if `const' does not conform to ANSI C. */ #define const /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #define inline #endif /* 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++ */ # define inline #endif #endif