aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql57-client/files/patch-cmd-line-utils_libedit_chartype.h
blob: 34fbf5a45509910d494b33629e724f0e88742957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cmd-line-utils/libedit/chartype.h.orig	2016-03-28 18:06:12 UTC
+++ cmd-line-utils/libedit/chartype.h
@@ -49,7 +49,7 @@
   TODO : Verify if FreeBSD & AIX stores ISO 10646 in wchar_t. */
 #if !defined(__NetBSD__) && !defined(__sun) \
   && !(defined(__APPLE__) && defined(__MACH__)) \
-  && !defined(__FreeBSD__) && !defined(_AIX)
+  && !defined(__FreeBSD__) && !defined(_AIX) && !defined(__DragonFly__)
 #ifndef __STDC_ISO_10646__
 /* In many places it is assumed that the first 127 code points are ASCII
  * compatible, so ensure wchar_t indeed does ISO 10646 and not some other