Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1147:e04e4af64626
prev1097:d4807997e450
next1210:79bbd30363f4
author nkeynes
date Thu Dec 23 18:14:29 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Revert changes from r1151 that went in by accident (not ready from
prime-time yet)
file annotate diff log raw
1.1 --- a/config.h.in Sun Jan 31 18:35:06 2010 +1000
1.2 +++ b/config.h.in Thu Dec 23 18:14:29 2010 +1000
1.3 @@ -25,6 +25,9 @@
1.4 /* Enable watchpoints */
1.5 #undef ENABLE_WATCH
1.6
1.7 +/* Forcibly inline code */
1.8 +#undef FORCEINLINE
1.9 +
1.10 /* translation domain */
1.11 #undef GETTEXT_PACKAGE
1.12
1.13 @@ -76,9 +79,6 @@
1.14 /* Define if your <locale.h> file defines LC_MESSAGES. */
1.15 #undef HAVE_LC_MESSAGES
1.16
1.17 -/* Define to 1 if you have the `GL' library (-lGL). */
1.18 -#undef HAVE_LIBGL
1.19 -
1.20 /* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
1.21 #undef HAVE_LIBOSMESA
1.22
.