automake upgrade
[gdash.git] / config.h.in
blob9e93d6c01c7b98235f81f5038d2ad54243ded017
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if translation of program messages to the user's native
4 language is requested. */
5 #undef ENABLE_NLS
7 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
8 CoreFoundation framework. */
9 #undef HAVE_CFLOCALECOPYCURRENT
11 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
12 the CoreFoundation framework. */
13 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
15 /* Define if the GNU dcgettext() function is already present or preinstalled.
17 #undef HAVE_DCGETTEXT
19 /* Define if the GNU gettext() function is already present or preinstalled. */
20 #undef HAVE_GETTEXT
22 /* Define to 1 if you have the <GL/gl.h> header file. */
23 #undef HAVE_GL_GL_H
25 /* Use GTK. */
26 #undef HAVE_GTK
28 /* Define if you have the iconv() function and it works. */
29 #undef HAVE_ICONV
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #undef HAVE_INTTYPES_H
34 /* Define if you have libpng */
35 #undef HAVE_LIBPNG
37 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
38 to 0 otherwise. */
39 #undef HAVE_MALLOC
41 /* Define to 1 if you have the <memory.h> header file. */
42 #undef HAVE_MEMORY_H
44 /* Define to 1 if you have the <OpenGL/gl.h> header file. */
45 #undef HAVE_OPENGL_GL_H
47 /* Use SDL. */
48 #undef HAVE_SDL
50 /* Define to 1 if you have the `setlocale' function. */
51 #undef HAVE_SETLOCALE
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #undef HAVE_STDINT_H
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #undef HAVE_STDLIB_H
59 /* Define to 1 if you have the `strchr' function. */
60 #undef HAVE_STRCHR
62 /* Define to 1 if you have the <strings.h> header file. */
63 #undef HAVE_STRINGS_H
65 /* Define to 1 if you have the <string.h> header file. */
66 #undef HAVE_STRING_H
68 /* Define to 1 if you have the `strrchr' function. */
69 #undef HAVE_STRRCHR
71 /* Define to 1 if you have the <sys/stat.h> header file. */
72 #undef HAVE_SYS_STAT_H
74 /* Define to 1 if you have the <sys/types.h> header file. */
75 #undef HAVE_SYS_TYPES_H
77 /* Define to 1 if you have the <unistd.h> header file. */
78 #undef HAVE_UNISTD_H
80 /* Define to 1 if you have the <windows.h> header file. */
81 #undef HAVE_WINDOWS_H
83 /* Name of package */
84 #undef PACKAGE
86 /* Define to the address where bug reports for this package should be sent. */
87 #undef PACKAGE_BUGREPORT
89 /* Define to the full name of this package. */
90 #undef PACKAGE_NAME
92 /* Define to the full name and version of this package. */
93 #undef PACKAGE_STRING
95 /* Define to the one symbol short name of this package. */
96 #undef PACKAGE_TARNAME
98 /* Define to the home page for this package. */
99 #undef PACKAGE_URL
101 /* Define to the version of this package. */
102 #undef PACKAGE_VERSION
104 /* Define to 1 if you have the ANSI C header files. */
105 #undef STDC_HEADERS
107 /* Version number of package */
108 #undef VERSION
110 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
111 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
112 #define below would cause a syntax error. */
113 #undef _UINT32_T
115 /* Define to rpl_malloc if the replacement function should be used. */
116 #undef malloc
118 /* Define to the type of an unsigned integer type of width exactly 32 bits if
119 such a type exists and the standard includes do not define it. */
120 #undef uint32_t