Update of bug #40981 (project weechat): Status: In Progress => Need Info
_______________________________________________________ Follow-up Comment #2: The problem in charset plugin with strcasecmp is now fixed (I use weechat_strcasecmp instead, like all plugins do). For the question about _XOPEN_SOURCE in src/plugins/irc/irc-protocol.c, yes there is a reason, as written in comment, in the file: /* this define is needed for strptime() (not on OpenBSD) */ #if !defined(__OpenBSD__) #define _XOPEN_SOURCE 700 #endif If the _XOPEN_SOURCE 700 is not needed for Illumos (for strptime), then it would be possible to condition that (like already done for OpenBSD). _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?40981> _______________________________________________ Message posté via/par Savannah http://savannah.nongnu.org/ _______________________________________________ Weechat-dev mailing list Weechat-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/weechat-dev