-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.h.in
60 lines (43 loc) · 1.22 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
#ifndef _ALL_SOURCE
#undef _ALL_SOURCE
#endif
/* Define if on MINIX. */
#undef _MINIX
/* Define if the system does not provide POSIX.1 features except
with this defined. */
#undef _POSIX_1_SOURCE
/* Define if you need to in order for stat and other things to work. */
#undef _POSIX_SOURCE
/* GUI option: FLTK */
#undef GUI_FLTK
#undef FLTK_FLASHING
#undef FLTK_RELEVANT
/* GUI option: GTK */
#undef GUI_GTK
#undef GTK_RELEVANT
/* speed options */
#undef SPEED_FULL
#undef SPEED_FREAL
#undef SPEED_REAL
/* SNAP file name */
#undef SNAPFILE
/* ROM file name */
#undef ROMFILE
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the X11 library (-lX11). */
#undef HAVE_LIBX11
/* Define if you have the Xext library (-lXext). */
#undef HAVE_LIBXEXT
/* Define if you have the fltk library (-lfltk). */
#undef HAVE_LIBFLTK
/* Define if you have the stdc++ library (-lstdc++). */
#undef HAVE_LIBSTDC__
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION