]> granicus.if.org Git - apache/commit
Add APR_EOL_STR for a platform specific text delimiter, provided by
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 25 Jul 2000 01:06:32 +0000 (01:06 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 25 Jul 2000 01:06:32 +0000 (01:06 +0000)
commit847b20108cb710fe136cf435f68de79c67443202
treee68592d559380b6be72554334ca3aecf9eba115c
parentfc3580dd3b2452b9b24e2cce002bfe0ec3970e0b
  Add APR_EOL_STR for a platform specific text delimiter, provided by
  apr.h (defined in apr.h.in and apr.hw).  This is needed -only- in APR
  created files (true raw files) such as logs.  It is not required in any
  splat to screen (stderr/stdout) formatting, nor any html markup.

  Some other modules slipped through in the prior apr_strings.h commit.
  Sorry 'bout that.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85878 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/main/util.c
modules/experimental/mod_charset_lite.c
modules/http/http_core.c
modules/proxy/proxy_util.c
server/config.c
server/log.c
server/mpm/beos/beos.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm_common.c
server/util.c