blob: 4af39cae10ae507c2a5eb517fa9c68ca5549cd49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- include/shmbutil.h.orig Sun Aug 25 20:35:01 2002
+++ include/shmbutil.h Sun Aug 25 20:37:01 2002
@@ -34,7 +34,10 @@
# include <wchar.h>
# include <wctype.h>
# if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */
+/*
+ FreeBSD lies...
# define HANDLE_MULTIBYTE 1
+*/
# endif
#endif /* HAVE_WCTYPE_H && HAVE_WCHAR_H */
|