diff options
Diffstat (limited to 'libical/acconfig.h')
-rw-r--r-- | libical/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libical/acconfig.h b/libical/acconfig.h index e9383f73a4..ede59fd497 100644 --- a/libical/acconfig.h +++ b/libical/acconfig.h @@ -5,3 +5,6 @@ /* Define to make icalcluster_commit() save to a temp file and mv to the original file instead of writing to the orig file directly */ #undef ICAL_SAFESAVES + +/* Define to terminate lines with "\n" instead of "\r\n" */ +#undef ICAL_UNIX_NEWLINE |