Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 539:75f3e594d4a7
prev529:06ffbecc7262
next562:e598411b640b
author nkeynes
date Wed Nov 21 11:40:15 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add support for the darwin ABI
file annotate diff log raw
1.1 --- a/config.h.in Mon Nov 19 08:45:00 2007 +0000
1.2 +++ b/config.h.in Wed Nov 21 11:40:15 2007 +0000
1.3 @@ -7,6 +7,9 @@
1.4 #undef HAVE_STPCPY
1.5 #undef HAVE_LIBSM
1.6
1.7 +/* Building on an apple platform. Things are different... */
1.8 +#undef APPLE_BUILD
1.9 +
1.10 /* always defined to indicate that i18n is enabled */
1.11 #undef ENABLE_NLS
1.12
1.13 @@ -16,6 +19,9 @@
1.14 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
1.15 #undef HAVE_BIND_TEXTDOMAIN_CODESET
1.16
1.17 +/* Have Carbon framework */
1.18 +#undef HAVE_CARBON
1.19 +
1.20 /* Define to 1 if you have the `dcgettext' function. */
1.21 #undef HAVE_DCGETTEXT
1.22
1.23 @@ -25,6 +31,9 @@
1.24 /* Define if the GNU gettext() function is already present or preinstalled. */
1.25 #undef HAVE_GETTEXT
1.26
1.27 +/* Have GTK libraries */
1.28 +#undef HAVE_GTK
1.29 +
1.30 /* Define to 1 if you have the <inttypes.h> header file. */
1.31 #undef HAVE_INTTYPES_H
1.32
.