Search
lxdream.org :: lxdream/acconfig.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename acconfig.h
changeset 1:eea311cfd33e
author Nathan Keynes <nkeynes@lxdream.org>
date Tue May 10 20:31:14 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change Fix SLEEP issue on timeslice border
- Don't update slice_cycle if we're already past it in sh4_sleep_run_slice
- Make sure we don't re-enter the main run_slice if we're sleeping
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/acconfig.h Tue May 10 20:31:14 2011 +1000
1.3 @@ -0,0 +1,7 @@
1.4 +#undef ENABLE_NLS
1.5 +#undef HAVE_CATGETS
1.6 +#undef HAVE_GETTEXT
1.7 +#undef GETTEXT_PACKAGE
1.8 +#undef HAVE_LC_MESSAGES
1.9 +#undef HAVE_STPCPY
1.10 +#undef HAVE_LIBSM
.