filename | config.h.in |
changeset | 1:eea311cfd33e |
next | 174:a89c507a9a8d |
author | nkeynes |
date | Wed Feb 15 12:41:02 2006 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | Reorg files slightly (move audio drivers into drivers, pvr2 code into its own directory) |
file | annotate | diff | log | raw |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +00001.2 +++ b/config.h.in Wed Feb 15 12:41:02 2006 +00001.3 @@ -0,0 +1,77 @@1.4 +/* config.h.in. Generated from configure.in by autoheader. */1.5 +#undef ENABLE_NLS1.6 +#undef HAVE_CATGETS1.7 +#undef HAVE_GETTEXT1.8 +#undef GETTEXT_PACKAGE1.9 +#undef HAVE_LC_MESSAGES1.10 +#undef HAVE_STPCPY1.11 +#undef HAVE_LIBSM1.12 +1.13 +/* always defined to indicate that i18n is enabled */1.14 +#undef ENABLE_NLS1.15 +1.16 +/* Define to 1 if you have the `bind_textdomain_codeset' function. */1.17 +#undef HAVE_BIND_TEXTDOMAIN_CODESET1.18 +1.19 +/* Define to 1 if you have the `dcgettext' function. */1.20 +#undef HAVE_DCGETTEXT1.21 +1.22 +/* Define if the GNU gettext() function is already present or preinstalled. */1.23 +#undef HAVE_GETTEXT1.24 +1.25 +/* Define to 1 if you have the <inttypes.h> header file. */1.26 +#undef HAVE_INTTYPES_H1.27 +1.28 +/* Define if your <locale.h> file defines LC_MESSAGES. */1.29 +#undef HAVE_LC_MESSAGES1.30 +1.31 +/* Define to 1 if you have the <locale.h> header file. */1.32 +#undef HAVE_LOCALE_H1.33 +1.34 +/* Define to 1 if you have the <memory.h> header file. */1.35 +#undef HAVE_MEMORY_H1.36 +1.37 +/* Define to 1 if you have the <stdint.h> header file. */1.38 +#undef HAVE_STDINT_H1.39 +1.40 +/* Define to 1 if you have the <stdlib.h> header file. */1.41 +#undef HAVE_STDLIB_H1.42 +1.43 +/* Define to 1 if you have the <strings.h> header file. */1.44 +#undef HAVE_STRINGS_H1.45 +1.46 +/* Define to 1 if you have the <string.h> header file. */1.47 +#undef HAVE_STRING_H1.48 +1.49 +/* Define to 1 if you have the <sys/stat.h> header file. */1.50 +#undef HAVE_SYS_STAT_H1.51 +1.52 +/* Define to 1 if you have the <sys/types.h> header file. */1.53 +#undef HAVE_SYS_TYPES_H1.54 +1.55 +/* Define to 1 if you have the <unistd.h> header file. */1.56 +#undef HAVE_UNISTD_H1.57 +1.58 +/* Name of package */1.59 +#undef PACKAGE1.60 +1.61 +/* Define to the address where bug reports for this package should be sent. */1.62 +#undef PACKAGE_BUGREPORT1.63 +1.64 +/* Define to the full name of this package. */1.65 +#undef PACKAGE_NAME1.66 +1.67 +/* Define to the full name and version of this package. */1.68 +#undef PACKAGE_STRING1.69 +1.70 +/* Define to the one symbol short name of this package. */1.71 +#undef PACKAGE_TARNAME1.72 +1.73 +/* Define to the version of this package. */1.74 +#undef PACKAGE_VERSION1.75 +1.76 +/* Define to 1 if you have the ANSI C header files. */1.77 +#undef STDC_HEADERS1.78 +1.79 +/* Version number of package */1.80 +#undef VERSION
.