1/* config.h.in.  Generated from configure.in by autoheader.  */
2/* Which parser to use for command line options */
3#undef OPT_TYPE
4
5/* Which window system to use */
6#undef WINDOW_SYSTEM
7
8/* Do we have gettimeofday? */
9#undef HAVE_GETTIMEOFDAY
10
11/* T1Lib available? */
12#undef HAVE_T1LIB
13
14/* XFT available? */
15#undef HAVE_XFT
16
17/* XDBE available? */
18#undef HAVE_XDBE
19
20/* libpng available? */
21#undef HAVE_LIBPNG
22
23/* XRender available? */
24#undef HAVE_XRENDER
25
26/* Computed gotos available? */
27#undef HAVE_COMPUTED_GOTOS
28
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define to 1 if you have the `fontconfig' library (-lfontconfig). */
34#undef HAVE_LIBFONTCONFIG
35
36/* Define to 1 if you have the `m' library (-lm). */
37#undef HAVE_LIBM
38
39/* Define to 1 if you have the <memory.h> header file. */
40#undef HAVE_MEMORY_H
41
42/* Define to 1 if you have the <stdint.h> header file. */
43#undef HAVE_STDINT_H
44
45/* Define to 1 if you have the <stdlib.h> header file. */
46#undef HAVE_STDLIB_H
47
48/* Define to 1 if you have the <strings.h> header file. */
49#undef HAVE_STRINGS_H
50
51/* Define to 1 if you have the <string.h> header file. */
52#undef HAVE_STRING_H
53
54/* Define to 1 if you have the <sys/stat.h> header file. */
55#undef HAVE_SYS_STAT_H
56
57/* Define to 1 if you have the <sys/time.h> header file. */
58#undef HAVE_SYS_TIME_H
59
60/* Define to 1 if you have the <sys/types.h> header file. */
61#undef HAVE_SYS_TYPES_H
62
63/* Define to 1 if you have the <unistd.h> header file. */
64#undef HAVE_UNISTD_H
65
66/* Name of package */
67#undef PACKAGE
68
69/* Define to the address where bug reports for this package should be sent. */
70#undef PACKAGE_BUGREPORT
71
72/* Define to the full name of this package. */
73#undef PACKAGE_NAME
74
75/* Define to the full name and version of this package. */
76#undef PACKAGE_STRING
77
78/* Define to the one symbol short name of this package. */
79#undef PACKAGE_TARNAME
80
81/* Define to the home page for this package. */
82#undef PACKAGE_URL
83
84/* Define to the version of this package. */
85#undef PACKAGE_VERSION
86
87/* The size of `int', as computed by sizeof. */
88#undef SIZEOF_INT
89
90/* The size of `long int', as computed by sizeof. */
91#undef SIZEOF_LONG_INT
92
93/* The size of `short int', as computed by sizeof. */
94#undef SIZEOF_SHORT_INT
95
96/* The size of `unsigned char', as computed by sizeof. */
97#undef SIZEOF_UNSIGNED_CHAR
98
99/* Define to 1 if you have the ANSI C header files. */
100#undef STDC_HEADERS
101
102/* Version number of package */
103#undef VERSION
104
105/* Define to 1 if the X Window System is missing or not being used. */
106#undef X_DISPLAY_MISSING
107
108/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
109   `char[]'. */
110#undef YYTEXT_POINTER
111
112/* Define to `__inline__' or `__inline' if that's what the C compiler
113   calls it, or to nothing if 'inline' is not supported under any name.  */
114#ifndef __cplusplus
115#undef inline
116#endif
117