Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 529:06ffbecc7262
prev526:ba3da45b5754
next539:75f3e594d4a7
author nkeynes
date Tue Nov 20 11:16:09 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix program/shader types
file annotate diff log raw
1.1 --- a/config.h.in Sat Nov 17 06:04:19 2007 +0000
1.2 +++ b/config.h.in Tue Nov 20 11:16:09 2007 +0000
1.3 @@ -10,12 +10,18 @@
1.4 /* always defined to indicate that i18n is enabled */
1.5 #undef ENABLE_NLS
1.6
1.7 +/* translation domain */
1.8 +#undef GETTEXT_PACKAGE
1.9 +
1.10 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
1.11 #undef HAVE_BIND_TEXTDOMAIN_CODESET
1.12
1.13 /* Define to 1 if you have the `dcgettext' function. */
1.14 #undef HAVE_DCGETTEXT
1.15
1.16 +/* Have esound support */
1.17 +#undef HAVE_ESOUND
1.18 +
1.19 /* Define if the GNU gettext() function is already present or preinstalled. */
1.20 #undef HAVE_GETTEXT
1.21
.