OSDN Git Service

* configure.ac: checking whether strchr() is 8 bit clean or not.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 6 Jul 2002 08:14:56 +0000 (08:14 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 6 Jul 2002 08:14:56 +0000 (08:14 +0000)
commit0fc409bdfa6c69ade5ae5d1cfb50b0a827cc9f1f
tree9861c4bd8728f7531c0ec82746dd30da6699c964
parentaaacd3696e258dfeffc81177b27898535775819f
* configure.ac: checking whether strchr() is 8 bit clean or not.

* config.h.in: ditto.

* src/util.c: give functions strchr(), strrchr(), memchr() and
memrchr() which handle 8 bit characters correctly.

* src/header.c: use above if needed.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@282 6a8cc165-1e22-0410-a132-eb4e3f353aba
config.h.in
configure.ac
src/header.c
src/util.c