Make ICS service output CRLF as per RFC 2445; fixes regression from Sunbird 0.2 (bug 304883), r=mvl
git-svn-id: svn://10.0.0.236/trunk@177954 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9c973f5450
commit
c9e472a12a
@ -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