allow renaming bootstrap, and change the name of bootstrap.conf accordingly
[gnulib.git] / lib / wchar.in.h
index 8ed292c..606a70a 100644 (file)
@@ -63,6 +63,12 @@ extern "C" {
 #endif
 
 
+/* Define wint_t.  (Also done in wctype.in.h.)  */
+#if !@HAVE_WINT_T@ && !defined wint_t
+# define wint_t int
+#endif
+
+
 /* Return the number of screen columns needed for WC.  */
 #if @GNULIB_WCWIDTH@
 # if @REPLACE_WCWIDTH@