Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1:eea311cfd33e
next174:a89c507a9a8d
author nkeynes
date Tue Jan 03 12:20:36 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Correct disasm of TST, TEQ, CMP, CMN
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/config.h.in Tue Jan 03 12:20:36 2006 +0000
1.3 @@ -0,0 +1,77 @@
1.4 +/* config.h.in. Generated from configure.in by autoheader. */
1.5 +#undef ENABLE_NLS
1.6 +#undef HAVE_CATGETS
1.7 +#undef HAVE_GETTEXT
1.8 +#undef GETTEXT_PACKAGE
1.9 +#undef HAVE_LC_MESSAGES
1.10 +#undef HAVE_STPCPY
1.11 +#undef HAVE_LIBSM
1.12 +
1.13 +/* always defined to indicate that i18n is enabled */
1.14 +#undef ENABLE_NLS
1.15 +
1.16 +/* Define to 1 if you have the `bind_textdomain_codeset' function. */
1.17 +#undef HAVE_BIND_TEXTDOMAIN_CODESET
1.18 +
1.19 +/* Define to 1 if you have the `dcgettext' function. */
1.20 +#undef HAVE_DCGETTEXT
1.21 +
1.22 +/* Define if the GNU gettext() function is already present or preinstalled. */
1.23 +#undef HAVE_GETTEXT
1.24 +
1.25 +/* Define to 1 if you have the <inttypes.h> header file. */
1.26 +#undef HAVE_INTTYPES_H
1.27 +
1.28 +/* Define if your <locale.h> file defines LC_MESSAGES. */
1.29 +#undef HAVE_LC_MESSAGES
1.30 +
1.31 +/* Define to 1 if you have the <locale.h> header file. */
1.32 +#undef HAVE_LOCALE_H
1.33 +
1.34 +/* Define to 1 if you have the <memory.h> header file. */
1.35 +#undef HAVE_MEMORY_H
1.36 +
1.37 +/* Define to 1 if you have the <stdint.h> header file. */
1.38 +#undef HAVE_STDINT_H
1.39 +
1.40 +/* Define to 1 if you have the <stdlib.h> header file. */
1.41 +#undef HAVE_STDLIB_H
1.42 +
1.43 +/* Define to 1 if you have the <strings.h> header file. */
1.44 +#undef HAVE_STRINGS_H
1.45 +
1.46 +/* Define to 1 if you have the <string.h> header file. */
1.47 +#undef HAVE_STRING_H
1.48 +
1.49 +/* Define to 1 if you have the <sys/stat.h> header file. */
1.50 +#undef HAVE_SYS_STAT_H
1.51 +
1.52 +/* Define to 1 if you have the <sys/types.h> header file. */
1.53 +#undef HAVE_SYS_TYPES_H
1.54 +
1.55 +/* Define to 1 if you have the <unistd.h> header file. */
1.56 +#undef HAVE_UNISTD_H
1.57 +
1.58 +/* Name of package */
1.59 +#undef PACKAGE
1.60 +
1.61 +/* Define to the address where bug reports for this package should be sent. */
1.62 +#undef PACKAGE_BUGREPORT
1.63 +
1.64 +/* Define to the full name of this package. */
1.65 +#undef PACKAGE_NAME
1.66 +
1.67 +/* Define to the full name and version of this package. */
1.68 +#undef PACKAGE_STRING
1.69 +
1.70 +/* Define to the one symbol short name of this package. */
1.71 +#undef PACKAGE_TARNAME
1.72 +
1.73 +/* Define to the version of this package. */
1.74 +#undef PACKAGE_VERSION
1.75 +
1.76 +/* Define to 1 if you have the ANSI C header files. */
1.77 +#undef STDC_HEADERS
1.78 +
1.79 +/* Version number of package */
1.80 +#undef VERSION
.