1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2#ifndef CONFIG_H
3#define CONFIG_H
4#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
5#define RCSID(X) \
6 static char *rcsid __attribute__ ((unused)) =X
7#elif __GNUC__ == 2
8#define RCSID(X) \
9 static char *rcsid = X; \
10 static void *use_rcsid=(&use_rcsid, (void *)&rcsid)
11#else
12#define RCSID(X) \
13 static char *rcsid = X
14#endif
15
16
17/* Define to empty if the keyword does not work.  */
18#undef const
19
20/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
21#undef HAVE_SYS_WAIT_H
22
23/* Define as __inline if that's what the C compiler calls it.  */
24#undef inline
25
26/* Define if you have the ANSI C header files.  */
27#undef STDC_HEADERS
28
29/* Define if you have the getenv function.  */
30#undef HAVE_GETENV
31
32/* Define if you have the setenv function.  */
33#undef HAVE_SETENV
34
35/* Define if you have the strdup function.  */
36#undef HAVE_STRDUP
37
38/* Define if you have the strerror function.  */
39#undef HAVE_STRERROR
40
41/* Define if you have the strtol function.  */
42#undef HAVE_STRTOL
43
44/* Define if you have the syslog function.  */
45#undef HAVE_SYSLOG
46
47/* Define if you have the <SDL/SDL_mixer.h> header file.  */
48#undef HAVE_SDL_SDL_MIXER_H
49
50/* Define if you have the <SDL_mixer.h> header file.  */
51#undef HAVE_SDL_MIXER_H
52
53/* Define if you have the <fcntl.h> header file.  */
54#undef HAVE_FCNTL_H
55
56/* Define if you have the <limits.h> header file.  */
57#undef HAVE_LIMITS_H
58
59/* Define if you have the <sys/ioctl.h> header file.  */
60#undef HAVE_SYS_IOCTL_H
61
62/* Define if you have the <sys/time.h> header file.  */
63#undef HAVE_SYS_TIME_H
64
65/* Define if you have the <syslog.h> header file.  */
66#undef HAVE_SYSLOG_H
67
68/* Define if you have the <unistd.h> header file.  */
69#undef HAVE_UNISTD_H
70
71/* Define if you have the <windows.h> header file.  */
72#undef HAVE_WINDOWS_H
73
74/* Define if you have the SDL_mixer library (-lSDL_mixer).  */
75#undef HAVE_LIBSDL_MIXER
76
77/* Define if you have the m library (-lm).  */
78#undef HAVE_LIBM
79
80/* Name of package */
81#undef PACKAGE
82
83/* Version number of package */
84#undef VERSION
85
86#endif
87