summaryrefslogtreecommitdiffstats
path: root/gettext-tools/config.h.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-02-24 19:34:54 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:19 +0200
commit25c08b0cbc16211a23008b8d2d36b4212c568518 (patch)
treec0050fbe914c02e41d24d926cc84498bd9483f4b /gettext-tools/config.h.in
parent549168f45b987678b8a4b0ed612aff053d31a992 (diff)
downloadexternal_gettext-25c08b0cbc16211a23008b8d2d36b4212c568518.zip
external_gettext-25c08b0cbc16211a23008b8d2d36b4212c568518.tar.gz
external_gettext-25c08b0cbc16211a23008b8d2d36b4212c568518.tar.bz2
Regenerated for 0.14.2.
Diffstat (limited to 'gettext-tools/config.h.in')
-rw-r--r--gettext-tools/config.h.in79
1 files changed, 71 insertions, 8 deletions
diff --git a/gettext-tools/config.h.in b/gettext-tools/config.h.in
index 4dc1d67..4b0eae8 100644
--- a/gettext-tools/config.h.in
+++ b/gettext-tools/config.h.in
@@ -13,10 +13,10 @@
*/
#undef CRAY_STACKSEG_END
-/* Define if mono is the preferred C[#] implementation. */
+/* Define if mono is the preferred C# implementation. */
#undef CSHARP_CHOICE_MONO
-/* Define if pnet is the preferred C[#] implementation. */
+/* Define if pnet is the preferred C# implementation. */
#undef CSHARP_CHOICE_PNET
/* Define to 1 if using `alloca.c'. */
@@ -51,12 +51,23 @@
/* Define to 1 if you have the `atexit' function. */
#undef HAVE_ATEXIT
+/* Define to 1 if you have the <bp-sym.h> header file. */
+#undef HAVE_BP_SYM_H
+
/* Define to 1 if you have the `btowc' function. */
#undef HAVE_BTOWC
/* Define to 1 if you have the `canonicalize_file_name' function. */
#undef HAVE_CANONICALIZE_FILE_NAME
+/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
+ CoreFoundation framework. */
+#undef HAVE_CFLOCALECOPYCURRENT
+
+/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
+ the CoreFoundation framework. */
+#undef HAVE_CFPREFERENCESCOPYAPPVALUE
+
/* Define to 1 if you have the `chown' function. */
#undef HAVE_CHOWN
@@ -112,6 +123,10 @@
*/
#undef HAVE_DECL_GETENV
+/* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
+ otherwise. */
+#undef HAVE_DECL_MBSWIDTH_IN_WCHAR_H
+
/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
you don't. */
#undef HAVE_DECL_PUTCHAR_UNLOCKED
@@ -120,9 +135,9 @@
don't. */
#undef HAVE_DECL_PUTC_UNLOCKED
-/* Define to 1 if you have the declaration of `strerror', and to 0 if you
- don't. */
-#undef HAVE_DECL_STRERROR
+/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
+ */
+#undef HAVE_DECL_STRDUP
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
don't. */
@@ -156,9 +171,6 @@
/* Define if you have the declaration of errno. */
#undef HAVE_ERRNO_DECL
-/* Define to 1 if you have the functions error() and error_at_line(). */
-#undef HAVE_ERROR_AT_LINE
-
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
@@ -186,6 +198,12 @@
/* Define to 1 if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
+/* Define to 1 if you have the <getopt.h> header file. */
+#undef HAVE_GETOPT_H
+
+/* Define to 1 if you have the `getopt_long_only' function. */
+#undef HAVE_GETOPT_LONG_ONLY
+
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
@@ -265,6 +283,9 @@
/* Define to 1 if <wchar.h> declares mbstate_t. */
#undef HAVE_MBSTATE_T
+/* Define to 1 if you have the `memchr' function. */
+#undef HAVE_MEMCHR
+
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE
@@ -360,6 +381,9 @@
/* Define to 1 if you have the `stpcpy' function. */
#undef HAVE_STPCPY
+/* Define if you have the stpncpy() function and it works. */
+#undef HAVE_STPNCPY
+
/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP
@@ -485,6 +509,12 @@
/* Define if you have the 'wint_t' type. */
#undef HAVE_WINT_T
+/* Define to 1 if you have the `wmemchr' function. */
+#undef HAVE_WMEMCHR
+
+/* Define to 1 if you have the `wmemcpy' function. */
+#undef HAVE_WMEMCPY
+
/* Define to 1 if you have the `wmempcpy' function. */
#undef HAVE_WMEMPCPY
@@ -569,19 +599,48 @@
/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P
+/* Define to 1 if you want getc etc. to use unlocked I/O if available.
+ Unlocked I/O can improve performance in unithreaded apps, but it is not
+ safe for multithreaded apps. */
+#undef USE_UNLOCKED_IO
+
/* Version number of package */
#undef VERSION
+/* Define if unsetenv() returns void, not int. */
+#undef VOID_UNSETENV
+
+/* Define to 1 if on AIX 3.
+ System headers sometimes define this.
+ We just want to avoid a redefinition error message. */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
+/* Define to 1 if on MINIX. */
+#undef _MINIX
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+ this defined. */
+#undef _POSIX_1_SOURCE
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+#undef _POSIX_SOURCE
+
/* Enable extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
+/* Define to rpl_ if the getopt replacement functions and variables should be
+ used. */
+#undef __GETOPT_PREFIX
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
@@ -619,6 +678,10 @@
/* Define to a replacement function name for realpath(). */
#undef realpath
+/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
+ supported. Do not define if restrict is supported directly. */
+#undef restrict
+
/* Define as an integer type suitable for memory locations that can be
accessed atomically even in the presence of asynchnonous signals. */
#undef sig_atomic_t