Support \r as additional line separator on Mac OS X
authorKen Raeburn <raeburn@mit.edu>
Thu, 9 Jan 2003 00:17:27 +0000 (00:17 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 9 Jan 2003 00:17:27 +0000 (00:17 +0000)
commite27712f995136503de95b9f48d97f526b48a465e
tree6b4f4764a6e4aeb46584ecd354394f317c352a21
parentadafd55a957ecacfcd206e7f639cab9e06960a1c
Support \r as additional line separator on Mac OS X

* prof_parse.c (profile_parse_file) [PROFILE_SUPPORTS_FOREIGN_NEWLINES]: Look
for \r and treat it as a line break.
* prof_int.h: Don't include prof_err.h.
(PROFILE_SUPPORTS_FOREIGN_NEWLINES) [macintosh]: Define new macro.

ticket: 1237
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15100 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/ChangeLog
src/util/profile/prof_int.h
src/util/profile/prof_parse.c