Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1097:d4807997e450
prev1066:ddffe9d2b332
next1147:e04e4af64626
author nkeynes
date Fri Sep 17 20:08:50 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Refactor shader management to support multiple programs, which are all
defined in the shaders.glsl, rather than split up into one file per
fragment.
file annotate diff log raw
1.1 --- a/config.h.in Sun Jul 05 13:53:48 2009 +1000
1.2 +++ b/config.h.in Fri Sep 17 20:08:50 2010 +1000
1.3 @@ -16,7 +16,7 @@
1.4 /* Enable SH4 statistics */
1.5 #undef ENABLE_SH4STATS
1.6
1.7 -/* Enable shared library support */
1.8 +/* Enable shared-library plugins */
1.9 #undef ENABLE_SHARED
1.10
1.11 /* Enable IO tracing */
1.12 @@ -85,6 +85,9 @@
1.13 /* Define to 1 if you have the `z' library (-lz). */
1.14 #undef HAVE_LIBZ
1.15
1.16 +/* Using the linux native CDROM driver */
1.17 +#undef HAVE_LINUX_CDROM
1.18 +
1.19 /* Have linux joystick support */
1.20 #undef HAVE_LINUX_JOYSTICK
1.21
.