Bash-4.2 distribution sources and documentation
[platform/upstream/bash.git] / config.h.in
index 07352dd..6b1fc4a 100644 (file)
 /* The number of bytes in a double (hopefully 8). */
 #undef SIZEOF_DOUBLE
 
+/* The number of bytes in an `intmax_t'. */
+#undef SIZEOF_INTMAX_T
+
 /* The number of bytes in a `long long', if we have one. */
 #undef SIZEOF_LONG_LONG
 
 
 #undef HAVE_STRUCT_TIMEZONE
 
+#undef WEXITSTATUS_OFFSET
+
 /* Characteristics of definitions in the system header files. */
 
 #undef HAVE_GETPW_DECLS
 /* Define if you don't have vprintf but do have _doprnt.  */
 #undef HAVE_DOPRNT
 
+/* Define if you have the dprintf function.  */
+#undef HAVE_DPRINTF
+
 /* Define if you have the dup2 function.  */
 #undef HAVE_DUP2
 
 /* Define if you have the eaccess function.  */
 #undef HAVE_EACCESS
 
+/* Define if you have the faccessat function.  */
+#undef HAVE_FACCESSAT
+
 /* Define if you have the fcntl function.  */
 #undef HAVE_FCNTL
 
-/* Define if you have the fdprintf function. */
-#undef HAVE_FDPRINTF
-
 /* Define if you have the fpurge/__fpurge function.  */
 #undef HAVE_FPURGE
 #undef HAVE___FPURGE
 /* Define if you have the mbscmp function. */
 #undef HAVE_MBSCMP
 
+/* Define if you have the mbsnrtowcs function. */
+#undef HAVE_MBSNRTOWCS
+
 /* Define if you have the mbsrtowcs function. */
 #undef HAVE_MBSRTOWCS
 
 /* Define if you have the strchr function.  */
 #undef HAVE_STRCHR
 
+/* Define if you have the strchrnul function.  */
+#undef HAVE_STRCHRNUL
+
 /* Define if you have the strcoll function.  */
 #undef HAVE_STRCOLL
 
 /* Define if you have the wctype function.  */
 #undef HAVE_WCTYPE
 
+/* Define if you have the wcswidth function.  */
+#undef HAVE_WCSWIDTH
+
 /* Define if you have the wcwidth function.  */
 #undef HAVE_WCWIDTH
 
 /* Define if you have the <termios.h> header file.  */
 #undef HAVE_TERMIOS_H
 
+/* Define if you have the <ulimit.h> header file.  */
+#undef HAVE_ULIMIT_H
+
 /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H