moved stuff
[monky] / src / config.h.in
1 /* src/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if you are using Cairo */
4 #undef CAIRO
5
6 /* Define if you want support for the DBE extension */
7 #undef DOUBLE_BUFFER
8
9 /* Define to 1 if you have the <cairo.h> header file. */
10 #undef HAVE_CAIRO_H
11
12 /* Define to 1 if you have the <cairo-xlib.h> header file. */
13 #undef HAVE_CAIRO_XLIB_H
14
15 /* Define to 1 if you have the <dirent.h> header file. */
16 #undef HAVE_DIRENT_H
17
18 /* Define if you have getloadavg */
19 #undef HAVE_GETLOADAVG
20
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
23
24 /* Define if you have kstat (Solaris) */
25 #undef HAVE_KSTAT
26
27 /* Define if you have libXext */
28 #undef HAVE_LIBXEXT
29
30 /* Define to 1 if you have the <linux/soundcard.h> header file. */
31 #undef HAVE_LINUX_SOUNDCARD_H
32
33 /* Define to 1 if you have the <memory.h> header file. */
34 #undef HAVE_MEMORY_H
35
36 /* Define to 1 if you have the `popen' function. */
37 #undef HAVE_POPEN
38
39 /* Define to 1 if you have the <signal.h> header file. */
40 #undef HAVE_SIGNAL_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 if you have sysinfo (Linux) */
55 #undef HAVE_SYSINFO
56
57 /* Define to 1 if you have the <sys/mount.h> header file. */
58 #undef HAVE_SYS_MOUNT_H
59
60 /* Define to 1 if you have the <sys/param.h> header file. */
61 #undef HAVE_SYS_PARAM_H
62
63 /* Define to 1 if you have the <sys/statfs.h> header file. */
64 #undef HAVE_SYS_STATFS_H
65
66 /* Define to 1 if you have the <sys/stat.h> header file. */
67 #undef HAVE_SYS_STAT_H
68
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #undef HAVE_SYS_TYPES_H
71
72 /* Define to 1 if you have the <sys/utsname.h> header file. */
73 #undef HAVE_SYS_UTSNAME_H
74
75 /* Define to 1 if you have the <unistd.h> header file. */
76 #undef HAVE_UNISTD_H
77
78 /* Define if you have X11 */
79 #undef HAVE_X11
80
81 /* Define to 1 if you have the <X11/extensions/Xdbe.h> header file. */
82 #undef HAVE_X11_EXTENSIONS_XDBE_H
83
84 /* Define to 1 if you have the <X11/Xlib.h> header file. */
85 #undef HAVE_X11_XLIB_H
86
87 /* Xdbe */
88 #undef HAVE_XDBE
89
90 /* Define if you want MLDonkey support */
91 #undef MLDONKEY
92
93 /* Define if you want MPD support */
94 #undef MPD
95
96 /* Define if you want support for window creating */
97 #undef OWN_WINDOW
98
99 /* Name of package */
100 #undef PACKAGE
101
102 /* Define to the address where bug reports for this package should be sent. */
103 #undef PACKAGE_BUGREPORT
104
105 /* Define to the full name of this package. */
106 #undef PACKAGE_NAME
107
108 /* Define to the full name and version of this package. */
109 #undef PACKAGE_STRING
110
111 /* Define to the one symbol short name of this package. */
112 #undef PACKAGE_TARNAME
113
114 /* Define to the version of this package. */
115 #undef PACKAGE_VERSION
116
117 /* Define if you want to use /proc/uptime for uptime */
118 #undef PROC_UPTIME
119
120 /* Define if you want SETI at Home stats */
121 #undef SETI
122
123 /* Define to 1 if you have the ANSI C header files. */
124 #undef STDC_HEADERS
125
126 /* Version number of package */
127 #undef VERSION
128
129 /* Define if you want to use X11 */
130 #undef X11
131
132 /* Define if you are using Xft */
133 #undef XFT