summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-12-07 12:55:29 -0500
committerAllen Winter <allen.winter@kdab.com>2014-12-07 12:55:29 -0500
commit217bf26fb2d4d98a598956ef071a2dd99cb0a13c (patch)
treea24662c83eb2c0d94882467ac2b0ad85d9abdb01 /config.h.cmake
parenta0cd25d196e25838c8a0300e3c7e76d605f9d7f7 (diff)
downloadlibical-git-217bf26fb2d4d98a598956ef071a2dd99cb0a13c.tar.gz
remove unused option ICAL_UNIX_NEWLINE
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 0f220ad1..09f6f6d1 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -106,9 +106,6 @@
/* Define if we want _REENTRANT */
#cmakedefine ICAL_REENTRANT 1
-/* Define to terminate lines with "\n" instead of "\r\n" */
-#define ICAL_UNIX_NEWLINE ${ICAL_UNIX_NEWLINE}
-
/* Define to 1 if you DO NOT WANT to see deprecated messages */
#define NO_WARN_DEPRECATED ${NO_WARN_DEPRECATED}