/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Which parser to use for command line options */ #define OPT_TYPE 200 /* Which window system to use */ #define WINDOW_SYSTEM 1 /* Do we have gettimeofday? */ /* #undef HAVE_GETTIMEOFDAY */ /* T1Lib available? */ /* #undef HAVE_T1LIB */ /* XFT available? */ /* #undef HAVE_XFT */ /* XDBE available? */ /* #undef HAVE_XDBE */ /* libpng available? */ /* #undef HAVE_LIBPNG */ /* XRender available? */ /* #undef HAVE_XRENDER */ /* Computed gotos available? */ /* #undef HAVE_COMPUTED_GOTOS */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `fontconfig' library (-lfontconfig). */ /* #undef HAVE_LIBFONTCONFIG */ /* Define to 1 if you have the `m' library (-lm). */ /* #undef HAVE_LIBM */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* 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 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. */ #define HAVE_SYS_TIME_H 1 /* 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 */ /* Name of package */ #define PACKAGE "zoom" /* 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 "" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 0 /* The size of `long int', as computed by sizeof. */ #define SIZEOF_LONG_INT 0 /* The size of `short int', as computed by sizeof. */ #define SIZEOF_SHORT_INT 0 /* The size of `unsigned char', as computed by sizeof. */ #define SIZEOF_UNSIGNED_CHAR 0 /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Version number of package */ #define VERSION "1.1.2" /* Define to 1 if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ /* #undef YYTEXT_POINTER */ /* 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