1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
4   */
5#undef HAVE_DIRENT_H
6
7/* Define to 1 if you have the <fcntl.h> header file. */
8#undef HAVE_FCNTL_H
9
10/* Define to 1 if you have the <inttypes.h> header file. */
11#undef HAVE_INTTYPES_H
12
13/* Define to 1 if you have the `SDL_image' library (-lSDL_image). */
14#undef HAVE_LIBSDL_IMAGE
15
16/* Define to 1 if you have the `SDL_mixer' library (-lSDL_mixer). */
17#undef HAVE_LIBSDL_MIXER
18
19/* Define to 1 if you have the `SDL_net' library (-lSDL_net). */
20#undef HAVE_LIBSDL_NET
21
22/* Define to 1 if you have the <limits.h> header file. */
23#undef HAVE_LIMITS_H
24
25/* Define to 1 if you have the <malloc.h> header file. */
26#undef HAVE_MALLOC_H
27
28/* Define to 1 if you have the <memory.h> header file. */
29#undef HAVE_MEMORY_H
30
31/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
32#undef HAVE_NDIR_H
33
34/* Define to 1 if you have the <SDL/SDL.h> header file. */
35#undef HAVE_SDL_SDL_H
36
37/* Define to 1 if you have the <stdint.h> header file. */
38#undef HAVE_STDINT_H
39
40/* Define to 1 if you have the <stdlib.h> header file. */
41#undef HAVE_STDLIB_H
42
43/* Define to 1 if you have the <strings.h> header file. */
44#undef HAVE_STRINGS_H
45
46/* Define to 1 if you have the <string.h> header file. */
47#undef HAVE_STRING_H
48
49/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
50   */
51#undef HAVE_SYS_DIR_H
52
53/* Define to 1 if you have the <sys/ioctl.h> header file. */
54#undef HAVE_SYS_IOCTL_H
55
56/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
57   */
58#undef HAVE_SYS_NDIR_H
59
60/* Define to 1 if you have the <sys/stat.h> header file. */
61#undef HAVE_SYS_STAT_H
62
63/* Define to 1 if you have the <sys/time.h> header file. */
64#undef HAVE_SYS_TIME_H
65
66/* Define to 1 if you have the <sys/types.h> header file. */
67#undef HAVE_SYS_TYPES_H
68
69/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
70#undef HAVE_SYS_WAIT_H
71
72/* Define to 1 if you have the <unistd.h> header file. */
73#undef HAVE_UNISTD_H
74
75/* Name of package */
76#undef PACKAGE
77
78/* Define to the address where bug reports for this package should be sent. */
79#undef PACKAGE_BUGREPORT
80
81/* Define to the full name of this package. */
82#undef PACKAGE_NAME
83
84/* Define to the full name and version of this package. */
85#undef PACKAGE_STRING
86
87/* Define to the one symbol short name of this package. */
88#undef PACKAGE_TARNAME
89
90/* Define to the version of this package. */
91#undef PACKAGE_VERSION
92
93/* Define to 1 if you have the ANSI C header files. */
94#undef STDC_HEADERS
95
96/* Version number of package */
97#undef VERSION
98