Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1235:8da2f3dad9c0
prev1228:8168aa94e6d7
next1239:be3121267597
author nkeynes
date Sat Feb 25 09:56:10 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add a 200us delay time for Maple requests, to avoid problems with games that
continually poll maple.

Patch by guinux, thanks!
file annotate diff log raw
1.1 --- a/config.h.in Thu Feb 23 15:24:47 2012 +1000
1.2 +++ b/config.h.in Sat Feb 25 09:56:10 2012 +1000
1.3 @@ -10,9 +10,15 @@
1.4 /* Building on an apple platform. Things are different... */
1.5 #undef APPLE_BUILD
1.6
1.7 +/* CPP to use for build tools */
1.8 +#undef BUILD_CPP_PROG
1.9 +
1.10 /* Enable dynamic plugin support */
1.11 #undef BUILD_PLUGINS
1.12
1.13 +/* Sed to use for build tools */
1.14 +#undef BUILD_SED_PROG
1.15 +
1.16 /* always defined to indicate that i18n is enabled */
1.17 #undef ENABLE_NLS
1.18
.