summaryrefslogtreecommitdiff
path: root/gettext-runtime/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-runtime/config.h.in')
-rw-r--r--gettext-runtime/config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/gettext-runtime/config.h.in b/gettext-runtime/config.h.in
index cccfc8e..256fc80 100644
--- a/gettext-runtime/config.h.in
+++ b/gettext-runtime/config.h.in
@@ -29,6 +29,9 @@
/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA
+/* Define to 1 if the C locale may have encoding errors. */
+#undef C_LOCALE_MAYBE_EILSEQ
+
/* Define to 1 if // is a file system root distinct from /. */
#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
@@ -1409,6 +1412,12 @@
used. */
#undef __GETOPT_PREFIX
+/* Define to 1 if the system <stdint.h> predates C++11. */
+#undef __STDC_CONSTANT_MACROS
+
+/* Define to 1 if the system <stdint.h> predates C++11. */
+#undef __STDC_LIMIT_MACROS
+
/* Please see the Gnulib manual for how to use these macros.
Suppress extern inline with HP-UX cc, as it appears to be broken; see
@@ -1455,6 +1464,7 @@
? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
: (199901L <= __STDC_VERSION__ \
&& !defined __HP_cc \
+ && !defined __PGI \
&& !(defined __SUNPRO_C && __STDC__))) \
&& !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
# define _GL_INLINE inline