/* config.h. Generated by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* Which parser to use for command line options */ #define OPT_TYPE 1 /* Which window system to use */ /* #define WINDOW_SYSTEM 3 */ #define WINDOW_SYSTEM 4 /* Do we have gettimeofday? */ #define HAVE_GETTIMEOFDAY 1 /* T1Lib available? */ /* #undef HAVE_T1LIB */ /* XFT available? */ /* #undef HAVE_XFT */ /* XDBE available? */ /* #undef HAVE_XDBE */ /* libpng available? */ #define HAVE_LIBPNG 1 /* XRender available? */ /* #undef HAVE_XRENDER */ /* Computed gotos available? */ #define HAVE_COMPUTED_GOTOS 1 /* Define if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define if you have the `fontconfig' library (-lfontconfig). */ /* #undef HAVE_LIBFONTCONFIG */ /* Define if you have the `m' library (-lm). */ /* #undef HAVE_LIBM */ /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ #define HAVE_STDINT_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Name of package */ #define PACKAGE "zoom" /* The size of a `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of a `long int', as computed by sizeof. */ #define SIZEOF_LONG_INT 4 /* The size of a `short int', as computed by sizeof. */ #define SIZEOF_SHORT_INT 2 /* The size of a `unsigned char', as computed by sizeof. */ #define SIZEOF_UNSIGNED_CHAR 1 /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ #define VERSION "1.1.2" /* Define if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #define YYTEXT_POINTER 1 /* Define as `__inline' if that's what the C compiler calls it, or to nothing if it is not supported. */ /* #undef inline */ /* Allow for remote debugging */ #define REMOTE_BREAKPOINT 1