Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 562:e598411b640b
prev539:75f3e594d4a7
next614:a2d239d4438a
author nkeynes
date Tue Jan 22 11:30:37 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix backpatching when the block moves during translation
file annotate diff log raw
1.1 --- a/config.h.in Wed Nov 21 11:40:15 2007 +0000
1.2 +++ b/config.h.in Tue Jan 22 11:30:37 2008 +0000
1.3 @@ -13,6 +13,12 @@
1.4 /* always defined to indicate that i18n is enabled */
1.5 #undef ENABLE_NLS
1.6
1.7 +/* Enable IO tracing */
1.8 +#undef ENABLE_TRACE_IO
1.9 +
1.10 +/* Enable watchpoints */
1.11 +#undef ENABLE_WATCH
1.12 +
1.13 /* translation domain */
1.14 #undef GETTEXT_PACKAGE
1.15
.