Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 658:f5926310bfbe
prev657:c4143facbfcb
next671:a530ea88eebd
author nkeynes
date Mon May 12 10:00:13 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Cleanup most of the -Wall warnings (getting a bit sloppy...)
Convert FP code to use fixed banks rather than indirect pointer
(3-4% faster this way now)
file annotate diff log raw
1.1 --- a/config.h.in Wed Apr 16 10:12:12 2008 +0000
1.2 +++ b/config.h.in Mon May 12 10:00:13 2008 +0000
1.3 @@ -28,8 +28,8 @@
1.4 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
1.5 #undef HAVE_BIND_TEXTDOMAIN_CODESET
1.6
1.7 -/* Have Carbon framework */
1.8 -#undef HAVE_CARBON
1.9 +/* Have Cocoa framework */
1.10 +#undef HAVE_COCOA
1.11
1.12 /* Define to 1 if you have the `dcgettext' function. */
1.13 #undef HAVE_DCGETTEXT
1.14 @@ -40,9 +40,18 @@
1.15 /* Define if the GNU gettext() function is already present or preinstalled. */
1.16 #undef HAVE_GETTEXT
1.17
1.18 +/* Have GLX support */
1.19 +#undef HAVE_GLX
1.20 +
1.21 /* Have GTK libraries */
1.22 #undef HAVE_GTK
1.23
1.24 +/* Building with GTK+Cocoa */
1.25 +#undef HAVE_GTK_OSX
1.26 +
1.27 +/* Building with GTK+X11 */
1.28 +#undef HAVE_GTK_X11
1.29 +
1.30 /* Define to 1 if you have the <inttypes.h> header file. */
1.31 #undef HAVE_INTTYPES_H
1.32
1.33 @@ -67,6 +76,9 @@
1.34 /* Define to 1 if you have the <memory.h> header file. */
1.35 #undef HAVE_MEMORY_H
1.36
1.37 +/* Have NSOpenGL support */
1.38 +#undef HAVE_NSGL
1.39 +
1.40 /* Have EXT_framebuffer_object support */
1.41 #undef HAVE_OPENGL_FBO
1.42
1.43 @@ -76,6 +88,9 @@
1.44 /* Have ARB shader support */
1.45 #undef HAVE_OPENGL_SHADER_ARB
1.46
1.47 +/* Building with the OSMesa video driver */
1.48 +#undef HAVE_OSMESA
1.49 +
1.50 /* Have pulseaudio support */
1.51 #undef HAVE_PULSE
1.52
.