/* 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 "98" /* 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(). */ #undef GETTIMEOFDAY_PROTO /* 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. */ #undef HAVE_NEW_H /* Define if exists and works. */ #undef HAVE_NEW_HDR /* 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. */ #undef HAVE_STRERROR /* 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 */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* 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. */ #undef 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 #undef 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++ */ # undef inline #endif #endif