31 |
|
/* Define to 'off_t' if <sys/types.h> doesn't define. */ |
32 |
|
#undef loff_t |
33 |
|
|
34 |
+ |
/* Define if using ESD. */ |
35 |
+ |
#undef ENABLE_ESD |
36 |
+ |
|
37 |
+ |
/* Define if using DGA with framebuffer device. */ |
38 |
+ |
#undef ENABLE_FBDEV_DGA |
39 |
+ |
|
40 |
+ |
/* Define if using GTK. */ |
41 |
+ |
#undef ENABLE_GTK |
42 |
+ |
|
43 |
+ |
/* Define if using "mon". */ |
44 |
+ |
#undef ENABLE_MON |
45 |
+ |
|
46 |
+ |
/* Define if using native 68k mode. */ |
47 |
+ |
#undef ENABLE_NATIVE_M68K |
48 |
+ |
|
49 |
+ |
/* Define if using XFree86 DGA extension. */ |
50 |
+ |
#undef ENABLE_XF86_DGA |
51 |
+ |
|
52 |
+ |
/* Define if using XFree86 VidMode extension. */ |
53 |
+ |
#undef ENABLE_XF86_VIDMODE |
54 |
+ |
|
55 |
+ |
/* Define if pthreads are available. */ |
56 |
+ |
#undef HAVE_PTHREADS |
57 |
+ |
|
58 |
|
/* The number of bytes in a int. */ |
59 |
|
#undef SIZEOF_INT |
60 |
|
|
91 |
|
/* Define if you have the <fcntl.h> header file. */ |
92 |
|
#undef HAVE_FCNTL_H |
93 |
|
|
94 |
+ |
/* Define if you have the <history.h> header file. */ |
95 |
+ |
#undef HAVE_HISTORY_H |
96 |
+ |
|
97 |
+ |
/* Define if you have the <readline.h> header file. */ |
98 |
+ |
#undef HAVE_READLINE_H |
99 |
+ |
|
100 |
+ |
/* Define if you have the <readline/history.h> header file. */ |
101 |
+ |
#undef HAVE_READLINE_HISTORY_H |
102 |
+ |
|
103 |
+ |
/* Define if you have the <readline/readline.h> header file. */ |
104 |
+ |
#undef HAVE_READLINE_READLINE_H |
105 |
+ |
|
106 |
|
/* Define if you have the <sys/time.h> header file. */ |
107 |
|
#undef HAVE_SYS_TIME_H |
108 |
|
|
109 |
|
/* Define if you have the <unistd.h> header file. */ |
110 |
|
#undef HAVE_UNISTD_H |
111 |
+ |
|
112 |
+ |
/* Define if you have the posix4 library (-lposix4). */ |
113 |
+ |
#undef HAVE_LIBPOSIX4 |
114 |
+ |
|
115 |
+ |
/* Define if you have the pthread library (-lpthread). */ |
116 |
+ |
#undef HAVE_LIBPTHREAD |
117 |
+ |
|
118 |
+ |
/* Define if you have the readline library (-lreadline). */ |
119 |
+ |
#undef HAVE_LIBREADLINE |
120 |
+ |
|
121 |
+ |
/* Define if you have the termcap library (-ltermcap). */ |
122 |
+ |
#undef HAVE_LIBTERMCAP |