Make ICS service output CRLF as per RFC 2445; fixes regression from Sunbird 0.2 (bug 304883), r=mvl

This commit is contained in:
dmose%mozilla.org 2005-08-17 16:40:59 +00:00
Родитель 557ce72429
Коммит bf0613c434
2 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -63,10 +63,8 @@
/* Define if we want _REENTRANT */
/* #undef ICAL_REENTRANT */
/* Define to terminate lines with "
" instead of "
" */
#define ICAL_UNIX_NEWLINE 1
/* Define to terminate lines with "\n" instead of "\r\n" */
#undef ICAL_UNIX_NEWLINE
/* Define to 1 if you DO NOT WANT to see deprecated messages */
#define NO_WARN_DEPRECATED 1

Просмотреть файл

@ -71,7 +71,7 @@ extern "C" {
#define NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK 1
/* Define to terminate lines with n instead of rn */
#define ICAL_UNIX_NEWLINE 1
#undef ICAL_UNIX_NEWLINE
/* Define if we have pthread. */
#define HAVE_PTHREAD