Search
lxdream.org :: lxdream/acconfig.h
lxdream 0.9.1
released Jun 29
Download Now
filename acconfig.h
changeset 1:eea311cfd33e
author nkeynes
date Thu Dec 11 23:26:03 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Disable the generational translation cache - I've got no evidence that it
actually helps performance, and it simplifies things to get rid of it (in
particular, translated code doesn't have to worry about being moved now).
file annotate diff log raw
nkeynes@1
     1
#undef ENABLE_NLS
nkeynes@1
     2
#undef HAVE_CATGETS
nkeynes@1
     3
#undef HAVE_GETTEXT
nkeynes@1
     4
#undef GETTEXT_PACKAGE
nkeynes@1
     5
#undef HAVE_LC_MESSAGES
nkeynes@1
     6
#undef HAVE_STPCPY
nkeynes@1
     7
#undef HAVE_LIBSM
.