]> sjero.net Git - wget/blobdiff - md5/wchar.in.h
Import "quote" module from gnulib; update the rest.
[wget] / md5 / wchar.in.h
index b721572e722b226b150ff17497bf87a909762d4f..8dfead20ea2992d0c11a868422cea35a8d8538cd 100644 (file)
  * the declaration of wcwidth().
  */
 
+#ifdef __need_mbstate_t
+/* Special invocation convention inside glibc header files.  */
+
+#@INCLUDE_NEXT@ @NEXT_WCHAR_H@
+
+#else
+/* Normal invocation convention.  */
+
 #ifndef _GL_WCHAR_H
 
 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
@@ -80,3 +88,4 @@ extern int wcwidth (int /* actually wchar_t */);
 
 #endif /* _GL_WCHAR_H */
 #endif /* _GL_WCHAR_H */
+#endif