1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define if you compile text version under DOS and have conio.h */
4#undef GCC_DOS
5
6/* Define if you want to build the GUI (FLTK, X/Windows required.) */
7#undef GUI
8
9/* Define to 1 if you have the `floor' function. */
10#undef HAVE_FLOOR
11
12/* Define to 1 if you have the <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
15/* Define to 1 if your system has a working `malloc' function. */
16#undef HAVE_MALLOC
17
18/* Define to 1 if you have the `memmove' function. */
19#undef HAVE_MEMMOVE
20
21/* Define to 1 if you have the <memory.h> header file. */
22#undef HAVE_MEMORY_H
23
24/* Define to 1 if you have the `memset' function. */
25#undef HAVE_MEMSET
26
27/* Define to 1 if you have the `pow' function. */
28#undef HAVE_POW
29
30/* Define to 1 if you have the `select' function. */
31#undef HAVE_SELECT
32
33/* Define to 1 if you have the `sqrt' function. */
34#undef HAVE_SQRT
35
36/* Define to 1 if you have the <stdint.h> header file. */
37#undef HAVE_STDINT_H
38
39/* Define to 1 if you have the <stdlib.h> header file. */
40#undef HAVE_STDLIB_H
41
42/* Define to 1 if you have the `strchr' function. */
43#undef HAVE_STRCHR
44
45/* Define to 1 if you have the <strings.h> header file. */
46#undef HAVE_STRINGS_H
47
48/* Define to 1 if you have the <string.h> header file. */
49#undef HAVE_STRING_H
50
51/* Define to 1 if you have the `strrchr' function. */
52#undef HAVE_STRRCHR
53
54/* Define to 1 if you have the `strstr' function. */
55#undef HAVE_STRSTR
56
57/* Define to 1 if you have the `strtod' function. */
58#undef HAVE_STRTOD
59
60/* Define to 1 if you have the `strtol' function. */
61#undef HAVE_STRTOL
62
63/* Define to 1 if you have the <sys/stat.h> header file. */
64#undef HAVE_SYS_STAT_H
65
66/* Define to 1 if you have the <sys/time.h> header file. */
67#undef HAVE_SYS_TIME_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 <termios.h> header file. */
73#undef HAVE_TERMIOS_H
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#undef HAVE_UNISTD_H
77
78/* Define to the value of pi if you don't already have it */
79#undef M_PI
80
81/* Define if your compiler doesn't support namespaces */
82#undef NO_NAMESPACE
83
84/* Name of package */
85#undef PACKAGE
86
87/* Define to the address where bug reports for this package should be sent. */
88#undef PACKAGE_BUGREPORT
89
90/* Define to the full name of this package. */
91#undef PACKAGE_NAME
92
93/* Define to the full name and version of this package. */
94#undef PACKAGE_STRING
95
96/* Define to the one symbol short name of this package. */
97#undef PACKAGE_TARNAME
98
99/* Define to the version of this package. */
100#undef PACKAGE_VERSION
101
102/* Define to 1 if you have the ANSI C header files. */
103#undef STDC_HEADERS
104
105/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
106#undef TIME_WITH_SYS_TIME
107
108/* Version number of package */
109#undef VERSION
110
111/* Define if you compile on Windows. */
112#undef WIN32
113
114/* Define to const if your compiler complains about the constness of Fl_Pixmap
115   */
116#undef XPMCONST
117
118/* Define to empty if `const' does not conform to ANSI C. */
119#undef const
120
121/* Define as `__inline' if that's what the C compiler calls it, or to nothing
122   if it is not supported. */
123#undef inline
124