1 |
cebix |
1.1 |
/* config.h.in. Generated automatically from configure.in by autoheader. */ |
2 |
|
|
|
3 |
|
|
/* Define to empty if the keyword does not work. */ |
4 |
|
|
#undef const |
5 |
|
|
|
6 |
|
|
/* Define as __inline if that's what the C compiler calls it. */ |
7 |
|
|
#undef inline |
8 |
|
|
|
9 |
|
|
/* Define to `long' if <sys/types.h> doesn't define. */ |
10 |
|
|
#undef off_t |
11 |
|
|
|
12 |
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */ |
13 |
|
|
#undef size_t |
14 |
|
|
|
15 |
|
|
/* Define if you have the ANSI C header files. */ |
16 |
|
|
#undef STDC_HEADERS |
17 |
|
|
|
18 |
|
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */ |
19 |
|
|
#undef TIME_WITH_SYS_TIME |
20 |
|
|
|
21 |
|
|
/* Define if your <sys/time.h> declares struct tm. */ |
22 |
|
|
#undef TM_IN_SYS_TIME |
23 |
|
|
|
24 |
|
|
/* Define if your processor stores words with the most significant |
25 |
|
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */ |
26 |
|
|
#undef WORDS_BIGENDIAN |
27 |
|
|
|
28 |
|
|
/* Define if the X Window System is missing or not being used. */ |
29 |
|
|
#undef X_DISPLAY_MISSING |
30 |
|
|
|
31 |
cebix |
1.3 |
/* Define to 'off_t' if <sys/types.h> doesn't define. */ |
32 |
cebix |
1.5 |
#undef loff_t |
33 |
cebix |
1.3 |
|
34 |
cebix |
1.8 |
/* 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 |
cebix |
1.1 |
/* The number of bytes in a int. */ |
59 |
|
|
#undef SIZEOF_INT |
60 |
|
|
|
61 |
|
|
/* The number of bytes in a long. */ |
62 |
|
|
#undef SIZEOF_LONG |
63 |
|
|
|
64 |
|
|
/* The number of bytes in a long long. */ |
65 |
|
|
#undef SIZEOF_LONG_LONG |
66 |
|
|
|
67 |
cebix |
1.2 |
/* The number of bytes in a short. */ |
68 |
|
|
#undef SIZEOF_SHORT |
69 |
cebix |
1.1 |
|
70 |
|
|
/* Define if you have the cfmakeraw function. */ |
71 |
|
|
#undef HAVE_CFMAKERAW |
72 |
|
|
|
73 |
cebix |
1.2 |
/* Define if you have the clock_gettime function. */ |
74 |
|
|
#undef HAVE_CLOCK_GETTIME |
75 |
|
|
|
76 |
|
|
/* Define if you have the pthread_cancel function. */ |
77 |
cebix |
1.1 |
#undef HAVE_PTHREAD_CANCEL |
78 |
|
|
|
79 |
cebix |
1.2 |
/* Define if you have the sem_init function. */ |
80 |
|
|
#undef HAVE_SEM_INIT |
81 |
cebix |
1.1 |
|
82 |
cebix |
1.2 |
/* Define if you have the strdup function. */ |
83 |
|
|
#undef HAVE_STRDUP |
84 |
cebix |
1.1 |
|
85 |
cebix |
1.2 |
/* Define if you have the timer_create function. */ |
86 |
cebix |
1.1 |
#undef HAVE_TIMER_CREATE |
87 |
|
|
|
88 |
|
|
/* Define if you have the <fcntl.h> header file. */ |
89 |
|
|
#undef HAVE_FCNTL_H |
90 |
|
|
|
91 |
cebix |
1.8 |
/* Define if you have the <history.h> header file. */ |
92 |
|
|
#undef HAVE_HISTORY_H |
93 |
|
|
|
94 |
|
|
/* Define if you have the <readline.h> header file. */ |
95 |
|
|
#undef HAVE_READLINE_H |
96 |
|
|
|
97 |
cebix |
1.7 |
/* Define if you have the <readline/history.h> header file. */ |
98 |
|
|
#undef HAVE_READLINE_HISTORY_H |
99 |
|
|
|
100 |
|
|
/* Define if you have the <readline/readline.h> header file. */ |
101 |
|
|
#undef HAVE_READLINE_READLINE_H |
102 |
|
|
|
103 |
cebix |
1.1 |
/* Define if you have the <sys/time.h> header file. */ |
104 |
|
|
#undef HAVE_SYS_TIME_H |
105 |
|
|
|
106 |
|
|
/* Define if you have the <unistd.h> header file. */ |
107 |
|
|
#undef HAVE_UNISTD_H |
108 |
cebix |
1.6 |
|
109 |
|
|
/* Define if you have the posix4 library (-lposix4). */ |
110 |
|
|
#undef HAVE_LIBPOSIX4 |
111 |
|
|
|
112 |
|
|
/* Define if you have the pthread library (-lpthread). */ |
113 |
|
|
#undef HAVE_LIBPTHREAD |
114 |
cebix |
1.7 |
|
115 |
|
|
/* Define if you have the readline library (-lreadline). */ |
116 |
|
|
#undef HAVE_LIBREADLINE |
117 |
cebix |
1.8 |
|
118 |
|
|
/* Define if you have the termcap library (-ltermcap). */ |
119 |
|
|
#undef HAVE_LIBTERMCAP |