aboutsummaryrefslogtreecommitdiff
path: root/locale/src/config.h.in
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-23 21:26:14 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-23 21:26:14 +0000
commit5896a4d65de68c5e29b5566234e71e1c288df08d (patch)
tree463798724f631d2181745e0c706eaa16bdaba88d /locale/src/config.h.in
parent44396558c4651b92cd61f3adb7e7e06f811bd522 (diff)
+ added locale/ : basic C99 locale support
svn path=/trunk/externals/moocow/; revision=10605
Diffstat (limited to 'locale/src/config.h.in')
-rw-r--r--locale/src/config.h.in92
1 files changed, 92 insertions, 0 deletions
diff --git a/locale/src/config.h.in b/locale/src/config.h.in
new file mode 100644
index 0000000..40f0f0d
--- /dev/null
+++ b/locale/src/config.h.in
@@ -0,0 +1,92 @@
+/* src/config.h.in. Generated from configure.ac by autoheader. */
+
+/* Define to 1 if you have the declaration of `LC_ADDRESS', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_ADDRESS
+
+/* Define to 1 if you have the declaration of `LC_ALL', and to 0 if you don't.
+ */
+#undef HAVE_DECL_LC_ALL
+
+/* Define to 1 if you have the declaration of `LC_COLLATE', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_COLLATE
+
+/* Define to 1 if you have the declaration of `LC_CTYPE', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_CTYPE
+
+/* Define to 1 if you have the declaration of `LC_IDENTIFICATION', and to 0 if
+ you don't. */
+#undef HAVE_DECL_LC_IDENTIFICATION
+
+/* Define to 1 if you have the declaration of `LC_MEASUREMENT', and to 0 if
+ you don't. */
+#undef HAVE_DECL_LC_MEASUREMENT
+
+/* Define to 1 if you have the declaration of `LC_MESSAGES', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_MESSAGES
+
+/* Define to 1 if you have the declaration of `LC_MONETARY', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_MONETARY
+
+/* Define to 1 if you have the declaration of `LC_NAME', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_NAME
+
+/* Define to 1 if you have the declaration of `LC_NUMERIC', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_NUMERIC
+
+/* Define to 1 if you have the declaration of `LC_PAPER', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_PAPER
+
+/* Define to 1 if you have the declaration of `LC_TELEPHONE', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_TELEPHONE
+
+/* Define to 1 if you have the declaration of `LC_TIME', and to 0 if you
+ don't. */
+#undef HAVE_DECL_LC_TIME
+
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <wchar.h> header file. */
+#undef HAVE_WCHAR_H
+
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Date this external was configured */
+#undef PDMOOEXT_DATE
+
+/* User who configured this external */
+#undef PDMOOEXT_USER
+
+/* Define this to include debugging code for the 'rawfile' external. */
+#undef RAWFILE_DEBUG
+
+/* Version number of package */
+#undef VERSION