Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 526:ba3da45b5754
prev174:a89c507a9a8d
next529:06ffbecc7262
author nkeynes
date Sat Nov 17 06:04:19 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Don't build the translator if the architecture is unsupported. Also tidy things up a little to allow (theoretically) different translators to be selected at build time.
file annotate diff log raw
1.1 --- a/config.h.in Tue Jun 27 11:09:39 2006 +0000
1.2 +++ b/config.h.in Sat Nov 17 06:04:19 2007 +0000
1.3 @@ -28,6 +28,9 @@
1.4 /* Define to 1 if you have the `GL' library (-lGL). */
1.5 #undef HAVE_LIBGL
1.6
1.7 +/* Define to 1 if you have the `z' library (-lz). */
1.8 +#undef HAVE_LIBZ
1.9 +
1.10 /* Define to 1 if you have the <locale.h> header file. */
1.11 #undef HAVE_LOCALE_H
1.12
1.13 @@ -73,6 +76,9 @@
1.14 /* Define to the version of this package. */
1.15 #undef PACKAGE_VERSION
1.16
1.17 +/* SH4 Translator to use (if any) */
1.18 +#undef SH4_TRANSLATOR
1.19 +
1.20 /* Define to 1 if you have the ANSI C header files. */
1.21 #undef STDC_HEADERS
1.22
.