mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Make ICS service output CRLF as per RFC 2445; fixes regression from Sunbird 0.2 (bug 304883), r=mvl
This commit is contained in:
parent
557ce72429
commit
bf0613c434
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user