]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
authorJeff Trawick <trawick@apache.org>
Thu, 26 Oct 2000 10:48:28 +0000 (10:48 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Oct 2000 10:48:28 +0000 (10:48 +0000)
commit1b43374c349064490cac4b120060b5e2556eebf1
tree3df3d2866a7d6406244389ce4a36dacd99a7bcb4
parent48319c86b787902fd139b01f1585a3ab290509ac
 Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
the EBCDIC support.  They are noops on ASCII machines, so this
type of translation doesn't have to be surrounded by #ifdef
CHARSET_EBCDIC.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86751 13f79535-47bb-0310-9956-ffa450edef68
include/util_ebcdic.h
modules/http/http_core.c
server/rfc1413.c
server/util_ebcdic.c