Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1024:c67f2d61ab97
prev989:7baf5ecd8e98
next1066:ddffe9d2b332
author nkeynes
date Sun Jun 28 09:22:43 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Add mkinstalldirs line for /usr/share/applications dir (needed for package builds)
file annotate diff log raw
1.1 --- a/config.h.in Sat Feb 28 06:26:48 2009 +0000
1.2 +++ b/config.h.in Sun Jun 28 09:22:43 2009 +0000
1.3 @@ -16,6 +16,9 @@
1.4 /* Enable SH4 statistics */
1.5 #undef ENABLE_SH4STATS
1.6
1.7 +/* Enable shared library support */
1.8 +#undef ENABLE_SHARED
1.9 +
1.10 /* Enable IO tracing */
1.11 #undef ENABLE_TRACE_IO
1.12
1.13 @@ -85,6 +88,9 @@
1.14 /* Have linux joystick support */
1.15 #undef HAVE_LINUX_JOYSTICK
1.16
1.17 +/* Have LIRC support */
1.18 +#undef HAVE_LIRC
1.19 +
1.20 /* Define to 1 if you have the <locale.h> header file. */
1.21 #undef HAVE_LOCALE_H
1.22
.