]> granicus.if.org Git - mutt/commit
Replace strtok_r when it's not available. The implementation comes
authorDan Fandrich <dan@coneharvesters.com>
Wed, 9 Apr 2008 22:57:51 +0000 (15:57 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 9 Apr 2008 22:57:51 +0000 (15:57 -0700)
commit2c114b972073c531a24897e761b0fe87f2005009
treef940c6895e1eb1f19e80968d2424fa2db4e11b83
parent1946682104d7d98f40a28774c97103fa0f4576a3
Replace strtok_r when it's not available. The implementation comes
from glibc 2.6.1 (like the strsep replacement) and uses the same
autoconf hooks.
ChangeLog
configure.ac
strtok_r.c [new file with mode: 0644]